陶杰
2024-10-15 e3680e0ffb559ee136451a38e91ab0fe9eb265a6
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('收货成功')
                     }
                  }