bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{$page_title}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<link href="images/touch-icon.png" rel="apple-touch-icon-precomposed" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
 
<link href="css/pt_1.css" rel="stylesheet" type="text/css" /><!--P-->
<link href="css/pt_2.css" rel="stylesheet" type="text/css" /><!--P-->
<script>
/* P  */
function goBack(){  
   if(history.length > 1 ){  
          history.back(-1);  
    }else{  
          location.href = 'index.php';
    }  
</script>
</head>
<body>
<div id="page" style="right: 0px; left: 0px; display: block;">
  <header id="header" style="z-index:1">
       <div class="header_l header_return"> <a class="ico_10"  href="javascript:goBack()"> 返回 </a> </div><!--P -->
    <h1> 我的拼团 </h1><!--P -->
  </header>
  <div class="srp list flex-f-row" id="J_ItemList" style="opacity:1;">
    <div class="product flex_in single_item">
      <div class="pro-inner"></div>
      <div class="pro-pt_inner"></div>
    </div>
    <a href="javascript:;" class="get_more"></a> </div>
 
  
  <a href="javascript:;" class="get_more"></a> <br /><br /><br /> 
  <!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem --> </div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script> 
<script type="text/javascript" src="js/jquery.more.js"></script> 
<script type="text/javascript" src="js/ectouch.js"></script> 
<script type="text/javascript">
jQuery(function($){
    $('#J_ItemList').more({'address': 'pintuan.php?act=asyncuserlist', 'spinner_code':'<div style="text-align:center; margin:10px;"><img src="{$ectouch_themes}/images/loader.gif" /></div>'})
    $(window).scroll(function () {
        if ($(window).scrollTop() == $(document).height() - $(window).height()) {
            $('.get_more').click();
        }
    });
});
</script>
</body>
</html>