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
fda526bd
Commit
fda526bd
authored
Aug 30, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 产品扯皮后,发现隐私协议和用户隐私地址给错了,已改
parent
ed9dcef9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
config.gradle
config.gradle
+2
-2
H5Activity.java
m-user/src/main/java/com/yidianling/user/ui/login/H5Activity.java
+2
-2
RegisterAndLoginActivity.kt
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
+0
-3
No files found.
config.gradle
View file @
fda526bd
...
...
@@ -8,7 +8,7 @@ ext {
"m-confide"
:
"0.0.49.10"
,
"m-consultant"
:
"0.0.59.91"
,
"m-fm"
:
"0.0.30.03"
,
"m-user"
:
"0.0.61.5
3
"
,
"m-user"
:
"0.0.61.5
5
"
,
"m-home"
:
"0.0.22.70"
,
"m-im"
:
"0.0.19.75"
,
"m-dynamic"
:
"0.0.7.28"
,
...
...
@@ -91,7 +91,7 @@ ext {
"m-confide"
:
"0.0.49.10"
,
"m-consultant"
:
"0.0.59.91"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.5
3
"
,
"m-user"
:
"0.0.61.5
5
"
,
"m-home"
:
"0.0.22.70"
,
"m-im"
:
"0.0.19.75"
,
"m-dynamic"
:
"0.0.7.28"
,
...
...
m-user/src/main/java/com/yidianling/user/ui/login/H5Activity.java
View file @
fda526bd
...
...
@@ -63,7 +63,7 @@ public class H5Activity extends BaseActivity {
//无网络 读取本地文件
web_view
.
loadUrl
(
"file:///android_asset/html/yinsi.html"
);
}
else
{
web_view
.
loadUrl
(
"https://
m.ydl
.com/help/393?id=393"
);
//加载url
web_view
.
loadUrl
(
"https://
h2.yidianling
.com/help/393?id=393"
);
//加载url
}
}
else
{
//用户协议0
...
...
@@ -71,7 +71,7 @@ public class H5Activity extends BaseActivity {
//无网络 读取本地文件
web_view
.
loadUrl
(
"file:///android_asset/html/sdkuserprotol.html"
);
}
else
{
web_view
.
loadUrl
(
"https://
m.ydl
.com/help/394?id=394"
);
//加载url
web_view
.
loadUrl
(
"https://
h2.yidianling
.com/help/394?id=394"
);
//加载url
}
}
}
...
...
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
View file @
fda526bd
...
...
@@ -379,7 +379,6 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
}
if
(
chcekPhoneResponeBean
!=
null
&&
chcekPhoneResponeBean
?.
hasPwd
==
1
)
{
//用户码有设置密码:跳转到密登录
ToastUtil
.
toastShort
(
"跳转到密登录"
)
InputPassWordActivity
.
start
(
this
,
...
...
@@ -388,8 +387,6 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
InputPassWordActivity
.
STATUS_INPUT_PWD
)
}
else
{
//否则跳转验证码页面
ToastUtil
.
toastShort
(
"跳转验证码页面"
)
if
(!
TextUtils
.
isEmpty
(
userPhoneNumber
)
&&
!
TextUtils
.
isEmpty
(
countryCode
))
{
VerificationCodeActivity
.
start
(
this
,
...
...
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