|
@@ -38,11 +38,11 @@ class Index extends Api
|
|
}
|
|
}
|
|
|
|
|
|
//留个好评
|
|
//留个好评
|
|
- $haoping = Db::name('appplat')->field('image,url')->where('type',1)->order('weigh', 'desc')->select();
|
|
|
|
|
|
+ $haoping = Db::name('appplat')->field('image,url,biglogo')->where('type',1)->order('weigh', 'desc')->select();
|
|
$haoping = list_domain_image($haoping, ['image']);
|
|
$haoping = list_domain_image($haoping, ['image']);
|
|
|
|
|
|
//关注我们
|
|
//关注我们
|
|
- $followus = Db::name('appplat')->field('image,url')->where('type',2)->order('weigh', 'desc')->select();
|
|
|
|
|
|
+ $followus = Db::name('appplat')->field('image,url,biglogo')->where('type',2)->order('weigh', 'desc')->select();
|
|
$followus = list_domain_image($followus, ['image']);
|
|
$followus = list_domain_image($followus, ['image']);
|
|
|
|
|
|
$result = [
|
|
$result = [
|