|
@@ -41,6 +41,7 @@ import { mapState, mapMutations, mapActions } from 'vuex'
|
|
|
import { PullRefresh, List, Toast } from 'vant'
|
|
|
import Empty from '@/components/common/Empty.vue'
|
|
|
import JImage from '@/components/common/Image.vue'
|
|
|
+import { hiddenBottomBar } from '@/utils/globalFunctionsForApp.ts'
|
|
|
@Component({
|
|
|
name: 'home',
|
|
|
components: {
|
|
@@ -97,6 +98,10 @@ export default class Home extends Vue {
|
|
|
this.disWord = this.$route.query.disWord
|
|
|
}
|
|
|
|
|
|
+ mounted () {
|
|
|
+ hiddenBottomBar(0)
|
|
|
+ }
|
|
|
+
|
|
|
activated () {
|
|
|
if (!this.$route.meta.isBack) {
|
|
|
for (const key in this.defaultListState) {
|