storeBelieveInLight пре 1 година
родитељ
комит
368f21a6f9
2 измењених фајлова са 2 додато и 5 уклоњено
  1. 0 2
      pages/ordermanagement/index.vue
  2. 2 3
      shop/productManagementModule/index.vue

+ 0 - 2
pages/ordermanagement/index.vue

@@ -198,8 +198,6 @@ export default {
198 198
 	let userinfo = uni.getStorageSync("userinfo");
199 199
 	this.uid = userinfo.uid;
200 200
 	console.log("onshow");
201
-	return;
202
-	
203 201
 	let authorization = uni.getStorageSync("authorization");
204 202
 	// let userinfo = uni.getStorageSync('userinfo')
205 203
 	let selectmerchant = uni.getStorageSync("selectmerchant");

+ 2 - 3
shop/productManagementModule/index.vue

@@ -75,7 +75,7 @@ export default {
75 75
         {
76 76
             "type": 5,
77 77
             "name": "回收站商品",
78
-            "count": 3,
78
+            "count": 0,
79 79
              img: "/static/images/new_ui/huishou.png",
80 80
         },
81 81
         {
@@ -170,8 +170,7 @@ export default {
170 170
     this.authorization = uni.getStorageSync("authorization");
171 171
     let userinfo = uni.getStorageSync("userinfo");
172 172
     this.uid = userinfo.uid;
173
-    console.log("onshow");
174
-    return;
173
+
175 174
 
176 175
     let authorization = uni.getStorageSync("authorization");
177 176
     // let userinfo = uni.getStorageSync('userinfo')