diff --git a/home/controllers/h5/market/sylive/Stic.php b/home/controllers/h5/market/sylive/Stic.php
index b23c651c..89fd31df 100644
--- a/home/controllers/h5/market/sylive/Stic.php
+++ b/home/controllers/h5/market/sylive/Stic.php
@@ -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' => '门店观看排行',
+ 'title' => '门店浏览排行',
'list' => $biz_b_rows['lists']
];
$biz_sub_rows = $this->sylive_data_entity->top_lists($a_id,'subscribe',1,10,0);
$data['biz_book'] = [
- 'title' => '门店订单排行',
+ 'title' => '门店预约排行',
'list' => $biz_sub_rows['lists']
];
$gw_b_rows = $this->sylive_data_entity->top_gw_lists($a_id,'browse',[],1,10,$this->uid);