Commit ec781ec7 authored by yinjiacheng's avatar yinjiacheng

update 新增门店成功Toast

parent 1fbf2b5f
......@@ -113,7 +113,7 @@ class EditStoreActivity : BaseActivity<ActivityStoreEditBinding>(), CommonTopBar
requestParams["address"] = store.title
ApiService.addStore(requestParams) {
if (it) {
ToastUtils.showLongSafe("保存成功,门店经纬度:${store.longitude}, ${store.latitude}")
ToastUtils.showLongSafe("保存成功")
finish()
}
}
......
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