From 78ad102931aab183621e4915b4ff8ca5c250dcf4 Mon Sep 17 00:00:00 2001 From: luqc Date: Tue, 28 May 2019 20:35:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E6=9C=AA=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E8=B7=B3=E8=BD=AC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/mySpellGroup/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index d029480..dfad553 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -390,16 +390,16 @@ Page({ title: '提示', content: '您有未支付订单,请先进行支付', confirmText: "去支付", - success: function(res) { + success: function (res) { console.log(res.confirm) if (res.confirm) { wx.navigateTo({ - url: `/pages/spellGroup/spellGroup?from=myspellList`, + url: '/pages/order/index/index?id=all', }) } } }) - } else if (err.code == 11005) { + } else if (err.code == 11005) { /** * 将值传到用户手机号授权的页面 *