Commit ecb02d9b by sunerhu

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

parent dd2d565c
...@@ -264,10 +264,10 @@ ...@@ -264,10 +264,10 @@
if (res['success']) { if (res['success']) {
// this.switchTab(2) // this.switchTab(2)
this.shareId = res.data.id this.shareId = res.data.id
// this.$refs.share.open() this.$refs.share.open()
uni.navigateTo({ // uni.navigateTo({
url: '/pages/invitationRegister/invitationRegister?shareId=' + this.shareId // url: '/pages/invitationRegister/invitationRegister?shareId=' + this.shareId
}) // })
} }
uni.showToast({ uni.showToast({
title: res['message'], 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