You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php if (Zc::C('env') == 'live' && AppConst::isPddMsOdApp() && AppConst::checkIsDesktop()) {?>
|
|
<script>
|
|
console.log('喵喵采购百度统计')
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?b8b200820beede1ff54e041b86129e4c";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<?php }?>
|
|
|
|
<?php if (Zc::C('env') == 'live' && AppConst::isPddDzOpApp()) {?>
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?f00c71d90914e121574825161293e4c8";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<?php }?>
|
|
|
|
<?php if (Zc::C('env') == 'live' && AppConst::isPddDzApp()) {?>
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?463a5e3f8faa742205a6fc756563679b";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<?php }?>
|