|
@@ -165,7 +165,7 @@
|
|
<span class="text-customer text-customer-hover"><img src='{{Msg "seo" "cdn"}}/images/index/new/shangwuhezuo-blue.png?v={{Msg "seo" "version"}}' alt=""></span>
|
|
<span class="text-customer text-customer-hover"><img src='{{Msg "seo" "cdn"}}/images/index/new/shangwuhezuo-blue.png?v={{Msg "seo" "version"}}' alt=""></span>
|
|
<p class="desc_text_b">商务合作</p>
|
|
<p class="desc_text_b">商务合作</p>
|
|
<div class="slidePop">
|
|
<div class="slidePop">
|
|
- <img src="{{Msg " seo" "cdn" }}/common-module/exhibition/img/qr-code-shichang-new.png?v={{Msg "seo" "version"}}" alt="">
|
|
|
|
|
|
+ <img class="cooperation-code" src="" alt="">
|
|
<p>微信扫一扫<br>商务合作</p>
|
|
<p>微信扫一扫<br>商务合作</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -225,6 +225,22 @@ if(ADList.length>0){
|
|
<script defer src='{{Msg "seo" "cdn"}}/common-module/public/js/automatic-id.min.js?v={{Msg "seo" "version"}}'></script>
|
|
<script defer src='{{Msg "seo" "cdn"}}/common-module/public/js/automatic-id.min.js?v={{Msg "seo" "version"}}'></script>
|
|
<!--渠道合作商侧边栏、底部配置-->
|
|
<!--渠道合作商侧边栏、底部配置-->
|
|
<script>
|
|
<script>
|
|
|
|
+ {{$kf:=(Ad "jy_pc_sidebar_float" -1 .Host (cookie "SESSIONID"))}}
|
|
|
|
+ var kfADList={{$kf}}
|
|
|
|
+ var kfHtml="";
|
|
|
|
+ console.log(kfADList, 'kfADList')
|
|
|
|
+ if (kfADList.length > 0) {
|
|
|
|
+ var workTime = kfADList[0]
|
|
|
|
+ var cooperationCode = kfADList[1]
|
|
|
|
+ if(workTime){
|
|
|
|
+ if(workTime.s_pic){
|
|
|
|
+ $('.silde-float.kf-phone').html(workTime.s_pic.replace('/n', '<br>'))
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ if(cooperationCode) {
|
|
|
|
+ $('.cooperation-code').attr('src', cooperationCode.s_pic)
|
|
|
|
+ }
|
|
|
|
+ }
|
|
// 是渠道合作商则读取侧边栏以及底部配置数据
|
|
// 是渠道合作商则读取侧边栏以及底部配置数据
|
|
$(function() {
|
|
$(function() {
|
|
{{if .T.cooperateCode }}
|
|
{{if .T.cooperateCode }}
|