顶部分类没能选择
429更新后帖子列表图片显示为模糊图的问题
找到:app/Api/Controller/Threads ListThreadsV2Controller.php
找到:
$cannotViewPosts = !in_array('thread.viewPosts', $permissions); $cannotFreeViewPosts = !in_array('thread.freeViewPosts.' . $thread['type'], $permissions);
修改为
手机端音频附件和视频附件无法显示播放问题
首先你需要有前端开发环境 nodejs+phpstorm 或 vscode 并下载H5的源码
下载地址: https://www.fireself.cn/thread/2833
修改2个env文件里面的域名
找到src/qui-topic-content/qui-topic-content.vue
找到
:audio-id="item._jv.id"
更新后手机端视频帖与语音帖无法播放问题
问题原因
324更新 手机端使用了新增加的V2接口,V2接口没有返回视频的鉴权地址。
解决方法
找到 app\Api\Controller\Threads 下
ListThreadsV2Controller.php
找到
use Discuz\Base\DzqController;
下面加上
测试图片
个人信息点赞列表接口报错修复
报错接口文件 app/Api/Controller/Threads 下的 ListLikesController.php
找到
public function search($actor, $filter, $sort, $limit = null, $offset = 0)
改为
public function search($actor, $filter, $sort, $limit = null, $off...
越权编辑主题修复
压缩包内有修正后的PC端和手机端源码 自己编辑上传,文件覆盖到
app/Commands/Thread
手动修改方法
PC端源码
pages/thread 下的
post.vue 和 postpay.vue
找到
this.question.isAnonymous = data.isAnonymous;
...