/*查询对应doing数据 更新数据*/ $doing = DB::table('doings')->where('action','create_article')->where('user_id',$article->user_id)->where('source_id',$article_id)->where('source_type',get_class($article))->first(); $doings = Doing::find($doing->id); if(!$doings){ abort(404);...
回答于 2019-02-25 10:34
修改文件 -> resources/views/themes/default/question/detail.blade.php 底下script加上这段代码
回答于 2018-10-11 15:17
这个不是sourceid的错,有些链接是跳referid的 所以直接改notification/index.blade.php 里的链接 另外动态里面的文章地址也是错的,也是同样的问题 文件在/doing/index.blade.php
回答于 2018-08-08 10:24