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,8 +247,6 @@ | ||
| 247 | // 解构数据 | 247 | // 解构数据 |
| 248 | let {data: datas} = res; | 248 | let {data: datas} = res; |
| 249 | 249 | ||
| 250 | - console.info(JSON.stringify(res)) | ||
| 251 | - | ||
| 252 | /* 轮播图解构 开始 */ | 250 | /* 轮播图解构 开始 */ |
| 253 | if(datas.banner && datas.banner.length > 0) { | 251 | if(datas.banner && datas.banner.length > 0) { |
| 254 | this.$set(this, "swipers", { | 252 | this.$set(this, "swipers", { |
| @@ -425,8 +423,6 @@ | @@ -425,8 +423,6 @@ | ||
| 425 | */ | 423 | */ |
| 426 | getActivityAdsGoodsCallback(res, ext) { | 424 | getActivityAdsGoodsCallback(res, ext) { |
| 427 | 425 | ||
| 428 | - console.info(JSON.stringify(res)) | ||
| 429 | - | ||
| 430 | // 隐藏加载中提示 | 426 | // 隐藏加载中提示 |
| 431 | switch (ext.CALL_STATUS) { | 427 | switch (ext.CALL_STATUS) { |
| 432 | case this.CALL_STATUS.LOAD_MORE: | 428 | case this.CALL_STATUS.LOAD_MORE: |