liugl
2021-01-04 9a7106b79e3e72321107c41448b63ac5c1afc3c2
app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java
@@ -173,8 +173,9 @@
     * @param type
     */
    public void showOrder(String orderId, String orderType, int time, int type) {
        UtilKtKt.calldetailOrderIsYy(this, orderId, orderType, b -> {
            if (b) {
//        UtilKtKt.calldetailOrderIsYy(this, orderId, orderType, b -> {
//            if (b) {
                MyApplication.Companion.getTTsManager().setVideoText("OK出行,有一条新的订单");
                Intent intent = new Intent(MySlabBaseActivity.this, SlabGetOrderFragment.class);
                intent.putExtra("orderId", orderId);
@@ -182,10 +183,10 @@
                intent.putExtra("time", time);
                intent.putExtra("type", type);
                startActivity(intent);
            } else {
//            } else {
//                toast("收到预约单");
            }
        });
//            }
//        });
    }