|
@@ -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>
|