From c79f4fea5045445c40cd417c3bdcf78c843f87ae Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 05 Mar 2020 17:38:01 +0800
Subject: [PATCH] 1

---
 SunshineLnsMinApp/app.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/SunshineLnsMinApp/app.js b/SunshineLnsMinApp/app.js
index 7e3d4e0..825b320 100644
--- a/SunshineLnsMinApp/app.js
+++ b/SunshineLnsMinApp/app.js
@@ -92,6 +92,11 @@
   },
   //上传文件
   upload: function(these, path, associateTypeId, way, id) {
+    console.log(these)
+    console.log(path)
+    console.log(associateTypeId)
+    console.log(way)
+    console.log(id)
     var status = these.data['status'];
     var batch;
     if (status == 4) {
@@ -99,6 +104,7 @@
     } else {
       batch = 0
     }
+    console.log(batch)
     wx.showToast({
       icon: "loading",
       title: "正在上传"
@@ -116,6 +122,7 @@
         batch
       },
       success: function(res) {
+        console.log(res)
         var evalList = these.data.evalList;
         var evalListType = 'evalList' + associateTypeId;
         var data = JSON.parse(res.data)

--
Gitblit v1.8.0