|
@@ -76,6 +76,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
|
|
+ this.getDict();
|
|
|
|
|
+ },
|
|
|
|
|
+ mounted() {
|
|
|
getTicketFun(['onMenuShareAppMessage']).then((res) => {
|
|
getTicketFun(['onMenuShareAppMessage']).then((res) => {
|
|
|
this.wx.ready(() => {
|
|
this.wx.ready(() => {
|
|
|
console.log('this.wx.ready');
|
|
console.log('this.wx.ready');
|
|
@@ -97,9 +100,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
- this.getDict();
|
|
|
|
|
},
|
|
},
|
|
|
- mounted() {},
|
|
|
|
|
methods: {
|
|
methods: {
|
|
|
onRefresh() {
|
|
onRefresh() {
|
|
|
this.getDict(true);
|
|
this.getDict(true);
|