拼团模块新增完善对接接口等

This commit is contained in:
2022-08-24 16:47:25 +08:00
parent aa5c4a2c61
commit bb04fd3439
37 changed files with 11551 additions and 5425 deletions

View File

@@ -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({