From 1103039d3006ed472cb63338cab6213a8160e9ed Mon Sep 17 00:00:00 2001 From: lincm <8481569+qiuqiukele@user.noreply.gitee.com> Date: Tue, 6 Sep 2022 17:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=82=AE=E8=B4=B9=E6=BB=A1=E5=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shippingCart/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/shippingCart/index.vue b/pages/shippingCart/index.vue index dc04cc5..826a52f 100644 --- a/pages/shippingCart/index.vue +++ b/pages/shippingCart/index.vue @@ -336,6 +336,7 @@ console.info(res) if (res.error == 0) { this.getList() + this.getorder() } }) }, @@ -421,6 +422,7 @@ } else { this.getList() + this.getorder() } setTimeout(() => { uni.showToast({ @@ -544,6 +546,7 @@ defaultRequest2(data).then(res => { if (res.error == 0) { this.getList() + this.getorder() uni.startPullDownRefresh() uni.showToast({ icon: 'none', @@ -579,6 +582,7 @@ this.outlist = [] this.getList() + this.getorder() uni.startPullDownRefresh() } @@ -738,6 +742,7 @@ defaultRequest4(this.addQuery).then(res =>{ if(res.error ==0){ this.getList() + this.getorder() this.isCahnge = false } }) @@ -770,6 +775,7 @@ }, onPullDownRefresh() { this.getList() + this.getorder() this.getCatList(0) setTimeout(function() {