From b72fc1b10b08cf2fea1626d32e1ca2cccabe2edd Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 31 Mar 2020 23:49:35 +0800
Subject: [PATCH] bug修复

---
 SunshineLnsMinApp/pages/xsuojbInfo/xsuojbInfo.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/SunshineLnsMinApp/pages/xsuojbInfo/xsuojbInfo.js b/SunshineLnsMinApp/pages/xsuojbInfo/xsuojbInfo.js
index 46ba921..86e77d7 100644
--- a/SunshineLnsMinApp/pages/xsuojbInfo/xsuojbInfo.js
+++ b/SunshineLnsMinApp/pages/xsuojbInfo/xsuojbInfo.js
@@ -182,8 +182,7 @@
   joinPicture: function(e) {
     console.log(e)
     var that = this;
-    console.log(that)
-    app.joinPicture(e, that, e.currentTarget.dataset.associatetypeid, that.data.id);
+    app.joinPicture(e, that, e.currentTarget.dataset.associatetypeid, that.data.thisData.id);
   },
 
   // 删除图片

--
Gitblit v1.8.0