xuxueyang
2024-08-28 7e738f69cf7b353492edefa1768005f19ea7e7ee
pages/order/order.vue
@@ -130,16 +130,16 @@
                  var tryCallWx = false
                  // #ifdef MP
                  let tmp = this
                  if (wx.openBusinessView&&false) {
                  if (wx.openBusinessView&&item.paymentTrId) {
                     tryCallWx = true
                     wx.openBusinessView({
                        businessType: 'weappOrderConfirm',
                        extraData: {
                           merchant_id: '1230000109',
                           merchant_trade_no: '1234323JKHDFE1243252',
                           transaction_id: '420123123123123123123'
                           // merchant_id: '1230000109',
                           // merchant_trade_no: '1234323JKHDFE1243252',
                           transaction_id: item.paymentTrId
                        },
                        success() {
                        async success() {
                           //dosomething
                           // 发送请求
                           tmp.$message.showLoading()