1. 文章编辑加入未保存浏览器缓存

2. 文章编辑标题加入长度检查
This commit is contained in:
2018-05-13 00:38:49 +08:00
parent 976c62197a
commit 9011563784
7 changed files with 38 additions and 12 deletions

View File

@@ -288,7 +288,8 @@ layui.define(['laypage', 'fly', 'element', 'flow'], function(exports){
bean:JSON.stringify({username:fdata.username, password:fdata.password})
,vercode:fdata.vercode
},function (data) {
data = JSON.parse(data);
console.log(data);
//data = JSON.parse(data);
if(data.retcode != 0){
layer.msg(data.retinfo);
return false;