...
|
...
|
@@ -331,6 +331,9 @@ $(window).scroll(function() { |
|
|
getOrders();
|
|
|
|
|
|
$(function() {
|
|
|
// 适配背景图
|
|
|
var winH = $(document).height();
|
|
|
$(".wx-act-c").height(winH + "px");
|
|
|
if ($('.dia-tip').length > 0) {
|
|
|
if(window.cookie('bindUrl') == 'http://m.yohobuy.com/passport/bind/success?type=bind') {
|
|
|
userId = $('.dia-tip').val();
|
...
|
...
|
|