Commit ff4b5c3b authored by 小费同学阿's avatar 小费同学阿 💬 Committed by 杨秀秀

68461 【商户app-android】店员管理页面,新增店员信息时,不选择性别确认时的提示信息,显示“用户性别不能为空”即可

parent 495a2aa3
......@@ -26,7 +26,7 @@ public class AssistantAddViewModel extends BaseViewModel<AssistantAddRequest> {
public ObservableField<String> sex = new ObservableField<>("");
/*性别存储*/
public String sexValue = "";
public String sexValue = "0";
public AssistantAddViewModel(@NonNull Application application) {
super(application);
......
......@@ -94,6 +94,7 @@
android:gravity="center"
android:orientation="horizontal">
<RadioGroup
android:checkedButton="@+id/radio_male"
android:id="@+id/radio_group"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment