diff --git a/pages/everdayRenven/AnhuiIndex.vue b/pages/everdayRenven/AnhuiIndex.vue
index 3fdf265..707b3e5 100644
--- a/pages/everdayRenven/AnhuiIndex.vue
+++ b/pages/everdayRenven/AnhuiIndex.vue
@@ -154,13 +154,13 @@
入区
{{ child.data
- }}
+ }}
|
断面
{{ child.flow
- }}
+ }}
▼
@@ -176,7 +176,7 @@
{{ direction.name }}区
{{ direction.bili
- }}%
+ }}%
@@ -313,12 +313,13 @@
-
+
商品销售排行
-
+
@@ -429,14 +430,14 @@ export default {
background: '#E6FFFB',
accent: '#5CDBD3'
},
- '734100': { // 海南
+ '734100': { // 建工
primary: '#E91E63',
secondary: '#F06292',
background: '#FCE4EC',
accent: '#F48FB1'
}
}
- return themes[this.currentProvinceCode] || themes['530000'] // 如果找不到对应省份,使用云南配色
+ return themes[this.currentProvinceCode] || themes['340000'] // 如果找不到对应省份,使用云南配色
}
},
components: {
@@ -485,7 +486,7 @@ export default {
// 确保必需参数存在
var finalParams = {
- ProvinceCode: params.ProvinceCode || '530000', // 默认云南
+ ProvinceCode: params.ProvinceCode || '340000', // 默认云南
GroupType: params.GroupType || '1000',
time: params.time || this.lastDay,
ServerpartIds: params.ServerpartIds || ''
@@ -565,7 +566,7 @@ export default {
// 获取默认参数 - uniapp兼容版本
getDefaultParams: function () {
return {
- ProvinceCode: '530000', // 默认云南
+ ProvinceCode: '340000', // 默认云南
GroupType: '1000',
time: this.lastDay,
ServerpartIds: ''
@@ -1219,7 +1220,7 @@ export default {
this.showPage = false
this.opacity = 1
// 即使没有权限,也设置一个默认省份以避免样式异常
- this.currentProvinceCode = '530000'
+ this.currentProvinceCode = '340000'
}
}
this.nowTab = this.theRequest && this.theRequest.ProvinceCode == 340000 ? 1 : 2
@@ -1228,7 +1229,7 @@ export default {
this.getDetail(this.theRequest)
}
// 若省份为甘肃,则加载甘肃单品排行
- if (this.theRequest && (this.theRequest.ProvinceCode == "620000" || this.theRequest.ProvinceCode == "530000")) {
+ if (this.theRequest && (this.theRequest.ProvinceCode == "620000" || this.theRequest.ProvinceCode == "530000" || this.theRequest.ProvinceCode == "734100")) {
this.getRankContent()
}
},
diff --git a/pages/everdayRenven/components/RankContent.vue b/pages/everdayRenven/components/RankContent.vue
index 6bb0774..a855195 100644
--- a/pages/everdayRenven/components/RankContent.vue
+++ b/pages/everdayRenven/components/RankContent.vue
@@ -1,16 +1,16 @@
-
+
🏪
商超
-
+
🍽️
餐饮
-
+
🍿
小吃
@@ -59,15 +59,30 @@