|
|
@@ -76,6 +76,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
activated() {
|
|
|
+ WXdigest();
|
|
|
if (this.tabVal == '-1') {
|
|
|
// 从其他页面跳转过来如果;要重新获取对应tab数据
|
|
|
// if (this.$refs.hintTabPage) this.$refs.hintTabPage.initData();
|
|
|
@@ -88,9 +89,7 @@ export default {
|
|
|
created() {
|
|
|
this.getDict();
|
|
|
},
|
|
|
- mounted() {
|
|
|
- WXdigest();
|
|
|
- },
|
|
|
+ mounted() {},
|
|
|
methods: {
|
|
|
onRefresh() {
|
|
|
this.getDict(true);
|