Commit f5ac2dc2 by fengquan

feat: 咨询师列表页地区格式

parent e128a432
...@@ -108,11 +108,11 @@ data class ExpertServiceItem( ...@@ -108,11 +108,11 @@ data class ExpertServiceItem(
// */ // */
// var listen_status: Int, // var listen_status: Int,
var open_chat_agency:Int, var open_chat_agency: Int,
var service_status:Int, var service_status: Int,
var is_free_today:Int, var is_free_today: Int,
/** /**
* 私聊人数 * 私聊人数
...@@ -143,37 +143,39 @@ data class ExpertServiceItem( ...@@ -143,37 +143,39 @@ data class ExpertServiceItem(
/** /**
* 是否是头部headView * 是否是头部headView
*/ */
val is_head_view:Boolean=false, val is_head_view: Boolean = false,
/** /**
* 搜索词 * 搜索词
*/ */
val search_content:String, val search_content: String,
/** /**
* 联想词 * 联想词
*/ */
val related_word:String, val related_word: String,
/** /**
* 地区 * 地区
*/ */
val display_region:String, val display_region: String,
/** /**
* 是否展示公益图标 * 是否展示公益图标
*/ */
val has_servicefree_experience:Int? val has_servicefree_experience: Int?
) { ) {
constructor(is_head_view: Boolean,search_content: String,related_word:String) : this("","","","","", constructor(is_head_view: Boolean, search_content: String, related_word: String) : this(
1,1,1,"",false,true, "", "", "", "", "",
1f,false,0,"","","",1f,1f, 1, 1, 1, "", false, true,
null,null,1,1,1,1, 1f, false, 0, "", "", "", 1f, 1f,
"","","","",null,is_head_view,search_content,related_word,"",1) null, null, 1, 1, 1, 1,
"", "", "", "", null, is_head_view, search_content, related_word, "", 1
)
} }
data class FeatureTag( data class FeatureTag(
val tag_id:String, val tag_id: String,
val tag_name:String, val tag_name: String,
val is_highlight:Boolean, // 是否高亮 val is_highlight: Boolean, // 是否高亮
val type:String // 标签类型 val type: String // 标签类型
) )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment