From cddceb139c818a060208ba1000ac745ba4c30c64 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 19:31:19 +0800
Subject: [PATCH] ‘’
---
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 fe22e58..aa0d883 100644
--- a/wechat_jiaxuan/pages/detailDis/realpic.js
+++ b/wechat_jiaxuan/pages/detailDis/realpic.js
@@ -7,6 +7,7 @@
data: {
bottomLift: 0,
id: '',
+ origin: '',
info: {},
member: {},
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 || '')
actionDo({
actionType: 'view',
--
Gitblit v1.9.3