| | |
| | | import com.okgoincar.bean.OrderStatueBean |
| | | import com.okgoincar.netUtls.Api |
| | | import com.okgoincar.netUtls.timeOver |
| | | import com.okgoincar.slab.util.DialogUtil |
| | | import com.okgoincar.utils.MyUtils |
| | | import kotlinx.android.synthetic.main.activity_order_over.* |
| | | import kotlinx.android.synthetic.main.dialog_sure_and_del_slab.view.* |
| | | import java.lang.Exception |
| | | |
| | | class SlabOrderOverActivity : MySlabBaseActivity() { |
| | |
| | | } |
| | | |
| | | tv_complete.clickDelay { |
| | | overOrder() |
| | | var pop = DialogUtil.getSlabDelAndSurePopWindow(this,"请确认是否收到乘客线下付款",{}){ |
| | | overOrder() |
| | | } |
| | | pop.contentView.tv_close_base.text = "未收款" |
| | | pop.contentView.tv_sure_base.text = "已收款" |
| | | pop.showCenter(window.decorView) |
| | | |
| | | } |
| | | } |
| | | |