Commit 57973d9d4afa4e19804b2940d9fd96bedeea0071

Authored by 泉州测试
1 parent 23650d5e

隐藏预热活动

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