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