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