Commit 380e3974 by fengquan

feat: 预约支付弹框

parent d2a42bcb
...@@ -138,7 +138,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres ...@@ -138,7 +138,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres
consultSubPayDialog?.setOnDismissListener { consultSubPayDialog?.setOnDismissListener {
var timeInterval = promptPaymentBean.orderToPayTime!! * 1000 var timeInterval = promptPaymentBean.orderToPayTime!! * 1000
// val endTime = System.currentTimeMillis() + 1000 * 60 val endTime = System.currentTimeMillis() + 1000 * 60
SharedPreferencesEditor.putString("orderToPayTime", timeInterval.toString()) SharedPreferencesEditor.putString("orderToPayTime", timeInterval.toString())
consultSubPayDialog = null consultSubPayDialog = null
} }
......
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