@@ -104,7 +104,8 @@ export default {
hrefUrl: '',
inWeixin,
inApp,
- timer: null
+ timer: null,
+ sets: false
};
},
computed: {
@@ -118,7 +119,9 @@ export default {
}
mounted() {
- this.passFn();
+ this.$nextTick(() => {
+ this.passFn();
+ });
this.$toast.loading({
message: '加载中...',
forbidClick: true