diff --git a/pages.json b/pages.json
index 063c1d3..1bc726a 100644
--- a/pages.json
+++ b/pages.json
@@ -490,7 +490,7 @@
"navigationBarTitleText": "线索",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#292929",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "white"
}
},
{
diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue
index ccb0fae..e318d85 100644
--- a/pages/market/clue/add_clues.vue
+++ b/pages/market/clue/add_clues.vue
@@ -375,16 +375,14 @@
labelColor='#fff'
:bottomBorder='false'>
-
+
+ {{ (formData.distance) ? picker_config.distance.text : '点击选择' }}
+
+
-
+
+ {{ (formData.distance) ? picker_config.distance.text : '点击选择' }}
+
@@ -721,7 +718,12 @@ export default {
decision_maker:{
text:'',
options:[],
- }
+ },
+ //距离
+ distance:{
+ text:'',
+ options:[],
+ },
},//选择器选项配置
// 年月日选择组件
@@ -772,6 +774,7 @@ export default {
await this.getDict('cognitive_idea')//获取字典-认知理念
await this.getDict('status')//获取字典-客户状态
await this.getDict('decision_maker')//获取字典-决策人
+ await this.getDict('distance')//获取字典-距离
// this.getStaffList()//获取人员列表
// this.getAreaTree()//获取地区树形结构
@@ -841,6 +844,7 @@ export default {
//六要素相关
this.picker_config.purchasing_power.text = sixSpeed.purchase_power_name || '点击选择'//购买力
this.picker_config.cognitive_idea.text = sixSpeed.concept_awareness_name || '点击选择'//认知理念
+ this.picker_config.distance.text = sixSpeed.distance || '点击选择'//距离
},
@@ -964,6 +968,10 @@ export default {
case 'status':
key = 'kh_status'
break;
+ //距离
+ case 'distance':
+ key = 'distance'
+ break;
}
if(!key){
return