Authored by 肖亚东

排队修改

... ... @@ -701,14 +701,6 @@ Page(Object.assign({
this.reload();
},
assistJion() {
if (this.data.isApp) {
wx.showModal({
title: '',
content: '请打开有货APP参与活动',
showCancel: false
})
return;
}
this.reload();
},
buyNow() {
... ... @@ -724,14 +716,6 @@ Page(Object.assign({
this.goHome();
},
restartSelfShare() {
if (this.data.isApp) {
wx.showModal({
title: '',
content: '请打开有货APP参与活动',
showCancel: false
})
return;
}
this.reload();
},
goHome() {
... ...