Commit d0ea3680 authored by shiyl's avatar shiyl

修改类目搜索框默认隐藏清空按钮

parent 554cdafb
......@@ -12,7 +12,7 @@ import com.yidian.shenghuoquan.commodity.http.callback.ICategoryListCallback
class CategorySearchViewModel : BaseViewModel() {
var searchKeyword = MutableLiveData<String?>()
var searchKeyword = MutableLiveData("")
/**
* 清空输入框
......
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