liugl
2020-12-31 4aa19f7eede397f8e0b862a0aab15d9a14e88ce5
app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java
@@ -173,8 +173,8 @@
     * @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 +182,10 @@
                intent.putExtra("time", time);
                intent.putExtra("type", type);
                startActivity(intent);
            } else {
//            } else {
//                toast("收到预约单");
            }
        });
//            }
//        });
    }