Commit 286a715f by 严久程

h5重定向后路由加载失败的问题

parent cb277c4f
ext {
kotlin_version = "1.3.21"
dev_mode = true
dev_mode = false
ydl_app = [
appName : "心理咨询壹点灵",
......@@ -74,7 +74,7 @@ ext {
"ydl-platform" : "0.0.29.3",
//第二步 若干
"ydl-webview" : "0.0.28.6",
"ydl-webview" : "0.0.28.9",
"ydl-media" : "0.0.14.4",
"ydl-pay" : "0.0.11.5",
"m-audioim" : "0.0.40.4",
......
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:orientation="vertical"
android:gravity="center_horizontal"
android:background="@drawable/im_message_chat_setting_bg">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="全部消息设为已读"
android:textSize="18dp"
android:textStyle="bold"
android:textColor="#242424"
android:gravity="center"
android:layout_marginTop="24dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="本操作会将私聊、通知、互动中的所有未读消息设为已读"
android:layout_marginLeft="44dp"
android:layout_marginRight="44dp"
android:textSize="13dp"
android:gravity="center"
android:textColor="#666666"
android:layout_marginTop="8dp"
android:layout_marginBottom="24dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="44dp"
android:orientation="horizontal">
<TextView
android:id="@+id/cancel_btn"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:gravity="center"
android:text="取消"
android:textSize="16dp"
android:textColor="#666666"
android:background="@drawable/im_message_chat_setting_cancel_btn_bg"/>
<TextView
android:id="@+id/sure_btn"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:gravity="center"
android:text="全部已读"
android:textSize="16dp"
android:textColor="@color/im_sel_but_text_color"
android:background="@drawable/im_message_chat_setting_sure_btn_bg"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:orientation="vertical"
android:gravity="center_horizontal"
android:background="@drawable/im_message_chat_setting_bg">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="全部消息设为已读"
android:textSize="18dp"
android:textStyle="bold"
android:textColor="#242424"
android:gravity="center"
android:layout_marginTop="24dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="本操作会将私聊、通知、互动中的所有未读消息设为已读"
android:layout_marginLeft="44dp"
android:layout_marginRight="44dp"
android:textSize="13dp"
android:gravity="center"
android:textColor="#666666"
android:layout_marginTop="8dp"
android:layout_marginBottom="24dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="44dp"
android:orientation="horizontal">
<TextView
android:id="@+id/cancel_btn"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:gravity="center"
android:text="取消"
android:textSize="16dp"
android:textColor="#666666"
android:background="@drawable/im_message_chat_setting_cancel_btn_bg"/>
<TextView
android:id="@+id/sure_btn"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:gravity="center"
android:text="全部已读"
android:textSize="16dp"
android:textColor="@color/white"
android:background="@drawable/im_message_chat_setting_sure_btn_bg"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
......@@ -127,6 +127,8 @@ class H5JsBean {
//倾诉拨打电话使用参数
var callType:String?=null
var switchStatus = 1
}
}
}
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