From 28617621a4f0fe1487f520019e995eba06c087f1 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 22 Mar 2019 10:43:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E6=8C=89=E9=92=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=9A=84=E4=BF=AE=E6=94=B9]?= 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 dd6c856..3cdd9ec 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -52,9 +52,9 @@ Page({ }) }) }, - gotoIndex() { - wx.reLaunch({ - url: '/pages/index/index', + gotoIndex: function () { + wx.switchTab({ + url: '/pages/main/index', }) }, /**