edit-sylive-rank_text
This commit is contained in:
@@ -518,12 +518,12 @@ class Stic extends Admin{
|
||||
if($type==1){
|
||||
$biz_b_rows = $this->sylive_data_entity->top_lists($a_id,'browse',1,10,0);
|
||||
$data['biz_browse'] = [
|
||||
'title' => '门店<span class="color-00a2ff">观看</span>排行',
|
||||
'title' => '门店<span class="color-00a2ff">浏览</span>排行',
|
||||
'list' => $biz_b_rows['lists']
|
||||
];
|
||||
$biz_sub_rows = $this->sylive_data_entity->top_lists($a_id,'subscribe',1,10,0);
|
||||
$data['biz_book'] = [
|
||||
'title' => '门店<span class="color-00a2ff">订单</span>排行',
|
||||
'title' => '门店<span class="color-00a2ff">预约</span>排行',
|
||||
'list' => $biz_sub_rows['lists']
|
||||
];
|
||||
$gw_b_rows = $this->sylive_data_entity->top_gw_lists($a_id,'browse',[],1,10,$this->uid);
|
||||
|
||||
Reference in New Issue
Block a user