Commit 5f55c435035948e5a8c66e33371641630ed5060d

Authored by 王强
1 parent b70d42bd

去除console.log

src/components/goodsItem_4/goodsItem_4.vue
... ... @@ -30,7 +30,7 @@
30 30 },
31 31 props: ["item"],
32 32 created(){
33   -// console.log(this.item)
  33 +
34 34 },
35 35 methods: {
36 36  
... ...
src/components/palaceGrid/palaceGrid.vue
... ... @@ -42,8 +42,7 @@
42 42 }
43 43 },
44 44 created(){
45   -// debugger
46   -// console.log(this.grids.list)
  45 +
47 46 },
48 47 props: ["grids"],
49 48 methods: {
... ...
src/components/shopDarenHot/shopDarenHot.vue
... ... @@ -28,7 +28,7 @@
28 28 },
29 29 props:["item"],
30 30 created(){
31   - console.log(this.item)
  31 +
32 32 },
33 33 methods: {
34 34 /**
... ...
src/pages/darenList/darenList.vue
... ... @@ -313,10 +313,7 @@
313 313 shop_type: ""
314 314 });
315 315  
316   -
317   - console.log("jump", item);
318   -
319   -
  316 + // 调用通用跳转
320 317 this.$parent.gotoDetail(item);
321 318 }
322 319 },
... ... @@ -337,12 +334,7 @@
337 334 shop_type: ""
338 335 });
339 336  
340   -
341   - console.log("userJump", item);
342   -
343   -
344   -
345   -
  337 + // 调用通用跳转
346 338 this.$parent.gotoDetail(item);
347 339 }
348 340 },
... ... @@ -363,11 +355,7 @@
363 355 shop_type: "1"
364 356 });
365 357  
366   -
367   - console.log("goodsJump", item);
368   -
369   -
370   -
  358 + // 调用通用跳转
371 359 this.$parent.gotoDetail(item);
372 360 }
373 361 },
... ... @@ -388,11 +376,7 @@
388 376 shop_type: "1"
389 377 });
390 378  
391   -
392   - console.log("goodsPrimary", item);
393   -
394   -
395   -
  379 + // 调用通用跳转
396 380 this.$parent.gotoDetail(item);
397 381 }
398 382 }
... ...
src/pages/moreDynamic/moreDynamic.vue
... ... @@ -141,12 +141,7 @@
141 141 shop_type: ""
142 142 });
143 143  
144   -
145   - console.log("userJump", item);
146   -
147   -
148   -
149   -
  144 + // 调用通用跳转
150 145 this.$parent.gotoDetail(item);
151 146 }
152 147 },
... ... @@ -169,10 +164,7 @@
169 164 shop_type: ""
170 165 });
171 166  
172   -
173   - console.log("jump", item);
174   -
175   -
  167 + // 调用通用跳转
176 168 this.$parent.gotoDetail(item);
177 169 }
178 170 },
... ... @@ -193,11 +185,7 @@
193 185 shop_type: "1"
194 186 });
195 187  
196   -
197   - console.log("goodsJump", item);
198   -
199   -
200   -
  188 + // 调用通用跳转
201 189 this.$parent.gotoDetail(item);
202 190 }
203 191 },
... ... @@ -218,11 +206,7 @@
218 206 shop_type: "1"
219 207 });
220 208  
221   -
222   - console.log("goodsPrimary", item);
223   -
224   -
225   -
  209 + // 调用通用跳转
226 210 this.$parent.gotoDetail(item);
227 211 }
228 212 },
... ...
src/pages/myGiftBox/myGiftBox.vue
... ... @@ -196,7 +196,6 @@ export default {
196 196 } else {
197 197 this.$set(this, "giftGivingItem", datas.list);
198 198 }
199   - console.log(this.giftGivingItem);
200 199 }
201 200 /* 获取送礼订单列表 结束 */
202 201 } else if (res.code == 400) {
... ...
src/pages/recommendMore/recommendMore.vue
... ... @@ -191,9 +191,7 @@
191 191 shop_type: ""
192 192 });
193 193  
194   -
195   - console.log("userJump", item);
196   -
  194 + // 调用通用跳转
197 195 this.$parent.gotoDetail(item);
198 196 }
199 197 },
... ...