Browse Source

取消支付订单查询修改

tags/安徽版C.4.1.6最终版
parent
commit
49e6021139
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/spellGroup/paySpellGroup/index.js

+ 1
- 1
pages/spellGroup/paySpellGroup/index.js View File

@@ -172,7 +172,7 @@ Page({
/** /**
* 支付失败,需要更新订单的状态 * 支付失败,需要更新订单的状态
*/ */
that.payOrderUpdate(that.data.orderId, payOrderId, 2, '', that, 0);
that.payOrderUpdate(that.data.paramData.orderId, payOrderId, 2, '', that, 0);
that.setData({ that.setData({
showbutton: false, showbutton: false,
canSpell: true, canSpell: true,


Loading…
Cancel
Save