Commit eea95168788a79a31bb56ac2567f5d8d1311bc96

Authored by zhiyangdu
1 parent 9d585bf9

注释日志

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