Commit 286a715f by 严久程

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

parent cb277c4f
ext { ext {
kotlin_version = "1.3.21" kotlin_version = "1.3.21"
dev_mode = true dev_mode = false
ydl_app = [ ydl_app = [
appName : "心理咨询壹点灵", appName : "心理咨询壹点灵",
...@@ -74,7 +74,7 @@ ext { ...@@ -74,7 +74,7 @@ ext {
"ydl-platform" : "0.0.29.3", "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-media" : "0.0.14.4",
"ydl-pay" : "0.0.11.5", "ydl-pay" : "0.0.11.5",
"m-audioim" : "0.0.40.4", "m-audioim" : "0.0.40.4",
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
android:gravity="center" android:gravity="center"
android:text="全部已读" android:text="全部已读"
android:textSize="16dp" android:textSize="16dp"
android:textColor="@color/im_sel_but_text_color" android:textColor="@color/white"
android:background="@drawable/im_message_chat_setting_sure_btn_bg"/> android:background="@drawable/im_message_chat_setting_sure_btn_bg"/>
</LinearLayout> </LinearLayout>
......
...@@ -127,6 +127,8 @@ class H5JsBean { ...@@ -127,6 +127,8 @@ class H5JsBean {
//倾诉拨打电话使用参数 //倾诉拨打电话使用参数
var callType:String?=null 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