作者 lihongjuan

1

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