sale-client 3.6.240 → 3.6.241

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.240",
3
+ "version": "3.6.241",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -110,7 +110,7 @@ export default {
110
110
  showDevices (index, row) {
111
111
  this.devicesinfo = []
112
112
  this.devicesinfo = row.devicesinfo
113
- if (row.f_install_person[0]) {
113
+ if (row.f_install_person && row.f_install_person[0]) {
114
114
  this.f_input_person = row.f_install_person[0]
115
115
  }
116
116
  this.devicesinfo.forEach((row) => {
@@ -102,6 +102,7 @@
102
102
  this.timer = setInterval(async () => {
103
103
  times++
104
104
  let res1 = await self.$resetpost('rs/logic/WeiXinPayStatus', res, {resolveMsg: null, rejectMsg: '付款码支付查询出错,'})
105
+ this.paymentCodeReturnData = res1.data
105
106
  res1 = res1.data
106
107
  // 支付成功关闭定时器
107
108
  if (res1.result_msg == '支付确认成功') {