作者 lihongjuan

1

@@ -110,7 +110,7 @@ Page({ @@ -110,7 +110,7 @@ Page({
110 activitystatus: r.msg.status 110 activitystatus: r.msg.status
111 }) 111 })
112 var time = that.date_format(r.msg.residue_time); 112 var time = that.date_format(r.msg.residue_time);
113 - console.log(time) 113 + console.log('9988776', that.data.activitystatus)
114 114
115 that.countDown() 115 that.countDown()
116 116
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 <!-- 秒杀商城 --> 70 <!-- 秒杀商城 -->
71 <!-- wx:if="{{activitystatus==3}}" --> 71 <!-- wx:if="{{activitystatus==3}}" -->
72 72
73 - <view class="miaosha xianshi" wx:if="{{status2==1}}"> 73 + <view class="miaosha xianshi" wx:if="{{status2==1&&activitystatus==3&&xianshilist.length!=0}}">
74 <view class="miaoshatop flextwo"> 74 <view class="miaoshatop flextwo">
75 <view class="miaoshatopleft flexone"> 75 <view class="miaoshatopleft flexone">
76 <view class="miaoshaoname">{{title2}}</view> 76 <view class="miaoshaoname">{{title2}}</view>
@@ -414,7 +414,8 @@ image { @@ -414,7 +414,8 @@ image {
414 } 414 }
415 415
416 .miaoshaoname { 416 .miaoshaoname {
417 - color: #06121e; 417 + color:rgba(61, 154, 248, 1);
  418 +
418 font-size: 32rpx; 419 font-size: 32rpx;
419 font-weight: bold; 420 font-weight: bold;
420 } 421 }