Commit e0bf26c9 by 李嘉林

完善信息领取奖励

parent 04cd0030
...@@ -585,6 +585,8 @@ export default { ...@@ -585,6 +585,8 @@ export default {
} }
// 新人有礼弹窗 // 新人有礼弹窗
this.newUserFun(); this.newUserFun();
// 完善信息有礼弹框
this.$refs.ImproveInformation.init();
//清除商品列表组件懒加载缓存 //清除商品列表组件懒加载缓存
// 需清除的缓存keyList // 需清除的缓存keyList
...@@ -1150,7 +1152,7 @@ export default { ...@@ -1150,7 +1152,7 @@ export default {
} }
} }
if (!this.showgiftBag) { if (!this.showgiftBag) {
this.$refs.ImproveInformation.init(); // this.$refs.ImproveInformation.init();
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment