pages/order/order.vue
@@ -244,7 +244,7 @@ case 'confirm': { await this.$message.confirm('是否确定收货') var tryCallWx = false // #ifdef MP // #ifdef MPOLD let tmp = this if (wx.openBusinessView && item.paymentTrId) { tryCallWx = true @@ -313,6 +313,9 @@ this.$message.hideLoading() if (code === 0) { this.refreshList() //刷新积分 this.$store.dispatch('getCurrentInfo') this.$message.showToast('收货成功') } }