Commit f5957536 by Wyh

9.16 預約單數量和配置

Signed-off-by: Wyh <1239658231>
parent cd3c227f
......@@ -172,7 +172,7 @@ class PageViewModel(private val repository: WeatherRepository) : ViewModel() {
getData()?.statistics?.let {
bookingOrderNum.value = it.reservationNumber
instantOrderNum.value = it.immediateNumber
bookingConfigTime.value = it.reservationConfigTime
}
if (getData() != null && getData()?.data != null) {
val myData: ArrayList<OrderList.DataBeanX.DataBean> = getData()?.data as ArrayList<OrderList.DataBeanX.DataBean>
......
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