From 3852b678c6ca038ddfe930ba4d63aa241d000ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Sat, 8 Oct 2022 16:11:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/controllers/h5/market/sylive/Stic.php | 16 ++++++++-------- home/views/h5/market/sylive/act/index.php | 16 ++++++++-------- home/views/h5/market/sylive/act/item.php | 2 +- home/views/h5/market/sylive/act/share.php | 6 ++---- home/views/h5/market/sylive/biz/brands.php | 2 +- home/views/h5/market/sylive/biz/index.php | 2 +- home/views/h5/market/sylive/biz/lists.php | 2 +- home/views/h5/market/sylive/login.php | 6 +++--- home/views/h5/market/sylive/stic/area.php | 2 +- home/views/h5/market/sylive/stic/index.php | 4 ++-- 10 files changed, 28 insertions(+), 30 deletions(-) diff --git a/home/controllers/h5/market/sylive/Stic.php b/home/controllers/h5/market/sylive/Stic.php index 64536f83..dc4f6881 100644 --- a/home/controllers/h5/market/sylive/Stic.php +++ b/home/controllers/h5/market/sylive/Stic.php @@ -104,13 +104,13 @@ class Stic extends Admin{ $biz_id = $this->group_id==3 ? $this->session['org_id'] : 0; $browse_lists = $this->sylive_entity->top_lists($a_id,'browse',1,10,$biz_id); $browse = [ - 'title' => '门店浏览排行', + 'title' => '门店浏览排行', 'url' => '/h5/market/sylive/stic/rank?type=browse&skey='.$skey, 'list' => $browse_lists['lists'] ]; $book_lists = $this->sylive_entity->top_lists($a_id,'subscribe',1,10,$biz_id); $book = [ - 'title' => '门店预约排行', + 'title' => '门店预约排行', 'url' => '/h5/market/sylive/stic/rank?type=subscribe&skey='.$skey, 'list' => $book_lists['lists'] ]; @@ -191,13 +191,13 @@ class Stic extends Admin{ $biz_id = $this->group_id==3 ? $this->session['org_id'] : 0; $watch_lists = $this->sylive_entity->top_lists($a_id,'watch',1,10,$biz_id); $view = [ - 'title' => '门店观看排行', + 'title' => '门店观看排行', 'url' => '/h5/market/sylive/stic/rank?type=watch&skey='.$skey, 'list' => $watch_lists['lists'] ]; $order_lists = $this->sylive_entity->top_lists($a_id,'order',1,10,$biz_id); $order = [ - 'title' => '门店订单排行', + 'title' => '门店订单排行', 'url' => '/h5/market/sylive/stic/rank?type=order&skey='.$skey, 'list' => $order_lists['lists'] ]; @@ -214,10 +214,10 @@ class Stic extends Admin{ //排名列表 public function rank(){ $title_arr = [ - 'browse' => '门店浏览排行', - 'subscribe' => '门店预约排行', - 'watch' => '门店观看排行', - 'order' => '门店订单排行' + 'browse' => '门店浏览排行', + 'subscribe' => '门店预约排行', + 'watch' => '门店观看排行', + 'order' => '门店订单排行' ]; $params = $this->input->get(); if($this->input->is_ajax_request()){ diff --git a/home/views/h5/market/sylive/act/index.php b/home/views/h5/market/sylive/act/index.php index 7267eed9..6142c93e 100644 --- a/home/views/h5/market/sylive/act/index.php +++ b/home/views/h5/market/sylive/act/index.php @@ -38,15 +38,15 @@ -->
- +
我的
@@ -54,12 +54,12 @@
- {{item.name}} - {{item.tip}} + {{item.name}} + {{item.tip}}
- {{item.name}} - {{item.tip}} + {{item.name}} + {{item.tip}}
@@ -76,7 +76,7 @@
长按识别二维码,关注狸车服务号。即可接收直播提醒,还有更多福利不定期放送哦~
- 知道了 + 知道了
diff --git a/home/views/h5/market/sylive/act/item.php b/home/views/h5/market/sylive/act/item.php index 8d9d67a0..e69cee3f 100644 --- a/home/views/h5/market/sylive/act/item.php +++ b/home/views/h5/market/sylive/act/item.php @@ -29,7 +29,7 @@
已支付 - 立即支付 + 立即支付
diff --git a/home/views/h5/market/sylive/act/share.php b/home/views/h5/market/sylive/act/share.php index 106c5ed7..e3a7ea07 100644 --- a/home/views/h5/market/sylive/act/share.php +++ b/home/views/h5/market/sylive/act/share.php @@ -28,10 +28,8 @@
-
-
- -
+
+
diff --git a/home/views/h5/market/sylive/biz/brands.php b/home/views/h5/market/sylive/biz/brands.php index a5a97964..c6490934 100644 --- a/home/views/h5/market/sylive/biz/brands.php +++ b/home/views/h5/market/sylive/biz/brands.php @@ -1,6 +1,6 @@
-
+
# diff --git a/home/views/h5/market/sylive/biz/index.php b/home/views/h5/market/sylive/biz/index.php index 96441791..894230bd 100644 --- a/home/views/h5/market/sylive/biz/index.php +++ b/home/views/h5/market/sylive/biz/index.php @@ -1,6 +1,6 @@
-
+
diff --git a/home/views/h5/market/sylive/biz/lists.php b/home/views/h5/market/sylive/biz/lists.php index 9f989ea4..a86b56e1 100644 --- a/home/views/h5/market/sylive/biz/lists.php +++ b/home/views/h5/market/sylive/biz/lists.php @@ -1,6 +1,6 @@
-
+
diff --git a/home/views/h5/market/sylive/login.php b/home/views/h5/market/sylive/login.php index ff38ddb9..652063e7 100644 --- a/home/views/h5/market/sylive/login.php +++ b/home/views/h5/market/sylive/login.php @@ -16,7 +16,7 @@ diff --git a/home/views/h5/market/sylive/stic/index.php b/home/views/h5/market/sylive/stic/index.php index 5c17afb8..f3372268 100644 --- a/home/views/h5/market/sylive/stic/index.php +++ b/home/views/h5/market/sylive/stic/index.php @@ -63,7 +63,7 @@
- +
@@ -205,7 +205,7 @@ $.get('/h5/market/sylive/stic/event',{'skey':'','page':that.page},function (res){ that.loading = false; that.page = that.page + 1; - that.dynamic.title = '实时动态'; + that.dynamic.title = '实时动态'; that.dynamic.list = that.dynamic.list.concat(res.data.lists); if (res.data.total == 0) { that.isNoData = true;