1.
陶杰
2024-10-17 5f902ea187c8d36e11ca129d02bf5ad72b29005d
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('收货成功')
                     }
                  }