正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -331,7 +331,9 @@ class Client extends Base | @@ -331,7 +331,9 @@ class Client extends Base | ||
331 | $w['coupon_type'] = 1; | 331 | $w['coupon_type'] = 1; |
332 | $w['type'] = $param['type']; | 332 | $w['type'] = $param['type']; |
333 | $data = Db::name('verification_receive')->where($w)->paginate(10); | 333 | $data = Db::name('verification_receive')->where($w)->paginate(10); |
334 | - | 334 | + foreach($data as $k=>&$v){ |
335 | + $v['qr_code'] = !empty($v['qr_code'])?request()->domain().$v['qr_code']:''; | ||
336 | + } | ||
335 | return $this->success('',$data); | 337 | return $this->success('',$data); |
336 | } | 338 | } |
337 | 339 |
-
请 注册 或 登录 后发表评论