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 | 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