diff --git a/pages/mall/index.vue b/pages/mall/index.vue index 1051b0c..b388ba2 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -291,7 +291,7 @@ console.log("res.data", res.data); this.orderData = res.data; - that.open('pop'); + // that.open('pop'); } if (type == 1) { @@ -303,7 +303,7 @@ }) if (status == 'success') { - that.getPrize(res.data.order_num) + // that.getPrize(res.data.order_num) that.getData(); } } else { @@ -311,7 +311,7 @@ title: res.msg, duration: 500, success: () => { - that.getPrize(res.data.order_num) + // that.getPrize(res.data.order_num) that.getData(); } })