Browse Source

提现限制

Kirin 2 years ago
parent
commit
022bd4d967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/system/system_store/add.php

+ 1 - 1
app/admin/view/system/system_store/add.php

@@ -320,7 +320,7 @@
                 submit: function () {
                 submit: function () {
                     var that = this;
                     var that = this;
                     console.log(that.from.cid)
                     console.log(that.from.cid)
-                    if (!that.from.cid)return $eb.message('error', '请选择门店分类');
+                    if (!that.from.cid) return $eb.message('error', '请选择门店分类');
                     if (!that.form.name) return $eb.message('error', '请填写门店行名称');
                     if (!that.form.name) return $eb.message('error', '请填写门店行名称');
                     if (!that.form.phone) return $eb.message('error', '请输入手机号码');
                     if (!that.form.phone) return $eb.message('error', '请输入手机号码');
                     if (!that.isPhone(that.form.phone)) return $eb.message('error', '请输入正确的手机号码');
                     if (!that.isPhone(that.form.phone)) return $eb.message('error', '请输入正确的手机号码');