From d51bd7bb9f3beb325245b83f845de8f81f48ac51 Mon Sep 17 00:00:00 2001 From: lcc Date: Fri, 2 Aug 2024 17:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/views/h5/market/sytopic/index.php | 54 ++++++++++++------- .../views/h5/market/sytopic/ucenter/index.php | 2 +- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/home/views/h5/market/sytopic/index.php b/home/views/h5/market/sytopic/index.php index 4c598c7b..2e8e9534 100644 --- a/home/views/h5/market/sytopic/index.php +++ b/home/views/h5/market/sytopic/index.php @@ -1,6 +1,9 @@ - +
@@ -97,8 +100,9 @@
- -
+ +
@@ -214,20 +218,21 @@ @@ -251,7 +256,10 @@
-
+
+

立即咨询

+
+

{{popCarInfo.title}}

指导价{{popCarInfo.subTitle}}

@@ -281,7 +289,8 @@
-
@@ -293,7 +302,8 @@ :style="{ 'min-height': '30%', 'background-color': 'transparent' }">
-

{{info.title}}

+

立即咨询

+

{{info.title}}

@@ -328,7 +338,8 @@
-
@@ -363,11 +374,12 @@ isSubmiting: false, optionId: 0, counttime: 60000, - show_retry: false + show_retry: false, + showType: 1, // 1 活动标题 2立即咨询 } }, methods: { - showEnroll(type, row, showPopChannel) { + showEnroll(type, row, showPopChannel, showType) { this.showPopChannel = false this.showPopCarInfo = false let popUpType = row.popUpType ? parseInt(row.popUpType) : 0 @@ -387,6 +399,11 @@ } else { this.show_signup_center = true } + if (showType) { + this.showType = 2 + } else { + this.showType = 1 + } }, getCode() { //获取验证码 if (this.isSubmiting) { @@ -458,4 +475,5 @@ }, }) +load->view('h5/market/sylive/share_script') ?> \ No newline at end of file diff --git a/home/views/h5/market/sytopic/ucenter/index.php b/home/views/h5/market/sytopic/ucenter/index.php index 56dd4d77..149f06e0 100644 --- a/home/views/h5/market/sytopic/ucenter/index.php +++ b/home/views/h5/market/sytopic/ucenter/index.php @@ -42,5 +42,5 @@ }, }) -load->view('h5/market/sylive2/hidden_wx_share') ?> +load->view('h5/market/sylive/share_script') ?> \ No newline at end of file