Authored by 肖亚东

排队修改

@@ -701,14 +701,6 @@ Page(Object.assign({ @@ -701,14 +701,6 @@ Page(Object.assign({
701 this.reload(); 701 this.reload();
702 }, 702 },
703 assistJion() { 703 assistJion() {
704 - if (this.data.isApp) {  
705 - wx.showModal({  
706 - title: '',  
707 - content: '请打开有货APP参与活动',  
708 - showCancel: false  
709 - })  
710 - return;  
711 - }  
712 this.reload(); 704 this.reload();
713 }, 705 },
714 buyNow() { 706 buyNow() {
@@ -724,14 +716,6 @@ Page(Object.assign({ @@ -724,14 +716,6 @@ Page(Object.assign({
724 this.goHome(); 716 this.goHome();
725 }, 717 },
726 restartSelfShare() { 718 restartSelfShare() {
727 - if (this.data.isApp) {  
728 - wx.showModal({  
729 - title: '',  
730 - content: '请打开有货APP参与活动',  
731 - showCancel: false  
732 - })  
733 - return;  
734 - }  
735 this.reload(); 719 this.reload();
736 }, 720 },
737 goHome() { 721 goHome() {