-
{{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 @@
},
})
+= $this->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 @@
},
})
-= $this->load->view('h5/market/sylive2/hidden_wx_share') ?>
+= $this->load->view('h5/market/sylive/share_script') ?>