xuxueyang
2024-10-09 6dd1a191d22e8c3dd5ec985e356c495f6332a1ea
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('收货成功')
                     }
                  }