Commit a2cdfb73a08d6cf9bdd0a1cc6d8f35720294d5f3
1 parent
5b6b9001
新版活动页面,清除console.info输出~
Showing
1 changed file
with
0 additions
and
4 deletions
src/pages/activities/activities.vue
| ... | ... | @@ -247,8 +247,6 @@ |
| 247 | 247 | // 解构数据 |
| 248 | 248 | let {data: datas} = res; |
| 249 | 249 | |
| 250 | - console.info(JSON.stringify(res)) | |
| 251 | - | |
| 252 | 250 | /* 轮播图解构 开始 */ |
| 253 | 251 | if(datas.banner && datas.banner.length > 0) { |
| 254 | 252 | this.$set(this, "swipers", { |
| ... | ... | @@ -425,8 +423,6 @@ |
| 425 | 423 | */ |
| 426 | 424 | getActivityAdsGoodsCallback(res, ext) { |
| 427 | 425 | |
| 428 | - console.info(JSON.stringify(res)) | |
| 429 | - | |
| 430 | 426 | // 隐藏加载中提示 |
| 431 | 427 | switch (ext.CALL_STATUS) { |
| 432 | 428 | case this.CALL_STATUS.LOAD_MORE: | ... | ... |