@@ -69,6 +69,9 @@ export default {
if (this.$refs.Btarget) this.$refs.Btarget.initData();
}
},
+ mounted() {
+ if (this.$refs.Atarget) this.$refs.Atarget.initData();
+ },
methods: {
onClickTabs(val) {
// this.$refs.homePage.scrollTop = 0;