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