From 9fe091e4ee0eb4428c3ed8ea99fe59e3c23c1d21 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 09 八月 2024 18:16:38 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/pages/detailDis/realpic.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/realpic.js b/wechat_jiaxuan/pages/detailDis/realpic.js
index ec70eba..bbbe022 100644
--- a/wechat_jiaxuan/pages/detailDis/realpic.js
+++ b/wechat_jiaxuan/pages/detailDis/realpic.js
@@ -23,6 +23,9 @@
       id: options.id
     })
   },
+  onShow(){
+    this.setData({ member: wx.getStorageSync('member') })
+  },
   onUnload() {
     console.log('璇︽儏杩涜浜嗛攢姣�');
     setTimeout(() => {
@@ -122,6 +125,7 @@
   handleDesign() {
     const { member } = this.data
     if (!member.phone) {
+      wx.setStorageSync('tempPath', '/pages/design/design')
       return wx.navigateTo({
         url: '/pages/auth/auth',
       })

--
Gitblit v1.9.3