up主认证功能已测试
This commit is contained in:
@@ -301,7 +301,7 @@ public class UpPrivilegeActivity extends BaseActivity implements View.OnClickLis
|
|||||||
|
|
||||||
avatarUrl = formDTO.getAvatar();
|
avatarUrl = formDTO.getAvatar();
|
||||||
|
|
||||||
sd_video_cover.setImageURI(ConstUrl.IMAGE_URL + formDTO.getVideo_cover_url());
|
sd_video_cover.setImageURI(ConstUrl.IMAGE_URL + formDTO.getVideo_url());
|
||||||
video_verify_code = formDTO.getVideo_verify_code();
|
video_verify_code = formDTO.getVideo_verify_code();
|
||||||
video_verify_text = formDTO.getVideo_verify_text();
|
video_verify_text = formDTO.getVideo_verify_text();
|
||||||
|
|
||||||
@@ -312,6 +312,8 @@ public class UpPrivilegeActivity extends BaseActivity implements View.OnClickLis
|
|||||||
real_name = formDTO.getReal_name();
|
real_name = formDTO.getReal_name();
|
||||||
cover = formDTO.getCover_image();
|
cover = formDTO.getCover_image();
|
||||||
|
|
||||||
|
videoCoverUrl = formDTO.getVideo_cover_url();
|
||||||
|
|
||||||
gender = formDTO.getGender();
|
gender = formDTO.getGender();
|
||||||
|
|
||||||
if(!TextUtils.isEmpty(formDTO.getBirthday())){
|
if(!TextUtils.isEmpty(formDTO.getBirthday())){
|
||||||
@@ -358,9 +360,13 @@ public class UpPrivilegeActivity extends BaseActivity implements View.OnClickLis
|
|||||||
|
|
||||||
List<String> album_images = formDTO.getAlbum_images();
|
List<String> album_images = formDTO.getAlbum_images();
|
||||||
if(album_images != null && album_images.size() > 0) {
|
if(album_images != null && album_images.size() > 0) {
|
||||||
|
album = album_images.toString().replace("]","").replace("[","");
|
||||||
|
//Log.i("TAG666","相册 - == "+ album);
|
||||||
sd_photo.setImageURI(ConstUrl.IMAGE_URL + album_images.get(0));
|
sd_photo.setImageURI(ConstUrl.IMAGE_URL + album_images.get(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
videoRzUrl = formDTO.getVideo_verify_video();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
UpAuthDetailBean.SectionStatusDTO section_status = result.getSection_status();
|
UpAuthDetailBean.SectionStatusDTO section_status = result.getSection_status();
|
||||||
@@ -988,8 +994,7 @@ public class UpPrivilegeActivity extends BaseActivity implements View.OnClickLis
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.setTitleText("选择三围")
|
.setTitleText("胸围 腰围 臀围")
|
||||||
.setLabels("胸围","腰围","臀围")
|
|
||||||
.setSelectOptions(0, 0)//默认选中项
|
.setSelectOptions(0, 0)//默认选中项
|
||||||
.setTitleBgColor(Color.WHITE)
|
.setTitleBgColor(Color.WHITE)
|
||||||
.isRestoreItem(true)//切换时是否还原,设置默认选中第一项。
|
.isRestoreItem(true)//切换时是否还原,设置默认选中第一项。
|
||||||
|
|||||||
Reference in New Issue
Block a user