From cd342ae48cdc54b89963cb5fc0e65e6acc722ffe Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Mon, 7 Nov 2022 12:35:14 +0800 Subject: [PATCH] edit-sylive-rank_text --- home/controllers/h5/market/sylive/Stic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);