From e6e0218a1abd7395d00ade401c6ea6a02e7c3ece Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 01 八月 2024 18:20:28 +0800
Subject: [PATCH] lll

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

diff --git a/wechat_jiaxuan/pages/consult/detail.js b/wechat_jiaxuan/pages/consult/detail.js
index 4d390e0..fa9bcc2 100644
--- a/wechat_jiaxuan/pages/consult/detail.js
+++ b/wechat_jiaxuan/pages/consult/detail.js
@@ -9,6 +9,7 @@
     info: {},
     detail: {},
 
+    origin: '',
     showShare: false
   },
 
@@ -20,6 +21,9 @@
     this.setData({
       bottomLift: app.bottomLift
     })
+    if(options.origin && options.origin == 'b'){
+      this.setData({ origin: 'b' })
+    }
     this.getDetail(options.id, options.userId || '')
   },
   handleDesign() {

--
Gitblit v1.9.3