From 138db89b3193d60850e203e1847e2f91d2b00ebc Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 07 八月 2024 18:19:47 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/app.js |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/wechat_jiaxuan/app.js b/wechat_jiaxuan/app.js
index 9503c79..0d84e2d 100644
--- a/wechat_jiaxuan/app.js
+++ b/wechat_jiaxuan/app.js
@@ -89,12 +89,13 @@
           })
         } else {
           this.globalData.token = token
-          // if (op.query.scene) {
-          //   let temp = op.query.scene.split('_')
-          //   wx.navigateTo({
-          //     url: `${pathMap[temp[1]]}?id=${temp[0]}&userId=${temp[2]}`,
-          //   })
-          // }
+          wx.setStorageSync('member', res.data)
+          if (op.query.scene) {
+            let temp = op.query.scene.split('_')
+            wx.navigateTo({
+              url: `${pathMap[temp[1]]}?id=${temp[0]}&userId=${temp[2]}`,
+            })
+          }
         }
       })
     } else {

--
Gitblit v1.9.3