zhaoxiaohai 3 anni fa
parent
commit
e13dff69e6
2 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 3
      pages/tabbar-pages/supplyAndDemand/index.js
  2. 0 1
      utils/processingData.js

+ 0 - 3
pages/tabbar-pages/supplyAndDemand/index.js

@@ -123,7 +123,6 @@ Page({
                             "fstatus": "已解决"
                         }
                     }).then(res => {
-                        console.log(res)
                         if (res.msg != "成功") return;
                         let productList = that.data.productList;
                         productList[index].fstatus = "已解决"
@@ -208,7 +207,6 @@ Page({
             }
         }).then(res => {
             if (res.msg != "成功") return;
-            console.log(res)
             this.returnList(res);
         })
     },
@@ -227,7 +225,6 @@ Page({
     },
     /* 我的需求编辑按钮跳转 */
     productEdit(e) {
-        console.log(e)
         const {
             index
         } = e.currentTarget.dataset

+ 0 - 1
utils/processingData.js

@@ -12,7 +12,6 @@ function twoDimensionalArr(data, nub, max = 3) {
 function checkdate(data) {
     for (let i = 0; i < data.length; i++) {
         let checkdate = data[i].checkdate;
-        console.log(typeof checkdate)
         if(checkdate == String) data[i].checkdate = checkdate.slice(0, checkdate.lastIndexOf('.'));
     }
     return data;