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
2ecece76
Commit
2ecece76
authored
Mar 09, 2020
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backup
parent
0dfb004c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UserInfoCollectParam.java
m-user/src/main/java/com/yidianling/user/http/request/UserInfoCollectParam.java
+1
-1
CollectSexAndBirthActivity.kt
m-user/src/main/java/com/yidianling/user/ui/collect/CollectSexAndBirthActivity.kt
+2
-2
No files found.
m-user/src/main/java/com/yidianling/user/http/request/UserInfoCollectParam.java
View file @
2ecece76
...
...
@@ -15,7 +15,7 @@ public class UserInfoCollectParam {
}
public
String
content
;
//"男","女"
public
String
userInfoType
;
// "gen
der"性别 "borthDat
e"年龄 "consultAttention"关注话题
public
String
userInfoType
;
// "gen
er"性别 "ag
e"年龄 "consultAttention"关注话题
public
String
getContent
()
{
return
content
;
...
...
m-user/src/main/java/com/yidianling/user/ui/collect/CollectSexAndBirthActivity.kt
View file @
2ecece76
...
...
@@ -135,8 +135,8 @@ class CollectSexAndBirthActivity : BaseActivity() {
ActionCountUtils
.
count
(
UserBIConstants
.
COLLECT_USER_INFO_PAGE
+
"|"
+
UserBIConstants
.
COLLECT_USER_INFO_NEXT_CLICK
,
"$selectedYear"
)
val
userInfoBean
=
UserInfoCollectUploadParam
()
userInfoBean
.
userInfoList
=
ArrayList
()
userInfoBean
.
userInfoList
.
add
(
UserInfoCollectParam
(
if
(
selectedSex
==
1
)
"男"
else
"女"
,
"gen
d
er"
))
userInfoBean
.
userInfoList
.
add
(
UserInfoCollectParam
(
"$selectedYear"
,
"
borthDat
e"
))
userInfoBean
.
userInfoList
.
add
(
UserInfoCollectParam
(
if
(
selectedSex
==
1
)
"男"
else
"女"
,
"gener"
))
userInfoBean
.
userInfoList
.
add
(
UserInfoCollectParam
(
"$selectedYear"
,
"
ag
e"
))
UserHttpImpl
.
getInstance
().
userInfoCollectUpload
(
userInfoBean
)
.
compose
(
RxUtils
.
resultJavaData
())
.
subscribeOn
(
Schedulers
.
newThread
())
...
...
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