Commit 3d29f672 authored by chengkun's avatar chengkun

偶现上拉crash bug

parent a22fa3d2
...@@ -46,7 +46,7 @@ class OrderListViewModel : BaseViewModel(){ ...@@ -46,7 +46,7 @@ class OrderListViewModel : BaseViewModel(){
if (_listType == REFUND) { if (_listType == REFUND) {
param["order_status"] = "5" param["order_status"] = "5"
} }
param["num"] = "${_orderList.value!!.size + 10}" param["num"] = "${orderList.value?.size?.plus(10)}"
return param return param
} }
private fun generateRereshParma(param:HashMap<String, String?>):HashMap<String, String?> { private fun generateRereshParma(param:HashMap<String, String?>):HashMap<String, String?> {
......
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