|
|
|
@ -9,26 +9,26 @@ |
|
|
|
<div class="fenlei"> |
|
|
|
<div class="code-content-wrap"> |
|
|
|
<textarea id="NormalCodeTextarea1" class="code" rows="22"> |
|
|
|
<script> |
|
|
|
(function() { |
|
|
|
_s = document.createElement('script'); |
|
|
|
_s.src="{{ siteUrl }}/customerServer.js" |
|
|
|
_s.onload = function(){ |
|
|
|
var option = { |
|
|
|
"authInit":true, |
|
|
|
openUrl: '{{ siteUrl }}', |
|
|
|
token: '{{ uniqueToken }}', |
|
|
|
isShowTip: true, |
|
|
|
mobileIcon: '{{ floatConfig?.mobileImage || "" }}', |
|
|
|
pcIcon: '{{ floatConfig?.pcImage || "" }}', |
|
|
|
windowStyle:'', |
|
|
|
}; |
|
|
|
var canCustomerServer = new initCustomerServer(option); |
|
|
|
canCustomerServer.init(); |
|
|
|
} |
|
|
|
document.head.appendChild(_s) |
|
|
|
})(); |
|
|
|
</script> |
|
|
|
<script> |
|
|
|
(function() { |
|
|
|
_s = document.createElement('script'); |
|
|
|
_s.src="{{ siteUrl }}/customerServer.js" |
|
|
|
_s.onload = function(){ |
|
|
|
var option = { |
|
|
|
"authInit":true, |
|
|
|
openUrl: '{{ siteUrl }}', |
|
|
|
token: '{{ uniqueToken }}', |
|
|
|
isShowTip: true, |
|
|
|
mobileIcon: '{{ floatConfig?.mobileImage || "" }}', |
|
|
|
pcIcon: '{{ floatConfig?.pcImage || "" }}', |
|
|
|
windowStyle:'', |
|
|
|
}; |
|
|
|
var canCustomerServer = new initCustomerServer(option); |
|
|
|
canCustomerServer.init(); |
|
|
|
} |
|
|
|
document.head.appendChild(_s) |
|
|
|
})(); |
|
|
|
</script> |
|
|
|
</textarea> |
|
|
|
|
|
|
|
<div class="other-wrap"> |
|
|
|
|