From 1e13807b9114eca5ec3fa11bd1d35dc35b187fc3 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, 5 Sep 2019 11:37:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2=E5=8E=9F=E4=BB=B7=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/mySpellGroup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index bdc6d67..393fdb0 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -461,7 +461,7 @@ Page({ }) .then(res => { wx.hideLoading() - if (orderGroupId == undefined) { + if (orderGroupId !== 0) { wx.navigateTo({ url: '/pages/order/detail/index?orderId=' + res.data.id, })