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() {