Commit 82c9886d authored by xishifeng's avatar xishifeng

新增商铺修改

parent 26522d92
define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart', 'validate'], function(doT) { define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function(doT) {
var user = { var user = {
init: function() { init: function() {
//初始化dot //初始化dot
...@@ -803,9 +803,6 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart', 'validate ...@@ -803,9 +803,6 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart', 'validate
$('#saveBtn').click(function(e) { $('#saveBtn').click(function(e) {
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
$('#main_form').validate();
return false;
//多个input输入框验证标记 //多个input输入框验证标记
var _isBreakFlag = false; var _isBreakFlag = false;
//是否给商户公开,是否独家验证是否选择 //是否给商户公开,是否独家验证是否选择
......
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