Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
286a715f
Commit
286a715f
authored
Dec 21, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h5重定向后路由加载失败的问题
parent
cb277c4f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
68 deletions
+70
-68
config.gradle
config.gradle
+2
-2
im_message_chat_setting.xml
m-im/src/main/res/layout/im_message_chat_setting.xml
+66
-66
H5JsBean.kt
ydl-webview/src/main/java/com/ydl/webview/H5JsBean.kt
+2
-0
No files found.
config.gradle
View file @
286a715f
ext
{
ext
{
kotlin_version
=
"1.3.21"
kotlin_version
=
"1.3.21"
dev_mode
=
tru
e
dev_mode
=
fals
e
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"
,
...
...
m-im/src/main/res/layout/im_message_chat_setting.xml
View file @
286a715f
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
>
android:gravity=
"center"
>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"40dp"
android:layout_marginLeft=
"40dp"
android:layout_marginRight=
"40dp"
android:layout_marginRight=
"40dp"
android:orientation=
"vertical"
android:orientation=
"vertical"
android:gravity=
"center_horizontal"
android:gravity=
"center_horizontal"
android:background=
"@drawable/im_message_chat_setting_bg"
>
android:background=
"@drawable/im_message_chat_setting_bg"
>
<TextView
<TextView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"全部消息设为已读"
android:text=
"全部消息设为已读"
android:textSize=
"18dp"
android:textSize=
"18dp"
android:textStyle=
"bold"
android:textStyle=
"bold"
android:textColor=
"#242424"
android:textColor=
"#242424"
android:gravity=
"center"
android:gravity=
"center"
android:layout_marginTop=
"24dp"
/>
android:layout_marginTop=
"24dp"
/>
<TextView
<TextView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"本操作会将私聊、通知、互动中的所有未读消息设为已读"
android:text=
"本操作会将私聊、通知、互动中的所有未读消息设为已读"
android:layout_marginLeft=
"44dp"
android:layout_marginLeft=
"44dp"
android:layout_marginRight=
"44dp"
android:layout_marginRight=
"44dp"
android:textSize=
"13dp"
android:textSize=
"13dp"
android:gravity=
"center"
android:gravity=
"center"
android:textColor=
"#666666"
android:textColor=
"#666666"
android:layout_marginTop=
"8dp"
android:layout_marginTop=
"8dp"
android:layout_marginBottom=
"24dp"
/>
android:layout_marginBottom=
"24dp"
/>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"44dp"
android:layout_height=
"44dp"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<TextView
<TextView
android:id=
"@+id/cancel_btn"
android:id=
"@+id/cancel_btn"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:gravity=
"center"
android:text=
"取消"
android:text=
"取消"
android:textSize=
"16dp"
android:textSize=
"16dp"
android:textColor=
"#666666"
android:textColor=
"#666666"
android:background=
"@drawable/im_message_chat_setting_cancel_btn_bg"
/>
android:background=
"@drawable/im_message_chat_setting_cancel_btn_bg"
/>
<TextView
<TextView
android:id=
"@+id/sure_btn"
android:id=
"@+id/sure_btn"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
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>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
ydl-webview/src/main/java/com/ydl/webview/H5JsBean.kt
View file @
286a715f
...
@@ -127,6 +127,8 @@ class H5JsBean {
...
@@ -127,6 +127,8 @@ class H5JsBean {
//倾诉拨打电话使用参数
//倾诉拨打电话使用参数
var
callType
:
String
?=
null
var
callType
:
String
?=
null
var
switchStatus
=
1
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment