Commit 865d86ac authored by Mac's avatar Mac

处理bug

parent 08d43a6b
...@@ -202,6 +202,7 @@ export default { ...@@ -202,6 +202,7 @@ export default {
title: '请填写姓名', title: '请填写姓名',
icon: 'none', icon: 'none',
}) })
this.btnshow= true
return return
} }
if(this.addMsg.LinkTel == ''){ if(this.addMsg.LinkTel == ''){
...@@ -209,6 +210,7 @@ export default { ...@@ -209,6 +210,7 @@ export default {
title: '请填写联系电话', title: '请填写联系电话',
icon: 'none', icon: 'none',
}) })
this.btnshow= true
return return
} }
uni.showLoading({ uni.showLoading({
......
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