浏览代码

绑定流程

shish 4 年之前
父节点
当前提交
39544228d0
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      ghsApp/src/admin/shop/sk.vue

+ 0 - 4
ghsApp/src/admin/shop/sk.vue

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