diff --git a/pages/spellGroup/paySpellGroup/index.js b/pages/spellGroup/paySpellGroup/index.js index ae0d2ab..fc53133 100644 --- a/pages/spellGroup/paySpellGroup/index.js +++ b/pages/spellGroup/paySpellGroup/index.js @@ -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({ showbutton: false, canSpell: true,