apply-clients 4.1.22-weinan → 4.1.23-weinan

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": "apply-clients",
3
- "version": "4.1.22-weinan",
3
+ "version": "4.1.23-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -261,7 +261,7 @@ export default {
261
261
  this.$showMessage('支付成功!!!')
262
262
  clearTimeout(this.paymentInterval)
263
263
  clearTimeout(this.orderInterval)
264
- this.timeLeft = 10
264
+ this.timeLeft = 300
265
265
  // 修改支付状态
266
266
  this.updatestate('支付成功')
267
267
  // 清除二维码
@@ -585,7 +585,7 @@ export default {
585
585
  "f_sys_trace":this.order.f_sys_trace // 交易流水号
586
586
  }
587
587
  let http = new HttpResetClass()
588
- let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/wx/rs/pay/microPayOrderStatus`, {data:data}, {
588
+ let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/wx/rs/pay/microPayOrderStatus`, data, {
589
589
  resolveMsg: null,
590
590
  rejectMsg: '关闭失败!!!'
591
591
  })