diff --git a/public/index.html b/public/index.html index 9a485d6..e4eb606 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ + 硕为思汽车智能洞察系统 diff --git a/src/api/WeiboDetails/index.js b/src/api/WeiboDetails/index.js index 486a6c5..4d7f3b6 100644 --- a/src/api/WeiboDetails/index.js +++ b/src/api/WeiboDetails/index.js @@ -84,4 +84,94 @@ export function getRegionWeiBo(params) { 'content-type': 'application/x-www-form-urlencoded' } }) +} + +//正面词云 +export function getPositive(params) { + let obj = Object.assign({action: 'getPositive', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +//负面词云 +export function getNegative(params) { + let obj = Object.assign({action: 'getNegative', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +//正面观点KOL +export function getCoreDiffuseWeiBo0528(params) { + let obj = Object.assign({action: 'getCoreDiffuseWeiBo0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +//调性分布 +export function getBoauthenAffectionsWeiBo0528(params) { + let obj = Object.assign({action: 'getBoauthenAffectionsWeiBo0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +//车型热度-热门车型 +export function getCartypeWeiBo0528(params) { + let obj = Object.assign({action: 'getCartypeWeiBo0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +//车型热度-热赞/热议/热转车型 +export function getTopCarseriesObj(params) { + let obj = Object.assign({action: 'getTopCarseriesObj', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +//微博传播裂变 +export function getDiffuseZhuTi(params) { + let obj = Object.assign({action: 'getDiffuseZhuTi', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) } \ No newline at end of file diff --git a/src/views/WeiboDetails/modelPopularity/index.vue b/src/views/WeiboDetails/modelPopularity/index.vue index 60f30fe..b6e4a69 100644 --- a/src/views/WeiboDetails/modelPopularity/index.vue +++ b/src/views/WeiboDetails/modelPopularity/index.vue @@ -8,39 +8,173 @@ --> diff --git a/src/views/WeiboDetails/negativeOpinionKOL/index.vue b/src/views/WeiboDetails/negativeOpinionKOL/index.vue index 07dd1db..fda6a76 100644 --- a/src/views/WeiboDetails/negativeOpinionKOL/index.vue +++ b/src/views/WeiboDetails/negativeOpinionKOL/index.vue @@ -11,8 +11,10 @@
-
-
+
+
+ +
{{item.title}}
粉丝数:{{item.fans}}
@@ -23,37 +25,45 @@ @@ -90,6 +100,11 @@ export default { top: 0px; background-color: #fff; z-index: 10; + .dm-m1 { + width: 100%; + height: 100%; + border-radius: 100%; + } } .d-f { position: absolute; diff --git a/src/views/WeiboDetails/positiveViewKOL/index.vue b/src/views/WeiboDetails/positiveViewKOL/index.vue index 69230bb..d66d6bb 100644 --- a/src/views/WeiboDetails/positiveViewKOL/index.vue +++ b/src/views/WeiboDetails/positiveViewKOL/index.vue @@ -7,113 +7,129 @@ * @FilePath: /data-show/src/views/WeiboDetails/positiveViewKOL/index.vue --> diff --git a/src/views/WeiboDetails/weiboWordCloud/index.vue b/src/views/WeiboDetails/weiboWordCloud/index.vue index a731f48..60a7652 100644 --- a/src/views/WeiboDetails/weiboWordCloud/index.vue +++ b/src/views/WeiboDetails/weiboWordCloud/index.vue @@ -7,39 +7,107 @@ * @FilePath: /data-show/src/views/WeiboDetails/weiboWordCloud/index.vue --> \ No newline at end of file