Commit 7cc47714 by 冷斌

fix bug

parent 26b0302e
......@@ -77,10 +77,9 @@
data: _this.form,
success:function(result) {
if (result.status == 0) {
layer.msg('提交成功',{},function(){
_this.form.content = '';
_this.form.thumb = '';
});
_this.form.content = '';
_this.form.thumb = '';
layer.msg('提交成功',{},function(){});
}else{
layer.msg(result.errormsg);
}
......
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