From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_jiaxuan/pages/detailDis/case.js |   57 +++++++++++++++++++++++++++------------------------------
 1 files changed, 27 insertions(+), 30 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/case.js b/wechat_jiaxuan/pages/detailDis/case.js
index b3c66d1..4d8e372 100644
--- a/wechat_jiaxuan/pages/detailDis/case.js
+++ b/wechat_jiaxuan/pages/detailDis/case.js
@@ -1,4 +1,5 @@
 import { actionDo, getWholecaseInfo } from '../../api/index'
+import { eventBus } from '../../utils/eventBus'
 Page({
 
   /**
@@ -6,22 +7,31 @@
    */
   data: {
     bottomLift: 0,
+    origin: '',
     showShare: false
   },
-
-  /**
-   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍔犺浇
-   */
-  onLoad(options) {
-    var app = getApp().globalData
-    this.setData({
-      bottomLift: app.bottomLift
-    })
+  onLoadLogin(options){
     this.getDetail(options.id, options.userId || '')
     actionDo({
       actionType: 'view',
       id: options.id
     })
+  },
+  onUnload() {
+    console.log('璇︽儏杩涜浜嗛攢姣�');
+    setTimeout(() => {
+      eventBus.emit('caseDeBack', this.data.info)
+    }, 500)
+  },
+  onLoad(options) {
+    var app = getApp().globalData
+    this.setData({
+      bottomLift: app.bottomLift
+    })
+    
+    if(options.origin && options.origin == 'b'){
+      this.setData({ origin: 'b' })
+    }
     const member = wx.getStorageSync('member')
     this.setData({id: options.id, member})
   },
@@ -42,13 +52,13 @@
     console.log('鐐瑰嚮浜嗗垎浜�');
     actionDo({ actionType: 'share', id: this.data.info.id })
   },
-  // onShareAppMessage: function () {
-  //   // let { productDetail, userInfo } = this.data
-  //   return {
-  //     title: productDetail.title,
-  //     path: '/pages/index/index?id=' + productDetail.id + '&shareuserid=' + userInfo.id + '&type=0'
-  //   }
-  // },
+  onShareAppMessage: function () {
+    let { info } = this.data
+    console.log('鐐瑰嚮浜嗗垎浜�')
+    return {
+      path: '/pages/detailDis/case?id=' + info.id + '&userId=' + info.users.id
+    }
+  },
   handleAction(e){
     const actionType = e.currentTarget.dataset.code
     const { info } = this.data
@@ -66,6 +76,7 @@
       this.setData({info})
       wx.showToast({
         title: actionType == 'collect' ? '鏀惰棌鎴愬姛' : '鍙栨秷鏀惰棌',
+        icon: "none"
       })
     })
   },
@@ -120,13 +131,6 @@
   },
 
   /**
-   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍗歌浇
-   */
-  onUnload() {
-
-  },
-
-  /**
    * 椤甸潰鐩稿叧浜嬩欢澶勭悊鍑芥暟--鐩戝惉鐢ㄦ埛涓嬫媺鍔ㄤ綔
    */
   onPullDownRefresh() {
@@ -139,11 +143,4 @@
   onReachBottom() {
 
   },
-
-  /**
-   * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
-   */
-  onShareAppMessage() {
-
-  }
 })
\ No newline at end of file

--
Gitblit v1.9.3