pages/order/comment/order-comment.vue
@@ -308,7 +308,7 @@ await this.$message.confirm('是否确定收货') var tryCallWx = false // #ifdef MP // #ifdef MPOLD let tmp = this if (wx.openBusinessView && tmp.dto && tmp.dto.paymentTrId) { tryCallWx = true @@ -344,6 +344,8 @@ if (code === 0) { tmp.getDetail() tmp.$store.dispatch('getCurrentInfo') tmp.$message.showToast('收货失败') } } @@ -376,6 +378,9 @@ this.$message.hideLoading() if (code === 0) { this.getDetail() this.$store.dispatch('getCurrentInfo') this.$message.showToast('收货失败') } }