|
|
@@ -240,7 +240,7 @@ class JiamengController extends HomeBaseController
|
|
|
//热门加盟
|
|
|
$hot_jm = Db::name('jiameng')->field('id,title,hits')->where('catid',$info['catid'])->order('hits desc')->limit(20)->select();
|
|
|
//最新加盟
|
|
|
- $zx_jm = Db::name('jiameng')->field('id,title')->where('catid',$info['catid'])->order('create_time desc')->limit(20)->select();
|
|
|
+ $zx_jm = $brand8 = JiamengService::getNewList(20);
|
|
|
//精选加盟
|
|
|
$jx_jm = Db::name('jiameng')->field('id,title')->where('catid',$info['catid'])->orderRaw('rand()')->limit(20)->select();
|
|
|
//seo
|