Authored by 肖亚东

限定修改

... ... @@ -736,6 +736,14 @@ Page(Object.assign({
this.init();
},
goQueueList() {
if (this.data.isApp) {
wx.showModal({
title: '',
content: '请打开有货APP参与活动',
showCancel: false
})
return;
}
router.go('queueIndex', Object.assign({
actId: this.data.activityId,
isNew: this.data.isNew,
... ...