From d690f4ea4dd677f6b1760f3d2db64f2a32efb85a Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 13 Jun 2019 12:35:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8A=A5=E5=90=8D=E6=B4=BB=E5=8A=A8][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=9A=84=E6=96=B0=E7=94=A8=E6=88=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E8=B7=B3=E8=BD=AC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/getuserinfo/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/getuserinfo/index.js b/pages/getuserinfo/index.js index fcaa5b0..2e49308 100755 --- a/pages/getuserinfo/index.js +++ b/pages/getuserinfo/index.js @@ -127,6 +127,12 @@ Page({ url: `/pages/topicDetail/index?id=${that.data.optionData.id}` }); } + // 报名活动 + else if (that.data.optionData.id && app.globalData.type == 'ra') { + wx.redirectTo({ + url: `/pages/radetail/index?id=${that.data.optionData.id}`, + }) + } // 门店详情 else if (that.data.optionData.id && app.globalData.type == 'md') { wx.redirectTo({