apply-clients 4.1.23-weinan → 4.1.24-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.23-weinan",
3
+ "version": "4.1.24-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -217,7 +217,7 @@ export default {
217
217
  this.charge.payment_terms.push({f_payment_term: '',f_charge_money: '',f_payment_method : this.charge.f_payment_method})
218
218
  },
219
219
  // 新增收费
220
- async saveCharge() {
220
+ /*async saveCharge() {
221
221
  let http = new HttpResetClass()
222
222
  let data = {
223
223
  apply: this.selectdata,
@@ -232,7 +232,7 @@ export default {
232
232
  this.selectdata = res.data
233
233
 
234
234
  this.$dispatch('breakControl')
235
- },
235
+ },*/
236
236
  // 获取订单信息
237
237
  async getOrderInformation () {
238
238
  // 查询订单信息
@@ -263,12 +263,10 @@ export default {
263
263
  clearTimeout(this.orderInterval)
264
264
  this.timeLeft = 300
265
265
  // 修改支付状态
266
- this.updatestate('支付成功')
266
+ this.updatestate('支付成功','有效')
267
267
  // 清除二维码
268
268
  this.clearQrCode()
269
269
  this.showQrCode = false
270
-
271
- this.saveCharge()
272
270
  }
273
271
  },
274
272
  checkApplyModel(){
@@ -557,15 +555,15 @@ export default {
557
555
  clearTimeout(this.orderInterval)
558
556
  this.timeLeft = 300
559
557
  // 修改支付状态
560
- this.updatestate('支付失败')
558
+ this.updatestate('支付失败','无效')
561
559
  this.closeOrder()
562
560
  // 清除二维码
563
561
  this.clearQrCode()
564
562
  this.showQrCode = false
565
563
  },
566
- async updatestate(state){
564
+ async updatestate(state,state1){
567
565
  let data = {
568
- f_out_trade_no:this.order.f_out_trade_no,
566
+ state1:state1,
569
567
  f_charge_number:this.f_charge_number,
570
568
  f_paystate:state
571
569
  }
@@ -624,7 +622,7 @@ export default {
624
622
 
625
623
  this.timeLeft = 300
626
624
  // 修改支付状态
627
- this.updatestate('支付失败')
625
+ this.updatestate('支付失败','无效')
628
626
  this.closeOrder()
629
627
  // 清除二维码
630
628
  this.clearQrCode()