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
72c5053c
Commit
72c5053c
authored
Jun 15, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/lp/lp_4.3.97' into 'd/v4.3.97'
feat: 去掉无用代码 See merge request app_android_lib/YDL-Component!160
parents
cc7d274c
e7145ce2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
config.gradle
config.gradle
+2
-2
RegisterAndLoginActivity.kt
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
+0
-15
No files found.
config.gradle
View file @
72c5053c
...
...
@@ -36,7 +36,7 @@ ext {
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.3
8
"
,
"ydl-platform"
:
"0.0.41.3
9
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.92"
,
...
...
@@ -124,7 +124,7 @@ ext {
//mdt 组件
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.3
8
"
,
"ydl-platform"
:
"0.0.41.3
9
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.92"
,
...
...
m-user/src/main/java/com/yidianling/user/ui/login/RegisterAndLoginActivity.kt
View file @
72c5053c
...
...
@@ -489,21 +489,6 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
}
/**
* 三方登录成功后绑定手机号
*/
private
fun
umengLoginBindPhone
(
accessCode
:
String
?)
{
val
param
=
BindPhoneJavaParam
(
accessCode
!!
,
countryCode
!!
,
userPhoneNumber
!!
,
""
,
UserHelper
.
getUserInfo
()
!!
.
uid
!!
)
mPresenter
.
bindPhone
(
param
)
}
/**
* 动画
*/
private
fun
startAnim
()
{
...
...
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