|
@@ -131,7 +131,7 @@ var Bll = { |
|
@@ -131,7 +131,7 @@ var Bll = { |
131
|
Bll.module.contentData.data=common.util.__buildobj(names, '.', Bll.module.contentData.data, function(o, name) {
|
131
|
Bll.module.contentData.data=common.util.__buildobj(names, '.', Bll.module.contentData.data, function(o, name) {
|
132
|
o[name] = obj.data;
|
132
|
o[name] = obj.data;
|
133
|
});
|
133
|
});
|
134
|
-
|
134
|
+ console.log(Bll.module.contentData);
|
135
|
}
|
135
|
}
|
136
|
});
|
136
|
});
|
137
|
},
|
137
|
},
|
|
@@ -541,7 +541,7 @@ $(document).on("click", "#submit", function() { |
|
@@ -541,7 +541,7 @@ $(document).on("click", "#submit", function() { |
541
|
res = res.data;
|
541
|
res = res.data;
|
542
|
if(res.code == "200") {
|
542
|
if(res.code == "200") {
|
543
|
e.$tip("提交成功", function() {
|
543
|
e.$tip("提交成功", function() {
|
544
|
- location.href="/guang/article/index"
|
544
|
+ //location.href="/guang/article/index"
|
545
|
}, 'growl-success');
|
545
|
}, 'growl-success');
|
546
|
}else{
|
546
|
}else{
|
547
|
e.$tip(res.message);
|
547
|
e.$tip(res.message);
|