diff --git a/components/indexCom/insightChild/index.js b/components/indexCom/insightChild/index.js
index b20c6cb..c80aa50 100644
--- a/components/indexCom/insightChild/index.js
+++ b/components/indexCom/insightChild/index.js
@@ -1,7 +1,12 @@
+
+
+
Component({
data: {
+
showChart: true,
brandOption: {
+
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
@@ -11,13 +16,14 @@ Component({
},
legend: {
+ x:'15',
icon: 'rectangle',//data图标样式
itemWidth: 10,//data图标大小
itemHeight: 10,
textStyle: {
fontSize: 9
},
- data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
+ data: ['尾翼互动量'],
},
//图表位置
grid: {
@@ -74,101 +80,15 @@ Component({
}
}
],
- series: [
+ series:
{
- name: '微博',
+ name: '尾翼互动量',
type: 'bar',
data: [1400, 2000, 1500, 1800, 1490, 900, 310],
stack:"Search Engine",
emphasis: {//折线图的高亮状态。
focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
},
- itemStyle: {
- normal:{
- color: '#FF4852',
- lineStyle: {
- color: '#FF4852'
- }
- }
- }
- },
- {
- name: '其他',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [1520, 1052, 141, 174, 1690, 250, 220],
- itemStyle: {
- normal:{
- color: '#FF6E25',
- lineStyle: {
- color: '#FF6E25'
- }
- }
- }
- },
- {
- name: '短视频',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [210, 322, 551, 364, 960, 1307, 10],
- itemStyle: {
- normal:{
- color: '#FFBF00',
- lineStyle: {
- color: '#FFBF00'
- }
- }
- }
-
- },
- {
- name: '微信',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 362, 71, 374, 970, 130, 170],
- itemStyle: {
- normal:{
- color: '#20CC62',
- lineStyle: {
- color: '#20CC62'
- }
- }
- }
- },
- {
- name: 'APP',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [20, 32, 41, 354, 90, 130, 10],
- itemStyle: {
- normal:{
- color: '#00D6D6',
- lineStyle: {
- color: '#00D6D6'
- }
- }
- }
- },
- {
- name: '论坛',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [200, 382, 661, 34, 909, 1308, 150],
itemStyle: {
normal:{
color: '#00AAFF',
@@ -178,26 +98,10 @@ Component({
}
}
},
- {
- name: '新闻',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 326, 178, 349, 900, 1300, 140],
- itemStyle: {
- normal:{
- color: '#7257FF',
- lineStyle: {
- color: '#7257FF'
- }
- }
- }
- }
- ]
+
+
},
- modelOption: {
+ modelOption: {
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
@@ -207,13 +111,14 @@ Component({
},
legend: {
+ x:'15',
icon: 'rectangle',//data图标样式
itemWidth: 10,//data图标大小
itemHeight: 10,
textStyle: {
fontSize: 9
},
- data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
+ data: ['尾翼互动量'],
},
//图表位置
grid: {
@@ -253,6 +158,7 @@ Component({
],
xAxis: [
{
+
type: 'category',
data: ['大众速腾', '激励帝豪', '吉利星越', '奥迪A4', '奥迪Q5'],
axisTick:{
@@ -270,67 +176,16 @@ Component({
}
}
],
- series: [
+ series:
{
- name: '微博',
+
+ name: '尾翼互动量',
type: 'bar',
data: [1400, 2000, 1500, 1800, 1490, 900, 310],
stack:"Search Engine",
emphasis: {//折线图的高亮状态。
focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
},
- itemStyle: {
- normal:{
- color: '#FF4852',
- lineStyle: {
- color: '#FF4852'
- }
- }
- }
- },
- {
- name: '其他',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [1520, 1052, 141, 174, 1690, 250, 220],
- itemStyle: {
- normal:{
- color: '#FF6E25',
- lineStyle: {
- color: '#FF6E25'
- }
- }
- }
- },
- {
- name: '短视频',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [210, 322, 551, 364, 960, 1307, 10],
- itemStyle: {
- normal:{
- color: '#FFBF00',
- lineStyle: {
- color: '#FFBF00'
- }
- }
- }
-
- },
- {
- name: '微信',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 362, 71, 374, 970, 130, 170],
itemStyle: {
normal:{
color: '#20CC62',
@@ -340,58 +195,8 @@ Component({
}
}
},
- {
- name: 'APP',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [20, 32, 41, 354, 90, 130, 10],
- itemStyle: {
- normal:{
- color: '#00D6D6',
- lineStyle: {
- color: '#00D6D6'
- }
- }
- }
- },
- {
- name: '论坛',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [200, 382, 661, 34, 909, 1308, 150],
- itemStyle: {
- normal:{
- color: '#00AAFF',
- lineStyle: {
- color: '#00AAFF'
- }
- }
- }
- },
- {
- name: '新闻',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 326, 178, 349, 900, 1300, 140],
- itemStyle: {
- normal:{
- color: '#7257FF',
- lineStyle: {
- color: '#7257FF'
- }
- }
- }
- }
- ]
+
+
},
},
diff --git a/components/indexCom/insightChild/index.wxss b/components/indexCom/insightChild/index.wxss
index 0f6a6e0..33bebf8 100644
--- a/components/indexCom/insightChild/index.wxss
+++ b/components/indexCom/insightChild/index.wxss
@@ -1,6 +1,6 @@
/* 品牌传播声量 */
.brand{
- width: 100%;
+ width: 686rpx;
height: 484rpx;
background-color: #fff;
margin: 32rpx;
diff --git a/components/indexCom/portraitChild/index.wxml b/components/indexCom/portraitChild/index.wxml
index 0f0a1f2..5c41d11 100644
--- a/components/indexCom/portraitChild/index.wxml
+++ b/components/indexCom/portraitChild/index.wxml
@@ -2,16 +2,17 @@
- 品牌传播声量
-
-
-
+ 性别
+
- 车型传播声量
-
-
-
+ 认证
+
+
+
+
+ 地区
+
\ No newline at end of file
diff --git a/components/indexCom/rankingChild/index.js b/components/indexCom/rankingChild/index.js
index b20c6cb..c80aa50 100644
--- a/components/indexCom/rankingChild/index.js
+++ b/components/indexCom/rankingChild/index.js
@@ -1,7 +1,12 @@
+
+
+
Component({
data: {
+
showChart: true,
brandOption: {
+
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
@@ -11,13 +16,14 @@ Component({
},
legend: {
+ x:'15',
icon: 'rectangle',//data图标样式
itemWidth: 10,//data图标大小
itemHeight: 10,
textStyle: {
fontSize: 9
},
- data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
+ data: ['尾翼互动量'],
},
//图表位置
grid: {
@@ -74,101 +80,15 @@ Component({
}
}
],
- series: [
+ series:
{
- name: '微博',
+ name: '尾翼互动量',
type: 'bar',
data: [1400, 2000, 1500, 1800, 1490, 900, 310],
stack:"Search Engine",
emphasis: {//折线图的高亮状态。
focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
},
- itemStyle: {
- normal:{
- color: '#FF4852',
- lineStyle: {
- color: '#FF4852'
- }
- }
- }
- },
- {
- name: '其他',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [1520, 1052, 141, 174, 1690, 250, 220],
- itemStyle: {
- normal:{
- color: '#FF6E25',
- lineStyle: {
- color: '#FF6E25'
- }
- }
- }
- },
- {
- name: '短视频',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [210, 322, 551, 364, 960, 1307, 10],
- itemStyle: {
- normal:{
- color: '#FFBF00',
- lineStyle: {
- color: '#FFBF00'
- }
- }
- }
-
- },
- {
- name: '微信',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 362, 71, 374, 970, 130, 170],
- itemStyle: {
- normal:{
- color: '#20CC62',
- lineStyle: {
- color: '#20CC62'
- }
- }
- }
- },
- {
- name: 'APP',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [20, 32, 41, 354, 90, 130, 10],
- itemStyle: {
- normal:{
- color: '#00D6D6',
- lineStyle: {
- color: '#00D6D6'
- }
- }
- }
- },
- {
- name: '论坛',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [200, 382, 661, 34, 909, 1308, 150],
itemStyle: {
normal:{
color: '#00AAFF',
@@ -178,26 +98,10 @@ Component({
}
}
},
- {
- name: '新闻',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 326, 178, 349, 900, 1300, 140],
- itemStyle: {
- normal:{
- color: '#7257FF',
- lineStyle: {
- color: '#7257FF'
- }
- }
- }
- }
- ]
+
+
},
- modelOption: {
+ modelOption: {
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
@@ -207,13 +111,14 @@ Component({
},
legend: {
+ x:'15',
icon: 'rectangle',//data图标样式
itemWidth: 10,//data图标大小
itemHeight: 10,
textStyle: {
fontSize: 9
},
- data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
+ data: ['尾翼互动量'],
},
//图表位置
grid: {
@@ -253,6 +158,7 @@ Component({
],
xAxis: [
{
+
type: 'category',
data: ['大众速腾', '激励帝豪', '吉利星越', '奥迪A4', '奥迪Q5'],
axisTick:{
@@ -270,67 +176,16 @@ Component({
}
}
],
- series: [
+ series:
{
- name: '微博',
+
+ name: '尾翼互动量',
type: 'bar',
data: [1400, 2000, 1500, 1800, 1490, 900, 310],
stack:"Search Engine",
emphasis: {//折线图的高亮状态。
focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
},
- itemStyle: {
- normal:{
- color: '#FF4852',
- lineStyle: {
- color: '#FF4852'
- }
- }
- }
- },
- {
- name: '其他',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [1520, 1052, 141, 174, 1690, 250, 220],
- itemStyle: {
- normal:{
- color: '#FF6E25',
- lineStyle: {
- color: '#FF6E25'
- }
- }
- }
- },
- {
- name: '短视频',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [210, 322, 551, 364, 960, 1307, 10],
- itemStyle: {
- normal:{
- color: '#FFBF00',
- lineStyle: {
- color: '#FFBF00'
- }
- }
- }
-
- },
- {
- name: '微信',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 362, 71, 374, 970, 130, 170],
itemStyle: {
normal:{
color: '#20CC62',
@@ -340,58 +195,8 @@ Component({
}
}
},
- {
- name: 'APP',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [20, 32, 41, 354, 90, 130, 10],
- itemStyle: {
- normal:{
- color: '#00D6D6',
- lineStyle: {
- color: '#00D6D6'
- }
- }
- }
- },
- {
- name: '论坛',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [200, 382, 661, 34, 909, 1308, 150],
- itemStyle: {
- normal:{
- color: '#00AAFF',
- lineStyle: {
- color: '#00AAFF'
- }
- }
- }
- },
- {
- name: '新闻',
- type: 'bar',
- stack:"Search Engine",
- emphasis: {//折线图的高亮状态。
- focus: "series",//聚焦当前高亮的数据所在的系列的所有图形。
- },
- data: [250, 326, 178, 349, 900, 1300, 140],
- itemStyle: {
- normal:{
- color: '#7257FF',
- lineStyle: {
- color: '#7257FF'
- }
- }
- }
- }
- ]
+
+
},
},
diff --git a/components/indexCom/rankingChild/index.wxml b/components/indexCom/rankingChild/index.wxml
index 0f0a1f2..40bc5f9 100644
--- a/components/indexCom/rankingChild/index.wxml
+++ b/components/indexCom/rankingChild/index.wxml
@@ -1,17 +1,27 @@
-
-
+
+
+
- 品牌传播声量
-
-
+
+
+
+
+
+ 汽车销量排行
+
+ 查看详情
+
+
+
+ 品牌销量排行
+
- 车型传播声量
-
-
-
+
+ 车型销量排行
+
\ No newline at end of file
diff --git a/components/indexCom/rankingChild/index.wxss b/components/indexCom/rankingChild/index.wxss
index 0f6a6e0..7a8f802 100644
--- a/components/indexCom/rankingChild/index.wxss
+++ b/components/indexCom/rankingChild/index.wxss
@@ -1,10 +1,31 @@
-/* 品牌传播声量 */
+/* 热销排行 */
+.total{
+ height: 80rpx;
+ line-height: 80rpx;
+ display: flex;
+ text-align: center;
+ justify-content: space-between;
+ /* margin: 0 32rpx; */
+ padding: 0 32rpx 0 32rpx;
+ background-color: #ebf5ff;
+
+}
+.content_left{
+ display: flex;
+
+}
+.total_img{
+ width: 64rpx;
+ height: 64rpx;
+ border-radius: 12rpx;
+ margin: 20rpx 20rpx 0 0rpx;
+ }
.brand{
- width: 100%;
+ width: 686;
height: 484rpx;
background-color: #fff;
margin: 32rpx;
- border-radius: 4rpx;
+ border-radius: 4rpx;
}
.brand_tu{
width: 100%;
@@ -13,4 +34,12 @@
.text{
font-size: 36rpx;
padding: 32rpx;
+}
+.title{
+ font-size: 28rpx;
+ color: #0084FF;
+}
+.text1{
+ font-size: 24rpx;
+ color: #0084FF;
}
\ No newline at end of file
diff --git a/images/car_sales.png b/images/car_sales.png
new file mode 100644
index 0000000..833ea00
Binary files /dev/null and b/images/car_sales.png differ