Commit 57973d9d4afa4e19804b2940d9fd96bedeea0071
1 parent
23650d5e
隐藏预热活动
Showing
2 changed files
with
5 additions
and
4 deletions
packageB/pages/zuhegou/list/list.wxml
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | </view> | 63 | </view> |
64 | 64 | ||
65 | <view class="no-more" wx:if="{{goodlist.length==0}}">没有相关内容</view> | 65 | <view class="no-more" wx:if="{{goodlist.length==0}}">没有相关内容</view> |
66 | - | 66 | +<!-- |
67 | <view class="kill-time xc-seckill-bottom"> | 67 | <view class="kill-time xc-seckill-bottom"> |
68 | <view class="theader" > | 68 | <view class="theader" > |
69 | <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}"> | 69 | <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}"> |
@@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
76 | 即将开始</view> | 76 | 即将开始</view> |
77 | </view> | 77 | </view> |
78 | </view> | 78 | </view> |
79 | - | 79 | +--> |
80 | 80 | ||
81 | 81 | ||
82 | </view> | 82 | </view> |
packageC/pages/group_list/group_list.wxml
@@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
44 | <nodata nodataContainer="t-c" wx:if="{{list.pageData.length == 0}}"></nodata> | 44 | <nodata nodataContainer="t-c" wx:if="{{list.pageData.length == 0}}"></nodata> |
45 | 45 | ||
46 | 46 | ||
47 | - | 47 | +<!-- |
48 | <view class="kill-time xc-seckill-bottom"> | 48 | <view class="kill-time xc-seckill-bottom"> |
49 | <view class="theader" > | 49 | <view class="theader" > |
50 | <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}"> | 50 | <view bindtap='tip' data-ty="1" class="xc-border-right flex-center timeac left {{type==1?'active':''}}"> |
@@ -54,4 +54,5 @@ | @@ -54,4 +54,5 @@ | ||
54 | <image class="xc-bottom" src="{{url}}{{type==0?'/miniapp/images/clock-rad.png':'/miniapp/images/clock-black.png'}}"></image> | 54 | <image class="xc-bottom" src="{{url}}{{type==0?'/miniapp/images/clock-rad.png':'/miniapp/images/clock-black.png'}}"></image> |
55 | 即将开始</view> | 55 | 即将开始</view> |
56 | </view> | 56 | </view> |
57 | -</view> | ||
58 | \ No newline at end of file | 57 | \ No newline at end of file |
58 | +</view> | ||
59 | +--> | ||
59 | \ No newline at end of file | 60 | \ No newline at end of file |