From e6bb46be285787f365670cfea07d26c60c29741e Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Mon, 1 Nov 2021 15:55:49 +0800 Subject: [PATCH] cxw-010203 --- src/api/ModelInsight/index.js | 64 ++++- .../BrandInsight/popularEvents/index.vue | 3 +- src/views/ModelInsight/index.vue | 14 +- .../ModelInsight/mlPopularEvents/index.vue | 56 ++++- src/views/ModelInsight/mlPopularEvents/opt.js | 232 +++++------------- .../mlPopularEventsList/index.vue | 106 +++++--- src/views/ModelInsight/mlWeiboKol/index.vue | 71 +++++- src/views/ModelInsight/mlWeiboKol/opt.js | 132 +++------- .../ModelInsight/mlWeiboPortraits/index.vue | 149 ++++++++++- .../ModelInsight/mlWeiboPortraits/opt.js | 98 +++----- .../ModelInsight/mlWeiboVolumeTrend/index.vue | 51 +++- .../ModelInsight/mlWeiboVolumeTrend/opt.js | 14 +- 12 files changed, 571 insertions(+), 419 deletions(-) diff --git a/src/api/ModelInsight/index.js b/src/api/ModelInsight/index.js index 7273f66..094360b 100644 --- a/src/api/ModelInsight/index.js +++ b/src/api/ModelInsight/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-28 16:40:48 - * @LastEditTime: 2021-11-01 14:15:10 + * @LastEditTime: 2021-11-01 15:49:49 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/ModelInsight/index.js @@ -47,3 +47,65 @@ export function getSourcetypeTime(params) { } }) } + +// 车型热门事件列表 +export function getHotEventsList0528(params) { + let obj = Object.assign({action: 'getHotEventsList0528', sType: 'HotEvent'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型热点事件 +export function getHotEventsType(params) { + let obj = Object.assign({action: 'getHotEventsType', sType: 'HotEvent'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型-微博KOL +export function getBoauthenCount0528(params) { + let obj = Object.assign({action: 'getBoauthenCount0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 车型-微博人物画像 +export function getSexMergeWeiBo(params) { + let obj = Object.assign({action: 'getSexMergeWeiBo', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型-微博声量趋势 +export function getCountTime0528(params) { + let obj = Object.assign({action: 'getCountTime0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} diff --git a/src/views/BrandInsight/popularEvents/index.vue b/src/views/BrandInsight/popularEvents/index.vue index 0706a37..1b6d51e 100644 --- a/src/views/BrandInsight/popularEvents/index.vue +++ b/src/views/BrandInsight/popularEvents/index.vue @@ -1,7 +1,7 @@ diff --git a/src/views/ModelInsight/mlWeiboKol/index.vue b/src/views/ModelInsight/mlWeiboKol/index.vue index a31c985..3bd6c60 100644 --- a/src/views/ModelInsight/mlWeiboKol/index.vue +++ b/src/views/ModelInsight/mlWeiboKol/index.vue @@ -1,7 +1,7 @@