...
|
...
|
@@ -20,6 +20,7 @@ |
|
|
<script type="text/javascript" src="/activity/js/jquery-1.12.0.min.js"></script>
|
|
|
<script type="text/javascript" src="/activity/js/jquery.json.js"></script>
|
|
|
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
|
|
|
|
|
|
<link rel="stylesheet" href="./css/index.css">
|
|
|
<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
|
|
|
<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
|
...
|
...
|
@@ -79,6 +80,33 @@ |
|
|
}
|
|
|
var activityCode = getQueryStr("code");
|
|
|
var activityData = null;
|
|
|
|
|
|
(function(w, d, s, j, f) {
|
|
|
var a = d.createElement(s);
|
|
|
var m = d.getElementsByTagName(s)[0];
|
|
|
|
|
|
w.YohoAcquisitionObject = f;
|
|
|
|
|
|
w[f] = function() {
|
|
|
w[f].p = arguments;
|
|
|
};
|
|
|
|
|
|
a.async = 1;
|
|
|
a.src = j;
|
|
|
m.parentNode.insertBefore(a, m);
|
|
|
})(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.18/yas.js', '_yas');
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
if (window._yas) {
|
|
|
window._yas(1 * new Date(), '1.0.18', 'yohobuy_m', 0, '', '');
|
|
|
}
|
|
|
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({}, true);
|
|
|
}
|
|
|
});
|
|
|
|
|
|
</script>
|
|
|
<div class="main-wrap">
|
|
|
|
...
|
...
|
|