Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

常见问题

关注类型错误

前台页面传递的dataType需要为字典名称label;

JSON.parse(peopleInfo)异常

peopleInfo并不是空,可能是像{}之类的需要排查,前端不能仅判空,peopleInfo中的头像取法

 // 如果有peopleInfo 取出头像
 if (data.peopleInfo && data.peopleInfo!='{}'){
     var peopleInfo = JSON.parse(data.peopleInfo)
     data.puIcon = peopleInfo.puIcon;
 }

peopleName没有值

会员没有设置puNickName导致关注后昵称显示是空

业务缩略图不显示或详情页面控制台爆JSON错误

需要使用铭软图片格式,可以参考文章缩略图写法

[{"path": "/upload/xxx/xxx/xxx.jpg"}]