diff --git a/pages/mall/index.vue b/pages/mall/index.vue index be49462..1051b0c 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -304,7 +304,7 @@ if (status == 'success') { that.getPrize(res.data.order_num) - that.doRefresh() + that.getData(); } } else { that.$c.toast({ @@ -312,7 +312,7 @@ duration: 500, success: () => { that.getPrize(res.data.order_num) - that.doRefresh() + that.getData(); } }) }