diff --git a/src/api/home/index.js b/src/api/home/index.js index a0bc835..66de74a 100644 --- a/src/api/home/index.js +++ b/src/api/home/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-20 16:17:39 - * @LastEditTime: 2021-10-21 15:27:39 + * @LastEditTime: 2021-10-21 17:32:22 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/home/index.js @@ -37,7 +37,15 @@ export function getHomeCount0528(params) { params: obj }) } - +// 首页_热销排行-选择框 +export function getCheZhuTime0528(params) { + let obj = Object.assign({action: 'getCheZhuTime0528'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} // 首页_热销排行 export function getCheZhuBrandCount0528(params) { let obj = Object.assign({action: 'getCheZhuBrandCount0528',sType: 'Home'}, params) @@ -115,4 +123,24 @@ export function getHomeBrandSourceType0528(params) { method: 'get', params: obj }) +} + +// 首页_获取用户画像 +export function getSexOrAttestationOrRegionHome0528(params) { + let obj = Object.assign({action: 'getSexOrAttestationOrRegionHome0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_全网传播数量详情数据 +export function getHomeList0528(params) { + let obj = Object.assign({action: 'getHomeList0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) } \ No newline at end of file diff --git a/src/components/v-echars/index.vue b/src/components/v-echars/index.vue index 139e39b..9de331c 100644 --- a/src/components/v-echars/index.vue +++ b/src/components/v-echars/index.vue @@ -1,7 +1,7 @@