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
0fcf3c2a
Commit
0fcf3c2a
authored
Sep 09, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 登录提示文案修改,获取国家接口修复
parent
d3075dc6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
config.gradle
config.gradle
+2
-2
UserApi.kt
m-user/src/main/java/com/yidianling/user/http/UserApi.kt
+1
-1
RegisterAndLoginActivity.kt
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
+1
-1
user_activity_register_and_login_medical.xml
m-user/src/main/res/layout/user_activity_register_and_login_medical.xml
+2
-2
No files found.
config.gradle
View file @
0fcf3c2a
...
...
@@ -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.6
3
"
,
"m-user"
:
"0.0.61.6
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.6
3
"
,
"m-user"
:
"0.0.61.6
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/http/UserApi.kt
View file @
0fcf3c2a
...
...
@@ -27,7 +27,7 @@ interface UserApi {
//国家列表
@FormUrlEncoded
@POST
(
"
api/
user/country-list"
)
@POST
(
"user/country-list"
)
fun
countryList
(
@Field
(
YDLConstants
.
HOLDER_PARAM
)
params
:
String
):
Observable
<
BaseResponse
<
CountryResponse
>>
//判断手机号是否存在
...
...
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
View file @
0fcf3c2a
...
...
@@ -249,7 +249,7 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
//下一步
ll_next
.
setOnClickListener
{
if
(
iv_select_protocol
.
visibility
==
View
.
VISIBLE
&&
!
isAgreeProtocol
)
{
ToastUtil
.
toastShort
(
"请
您先同意壹点灵《用户使用协议》、《隐私保护政策》,才能登录使用
"
)
ToastUtil
.
toastShort
(
"请
阅读并勾选页面协议
"
)
return
@setOnClickListener
}
if
(
checkPhone
())
{
...
...
m-user/src/main/res/layout/user_activity_register_and_login_medical.xml
View file @
0fcf3c2a
...
...
@@ -181,8 +181,8 @@
<ImageView
android:id=
"@+id/iv_select_protocol"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_width=
"
16dp
"
android:layout_height=
"
16dp
"
android:src=
"@drawable/user_login_protocol_unselected_new"
/>
<TextView
...
...
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