fix(关注/足迹): 优化交互逻辑
This commit is contained in:
@@ -75,9 +75,6 @@ export default {
|
||||
goodsImageError(index) {
|
||||
this.collectionList[index].sku_image = this.$util.getDefaultImage().goods;
|
||||
this.$forceUpdate();
|
||||
},
|
||||
toLogin() {
|
||||
this.$refs.login.open();
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
8
pages_tool/member/public/js/common.js
Normal file
8
pages_tool/member/public/js/common.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
methods: {
|
||||
// 跳转至登录页
|
||||
toLogin() {
|
||||
this.$refs.login.open();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user