diff --git a/src/api/home/index.js b/src/api/home/index.js
index da5e90b..8d76bb4 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -198,3 +198,15 @@ export function getListHome(params) {
}
})
}
+
+// 首页_获取品牌
+export function getBrandName(params) {
+ return httpService({
+ url: `/api/v6.ashx`,
+ method: 'post',
+ data: params,
+ headers: {
+ 'content-type': 'application/x-www-form-urlencoded'
+ }
+ })
+}
diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue
index 50d08b9..ac1696b 100644
--- a/src/lycomponents/iHeader/index.vue
+++ b/src/lycomponents/iHeader/index.vue
@@ -34,7 +34,9 @@
{{ clock }}
diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue
index eeb0ee2..4efe0a8 100644
--- a/src/lycomponents/iHeaderBrand/index.vue
+++ b/src/lycomponents/iHeaderBrand/index.vue
@@ -36,7 +36,9 @@
{{ clock }}
diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue
index ae460dc..5d92bed 100644
--- a/src/lycomponents/iHeaderMa/index.vue
+++ b/src/lycomponents/iHeaderMa/index.vue
@@ -32,7 +32,9 @@
{{ clock }}
diff --git a/src/views/Index/spreadTheSound/index.vue b/src/views/Index/spreadTheSound/index.vue
index e684571..43575b1 100644
--- a/src/views/Index/spreadTheSound/index.vue
+++ b/src/views/Index/spreadTheSound/index.vue
@@ -96,8 +96,8 @@ export default {
sSeriesName: model
}
getBrandName(obj).then((res) => {
- console.log(res)
- // this.$router.push("/modelInsight");
+ this.setBrand({brandname: res.data})
+ this.$router.push("/modelInsight");
})
} else {
diff --git a/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue
index 395a809..f8b467b 100644
--- a/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue
+++ b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue
@@ -9,6 +9,7 @@
@@ -72,6 +74,7 @@ export default {
height: 460px;
border: 2px solid #0f2a4d;
margin-left: 16px;
+ padding-bottom: 50px;
.wtd-inner {
width: 100%;
padding: 20px 16px;
diff --git a/src/views/WeiboDetails/weiboTonalDistribution/index.vue b/src/views/WeiboDetails/weiboTonalDistribution/index.vue
index 1ea9b4a..bf1e779 100644
--- a/src/views/WeiboDetails/weiboTonalDistribution/index.vue
+++ b/src/views/WeiboDetails/weiboTonalDistribution/index.vue
@@ -72,6 +72,7 @@ export default {
height: 460px;
border: 2px solid #0f2a4d;
margin-left: 16px;
+ padding-bottom: 50px;
.wtd-inner {
width: 100%;
padding: 20px 16px;