@@ -54,10 +54,6 @@ export default {
},
formSubmit() {
let that = this
- if(that.form.customId == 0 || that.$util.isEmpty(that.form.customId)){
- that.$msg('请选择门店')
- return false
- }
uni.showModal({
title: '提示',
content: '确认绑定?',