Commit b157e7f3334a588e0ff9b54129ffac354fe2c3a6

Authored by F5VT98DI7XY4X12\Administrator
1 parent 490cf606

拼单,秒杀的滚动加载更多的修复

pages/activity/pind_list/pind_list.wxml
@@ -5,9 +5,6 @@ @@ -5,9 +5,6 @@
5 <image class="xc-top-img" src="../../../images/team.jpg"> 5 <image class="xc-top-img" src="../../../images/team.jpg">
6 </image> 6 </image>
7 7
8 -  
9 -  
10 -  
11 <view class="kill-list"> 8 <view class="kill-list">
12 <view class="kill-item" wx:for="{{goodlist}}" > 9 <view class="kill-item" wx:for="{{goodlist}}" >
13 <navigator class="kill-pic " url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}"> 10 <navigator class="kill-pic " url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}">
@@ -28,7 +25,7 @@ @@ -28,7 +25,7 @@
28 </view> 25 </view>
29 <text class="{{type==1?'red-co':'blue_c'}}" style="margin-left:8rpx; margin-right:8rpx">{{item.ct_num}}人团</text> 26 <text class="{{type==1?'red-co':'blue_c'}}" style="margin-left:8rpx; margin-right:8rpx">{{item.ct_num}}人团</text>
30 </view> 27 </view>
31 -<view class="fs20 blue_c time-blue" wx:if="{{type==0}}"> 28 + <view class="fs20 blue_c time-blue" wx:if="{{type==0}}">
32 距开始: 29 距开始:
33 <text class='tui-conutdown-box'>{{item.djs.day}}</text>天 30 <text class='tui-conutdown-box'>{{item.djs.day}}</text>天
34 <text class='tui-conutdown-box'>{{item.djs.hou}}</text>时 31 <text class='tui-conutdown-box'>{{item.djs.hou}}</text>时
@@ -68,6 +65,7 @@ @@ -68,6 +65,7 @@
68 </view> 65 </view>
69 </view> 66 </view>
70 </view> 67 </view>
  68 + <view style="height:120rpx"></view>
71 </view> 69 </view>
72 <view class="kill-time xc-seckill-bottom"> 70 <view class="kill-time xc-seckill-bottom">
73 71
pages/activity/pind_list/pind_list.wxss
@@ -6,11 +6,8 @@ page{ @@ -6,11 +6,8 @@ page{
6 margin-top: -50rpx; 6 margin-top: -50rpx;
7 position:absolute; 7 position:absolute;
8 left: 2.5%; 8 left: 2.5%;
9 - height: 807rpx;  
10 -overflow-y: scroll;  
11 -  
12 -  
13 } 9 }
  10 +
14 .kill-time { 11 .kill-time {
15 text-align: center; 12 text-align: center;
16 justify-content: space-around; 13 justify-content: space-around;
pages/activity/seckill_list/seckill_list.wxml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 </image> 5 </image>
6 6
7 7
8 -<view class="kill-list abs seckill_list"> 8 +<view class="kill-list abs seckill_list">
9 <view class="kill-item" wx:for="{{goodlist}}" > 9 <view class="kill-item" wx:for="{{goodlist}}" >
10 <navigator class="kill-pic rel" url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}"> 10 <navigator class="kill-pic rel" url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}">
11 <image class="abs xc-miaosha" src="../../../images/zms.png"></image> 11 <image class="abs xc-miaosha" src="../../../images/zms.png"></image>
@@ -51,8 +51,8 @@ @@ -51,8 +51,8 @@
51 </view> 51 </view>
52 </view> 52 </view>
53 </view> 53 </view>
  54 + <view style="height:120rpx"></view>
54 </view> 55 </view>
55 -  
56 <view class="kill-time xc-seckill-bottom"> 56 <view class="kill-time xc-seckill-bottom">
57 <view class="theader" > 57 <view class="theader" >
58 <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}"> 58 <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}">
pages/activity/seckill_list/seckill_list.wxss
@@ -11,17 +11,14 @@ @@ -11,17 +11,14 @@
11 width: 100%; 11 width: 100%;
12 height: 333rpx; 12 height: 333rpx;
13 margin-top: 5rpx; 13 margin-top: 5rpx;
14 -  
15 } 14 }
16 .kill-list{ 15 .kill-list{
17 - height: 807rpx;  
18 -overflow-y: scroll; 16 + /* height: 807rpx; */
  17 + /* overflow-y: scroll; */
19 } 18 }
20 .seckill_list{ 19 .seckill_list{
21 -position: absolute;  
22 margin-top: -50rpx; 20 margin-top: -50rpx;
23 left: 2%; 21 left: 2%;
24 -  
25 } 22 }
26 .seckill{ 23 .seckill{
27 width: 95%; 24 width: 95%;