Commit 1dfb2198 by jml0128

fix

1 parent 5b952cfb
{ {
"name": "jml-bi", "name": "xrk-bi",
"version": "0.1.2", "version": "0.1.2",
"description": "jml-bi", "description": "xrk-bi",
"author": "xrk", "author": "xrk",
"main": "dist/bundler.js", "main": "dist/bundler.js",
"keywords": [ "keywords": [
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
"vue": "^2.5.11", "vue": "^2.5.11",
"vue-awesome-swiper": "^4.1.1", "vue-awesome-swiper": "^4.1.1",
"vue-echarts": "^6.0.0-rc.5", "vue-echarts": "^6.0.0-rc.5",
"vue-photo-preview": "^1.1.3",
"vuedraggable": "^2.24.3" "vuedraggable": "^2.24.3"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -462,12 +462,16 @@ export default { ...@@ -462,12 +462,16 @@ export default {
this.dealChoice(topicInfo.data.data || []); this.dealChoice(topicInfo.data.data || []);
this.dealChoiceMixin(topicMixinInfo.data.data || []); this.dealChoiceMixin(topicMixinInfo.data.data || []);
this.coverList = tempaletList.data.data || []; this.coverList = tempaletList.data.data || [];
this.$nextTick(() => {
window.status = '1'; window.status = '1';
});
} }
) )
.catch(() => { .catch(() => {
this.$nextTick(() => {
window.status = '1'; window.status = '1';
}); });
});
} }
}; };
</script> </script>
......
...@@ -493,12 +493,16 @@ export default { ...@@ -493,12 +493,16 @@ export default {
this.dealChoice(topicInfo.data.data || []); this.dealChoice(topicInfo.data.data || []);
this.dealChoiceMixin(topicMixinInfo.data.data || []); this.dealChoiceMixin(topicMixinInfo.data.data || []);
this.coverList = tempaletList.data.data || []; this.coverList = tempaletList.data.data || [];
this.$nextTick(() => {
window.status = '1'; window.status = '1';
});
} }
) )
.catch(() => { .catch(() => {
this.$nextTick(() => {
window.status = '1'; window.status = '1';
}); });
});
} }
}; };
</script> </script>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!