baijunde пре 1 година
родитељ
комит
09da5caa60
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      pages/coupon/coupon.vue

+ 4 - 3
pages/coupon/coupon.vue

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