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