Authored by 肖亚东

限定修改

@@ -736,6 +736,14 @@ Page(Object.assign({ @@ -736,6 +736,14 @@ Page(Object.assign({
736 this.init(); 736 this.init();
737 }, 737 },
738 goQueueList() { 738 goQueueList() {
  739 + if (this.data.isApp) {
  740 + wx.showModal({
  741 + title: '',
  742 + content: '请打开有货APP参与活动',
  743 + showCancel: false
  744 + })
  745 + return;
  746 + }
739 router.go('queueIndex', Object.assign({ 747 router.go('queueIndex', Object.assign({
740 actId: this.data.activityId, 748 actId: this.data.activityId,
741 isNew: this.data.isNew, 749 isNew: this.data.isNew,