diff --git a/src/views/ModelWeiboDetails/MWDmodelPopularityStoken/index.vue b/src/views/ModelWeiboDetails/MWDmodelPopularityStoken/index.vue new file mode 100644 index 0000000..fe31608 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDmodelPopularityStoken/index.vue @@ -0,0 +1,40 @@ + + + + + + \ No newline at end of file diff --git a/src/views/ModelWeiboDetails/MWDnegativeOpinionKOLStoken/index.vue b/src/views/ModelWeiboDetails/MWDnegativeOpinionKOLStoken/index.vue new file mode 100644 index 0000000..7cc86cd --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDnegativeOpinionKOLStoken/index.vue @@ -0,0 +1,95 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDpositiveViewKOLStoken/index.vue b/src/views/ModelWeiboDetails/MWDpositiveViewKOLStoken/index.vue new file mode 100644 index 0000000..ed26026 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDpositiveViewKOLStoken/index.vue @@ -0,0 +1,95 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboCharactersStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboCharactersStoken/index.vue new file mode 100644 index 0000000..4bc3788 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCharactersStoken/index.vue @@ -0,0 +1,74 @@ + + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboCommunicationTrendStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrendStoken/index.vue new file mode 100644 index 0000000..a0984c0 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrendStoken/index.vue @@ -0,0 +1,39 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboContentTOPVolumeStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolumeStoken/index.vue new file mode 100644 index 0000000..9ffdba3 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolumeStoken/index.vue @@ -0,0 +1,67 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboContentTypeStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboContentTypeStoken/index.vue new file mode 100644 index 0000000..f42447b --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentTypeStoken/index.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboSpreadFissionStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboSpreadFissionStoken/index.vue new file mode 100644 index 0000000..5a24aea --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboSpreadFissionStoken/index.vue @@ -0,0 +1,51 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboTonalDistributionStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboTonalDistributionStoken/index.vue new file mode 100644 index 0000000..3a0d90c --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboTonalDistributionStoken/index.vue @@ -0,0 +1,52 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboUserActiveAreaStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboUserActiveAreaStoken/index.vue new file mode 100644 index 0000000..7d2a3e4 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboUserActiveAreaStoken/index.vue @@ -0,0 +1,50 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboWordCloudStoken/index.vue b/src/views/ModelWeiboDetails/MWDweiboWordCloudStoken/index.vue new file mode 100644 index 0000000..3ec3ea5 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboWordCloudStoken/index.vue @@ -0,0 +1,40 @@ + + + + + + \ No newline at end of file diff --git a/src/views/ModelWeiboDetails/index.vue b/src/views/ModelWeiboDetails/index.vue index 63c64f3..bc101c6 100644 --- a/src/views/ModelWeiboDetails/index.vue +++ b/src/views/ModelWeiboDetails/index.vue @@ -87,23 +87,56 @@
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + + + +
+ + + + + +
@@ -121,6 +154,18 @@ import MWDweiboSpreadFission from "./MWDweiboSpreadFission"; import MWDweiboTonalDistribution from "./MWDweiboTonalDistribution"; import MWDpositiveViewKOL from "./MWDpositiveViewKOL"; import MWDnegativeOpinionKOL from "./MWDnegativeOpinionKOL"; +//骨架屏 +import MWDweiboCommunicationTrendStoken from "./MWDweiboCommunicationTrendStoken"; +import MWDweiboContentTypeStoken from "./MWDweiboContentTypeStoken"; +import MWDweiboCharactersStoken from "./MWDweiboCharactersStoken"; +import MWDweiboUserActiveAreaStoken from "./MWDweiboUserActiveAreaStoken"; +import MWDweiboContentTOPVolumeStoken from "./MWDweiboContentTOPVolumeStoken"; +import MWDmodelPopularityStoken from "./MWDmodelPopularityStoken"; +import MWDweiboWordCloudStoken from "./MWDweiboWordCloudStoken"; +import MWDweiboSpreadFissionStoken from "./MWDweiboSpreadFissionStoken"; +import MWDweiboTonalDistributionStoken from "./MWDweiboTonalDistributionStoken"; +import MWDpositiveViewKOLStoken from "./MWDpositiveViewKOLStoken"; +import MWDnegativeOpinionKOLStoken from "./MWDnegativeOpinionKOLStoken"; import { getBrandWeiBoCount0528 } from "@/api/WeiboDetails/index.js"; import { getAffections } from "@/api/WeiboDetails/index.js"; export default { @@ -137,6 +182,18 @@ export default { MWDweiboTonalDistribution, // 调性分布 MWDpositiveViewKOL, // 正面观点KOL MWDnegativeOpinionKOL, // 负面观点KOL + //骨架屏 + MWDweiboCommunicationTrendStoken, // 微博传播趋势 + MWDweiboContentTypeStoken, // 微博内容类型 + MWDweiboCharactersStoken, // 微博人物画像 + MWDweiboUserActiveAreaStoken, // 微博用户活跃地区 + MWDweiboContentTOPVolumeStoken, // 微博内容TOP声量 + MWDmodelPopularityStoken, // 车型热度 + MWDweiboWordCloudStoken, // 词云分布 + MWDweiboSpreadFissionStoken, // 微博传播裂变 + MWDweiboTonalDistributionStoken, // 调性分布 + MWDpositiveViewKOLStoken, // 正面观点KOL + MWDnegativeOpinionKOLStoken, // 负面观点KOL }, data() { return {