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