Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
M
magicbox
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
magicbox
Commits
5a0e07b5
Commit
5a0e07b5
authored
Mar 17, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :上传Google [实现方案] :删除address2的上传
parent
28253ac3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EditAddressActivity.kt
...n/java/com/zxhl/main/page/activity/EditAddressActivity.kt
+3
-3
No files found.
moduleMain/src/main/java/com/zxhl/main/page/activity/EditAddressActivity.kt
View file @
5a0e07b5
...
@@ -118,7 +118,7 @@ class EditAddressActivity : BaseActivity(), EditAddressContract.View {
...
@@ -118,7 +118,7 @@ class EditAddressActivity : BaseActivity(), EditAddressContract.View {
id_tv_save_address
?.
setOnClickListener
{
id_tv_save_address
?.
setOnClickListener
{
if
(
TextUtils
.
isEmpty
(
id_edit_name
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
id_edit_phone
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
if
(
TextUtils
.
isEmpty
(
id_edit_name
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
id_edit_phone
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
id_edit_address1
.
text
.
toString
()
id_edit_address1
.
text
.
toString
()
)
||
TextUtils
.
isEmpty
(
id_edit_address2
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
)
||
TextUtils
.
isEmpty
(
id_select_city
.
text
.
toString
()
id_select_city
.
text
.
toString
()
)
||
TextUtils
.
isEmpty
(
id_select_country
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
)
||
TextUtils
.
isEmpty
(
id_select_country
.
text
.
toString
())
||
TextUtils
.
isEmpty
(
id_edit_province
.
text
.
toString
()
id_edit_province
.
text
.
toString
()
...
...
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