Commit 1dfb2198 by jml0128

fix

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