瀏覽代碼

添加返回重复请求

baijunde 1 年之前
父節點
當前提交
09da5caa60
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      pages/coupon/coupon.vue

+ 4 - 3
pages/coupon/coupon.vue

@@ -310,6 +310,7 @@
 
 
 			},
 			},
 			manage() {
 			manage() {
+				
 				if (this.currentTab == '0') {
 				if (this.currentTab == '0') {
 					uni.navigateTo({
 					uni.navigateTo({
 						url: '/pages/coupon/creatcoupon'
 						url: '/pages/coupon/creatcoupon'
@@ -388,9 +389,9 @@
 				size: 10
 				size: 10
 			}
 			}
 			this.showPaymentPopup = false
 			this.showPaymentPopup = false
-			if (this.currentTab == 1 || this.currentTab == 2) {
-				this.getList1(page)
-			}
+			// if (this.currentTab == 1 || this.currentTab == 2) {
+			// 	this.getList1(page)
+			// }
 		},
 		},
 	}
 	}
 </script>
 </script>