Commit 97efbf35 authored by 宋永孟's avatar 宋永孟

add 优化

parent 50c57f2b
......@@ -32,7 +32,7 @@ class EditStoreActivity : BaseActivity<ActivityStoreEditBinding>(), CommonTopBar
viewBind.bvTopBar.setOnCommonTopBarCallback(null, this)
if (intent != null) {
if (intent != null && intent.getStringExtra("phone") !== null) {
viewBind.storePhoneNum.setText(intent.getStringExtra("phone"))
viewBind.storeAddressEdit.setText(intent.getStringExtra("address"))
viewBind.storeName.setText(intent.getStringExtra("shop_name"))
......
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