Authored by whb

采集

... ... @@ -148,7 +148,25 @@ seajs.use('yohood',function(yohood){
});
</script>
<?php $this->_block('js');?>
<?php $this->_endblock();?>
<?php $this->_endblock();?>
<script type="text/javascript">
(
function(w,d,s,j,f)
{
w['YohoAcquisitionObject'] = f;
w[f] = function()
{
w[f].p = arguments;
};
var a=d.createElement(s);
var m=d.getElementsByTagName(s)[0];
a.async=1;
a.src=j;
m.parentNode.insertBefore(a,m);
}
)(window,document,'script','//cdn.yoho.cn/yas-jssdk/1.0.6/yas.js','_yas');//第一个参数是版本,第二个参数是appkey,第三个是用户ID,第四个是是否获取地理位置传空就是不获取地理位置。
_yas(1*new Date(),'1.0','yohood_web','','geo');
</script>
</body>
</html>
... ...