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
5bdcc9d9
Commit
5bdcc9d9
authored
Sep 22, 2020
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改网络基类toast提示,默认toast服务器的。服务器没有toast"加载失败"
parent
28f58278
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
config.gradle
config.gradle
+4
-4
ThrowableUtil.kt
ydl-platform/src/main/java/com/ydl/ydlcommon/data/http/ThrowableUtil.kt
+2
-1
No files found.
config.gradle
View file @
5bdcc9d9
...
...
@@ -8,7 +8,7 @@ ext {
"m-confide"
:
"0.0.48.74"
,
"m-consultant"
:
"0.0.59.36"
,
"m-fm"
:
"0.0.30.00"
,
"m-user"
:
"0.0.60.2
6
"
,
"m-user"
:
"0.0.60.2
8
"
,
"m-home"
:
"0.0.22.33"
,
"m-im"
:
"0.0.18.23"
,
"m-dynamic"
:
"0.0.7.13"
,
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.5
6
"
,
"ydl-platform"
:
"0.0.39.5
7
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.32"
,
...
...
@@ -92,7 +92,7 @@ ext {
"m-confide"
:
"0.0.41.3"
,
"m-consultant"
:
"0.0.51.16"
,
"m-fm"
:
"0.0.23.5"
,
"m-user"
:
"0.0.41.
5
"
,
"m-user"
:
"0.0.41.
7
"
,
"m-home"
:
"0.0.6.28"
,
"m-im"
:
"0.0.3.14"
,
"m-dynamic"
:
"0.0.1.7"
,
...
...
@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.5
6
"
,
"ydl-platform"
:
"0.0.39.5
7
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.31"
,
...
...
ydl-platform/src/main/java/com/ydl/ydlcommon/data/http/ThrowableUtil.kt
View file @
5bdcc9d9
...
...
@@ -25,7 +25,7 @@ internal object ThrowableUtil {
is
SocketTimeoutException
->
BaseApp
.
getApp
().
getString
(
R
.
string
.
platform_timeout
)
is
ApiThrowable
->
t
.
message
?:
""
is
CustomThrowable
->
t
.
message
?:
""
else
->
BaseApp
.
getApp
().
getString
(
R
.
string
.
platform_loadfailed
)
else
->
t
?.
message
?:
BaseApp
.
getApp
().
getString
(
R
.
string
.
platform_loadfailed
)
}
}
}
\ No newline at end of file
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