|
|
@@ -46,6 +46,7 @@ import tabBar from '@/components/tabBar';
|
|
|
import ABtarget from './ABtarget.vue';
|
|
|
import { mapState } from 'vuex';
|
|
|
import bottomBtn from './bottomBtn.vue';
|
|
|
+import { WXdigest } from '@/utils/digest';
|
|
|
export default {
|
|
|
name: 'home',
|
|
|
components: { tabBar, hintTabPage, ABtarget, bottomBtn },
|
|
|
@@ -87,7 +88,9 @@ export default {
|
|
|
created() {
|
|
|
this.getDict();
|
|
|
},
|
|
|
- mounted() {},
|
|
|
+ mounted() {
|
|
|
+ WXdigest();
|
|
|
+ },
|
|
|
methods: {
|
|
|
onRefresh() {
|
|
|
this.getDict(true);
|