正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1452,7 +1452,7 @@ class Create extends Api | @@ -1452,7 +1452,7 @@ class Create extends Api | ||
1452 | if(!empty($id)){ | 1452 | if(!empty($id)){ |
1453 | $info = Db::name('savemes')->where('id',$id)->field('id,type')->find(); | 1453 | $info = Db::name('savemes')->where('id',$id)->field('id,type')->find(); |
1454 | //生成二维码 | 1454 | //生成二维码 |
1455 | - $page = '/pages/fileDetail/fileDetail?id='.$id.'&'.'type='.$info['type'].'&'.'user_id='.$user_id; | 1455 | + $page = '/pages/note2/note2?id='.$id.'&'.'type='.$info['type'].'&'.'user_id='.$user_id; |
1456 | $data['thumbnail'] = $this->qrcode($page,$user_id); | 1456 | $data['thumbnail'] = $this->qrcode($page,$user_id); |
1457 | } | 1457 | } |
1458 | if(!empty($folder_id)){ | 1458 | if(!empty($folder_id)){ |
-
请 注册 或 登录 后发表评论