Commit ecb02d9b by sunerhu

1.邀请加盟成功弹出微信分享

parent dd2d565c
......@@ -264,10 +264,10 @@
if (res['success']) {
// this.switchTab(2)
this.shareId = res.data.id
// this.$refs.share.open()
uni.navigateTo({
url: '/pages/invitationRegister/invitationRegister?shareId=' + this.shareId
})
this.$refs.share.open()
// uni.navigateTo({
// url: '/pages/invitationRegister/invitationRegister?shareId=' + this.shareId
// })
}
uni.showToast({
title: res['message'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment