pages/order/order-detail.vue
@@ -264,7 +264,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 @@ -332,6 +332,8 @@ this.$message.hideLoading() if (code === 0) { this.getDetail() this.$store.dispatch('getCurrentInfo') this.$message.showToast('收货成功') } }