|
|
@@ -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')
|