mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:33:27 +08:00
【优化】优化首页【record购买记录】组件执行方式,将mounted调整为created。
This commit is contained in:
@@ -93,8 +93,8 @@
|
||||
});
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getRecod();
|
||||
created() {
|
||||
this.getRecord();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user