From 2c08a98f7e85ec7c9376f27a7933e75e44d672f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 27 八月 2024 15:52:59 +0800
Subject: [PATCH] ll

---
 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