From 2037b7f501e55979ebc86d10f376bb8f4a957395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Thu, 28 Mar 2019 16:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=94=AF=E4=BB=98=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/paySpellGroup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,