Commit eea95168788a79a31bb56ac2567f5d8d1311bc96

Authored by zhiyangdu
1 parent 9d585bf9

注释日志

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -447,7 +447,6 @@ export default {
447 447 //页脚等于1的时候会出现数据获取为空
448 448 this.receivingGiftsInfo = datas.list;
449 449 }
450   - console.log(this.receivingGifts.tipText);
451 450 }
452 451 /* 获取达人动态数据 结束 */
453 452 } else if (res.code == 400) {
... ... @@ -639,7 +638,6 @@ export default {
639 638 to: this.giftsRuleUrl,
640 639 shop_type: ""
641 640 };
642   - console.log(item);
643 641 this.$parent.gotoDetail(item);
644 642 }
645 643 },
... ...