拼团模块新增完善对接接口等
This commit is contained in:
@@ -71,7 +71,19 @@
|
||||
storage_id : this.storageId
|
||||
}).then(res => {
|
||||
uni.setStorageSync('isnew', 1)
|
||||
this.$Router.pushTab({name: 'Life'})
|
||||
if(this.$Route.query.shareId!='' && this.$Route.query.shareId != undefined){
|
||||
setTimeout(() => {
|
||||
uni.hideLoading()
|
||||
plus.runtime.arguments = null;
|
||||
plus.runtime.arguments = '';
|
||||
uni.reLaunch({
|
||||
url: '/pages/group-book/success/success?access=1&id=' + this.$Route.query.shareId
|
||||
})
|
||||
}, 1000)
|
||||
}else{
|
||||
this.$Router.pushTab({name: 'Life'})
|
||||
}
|
||||
uni.setStorageSync('isnew', 1)
|
||||
}).catch(err => {
|
||||
this.disabled = false
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user