|
@@ -24,7 +24,7 @@
|
|
|
color: '#8E51F7',
|
|
|
transform: 'scale(1)',
|
|
|
width: '150rpx',
|
|
|
-
|
|
|
+
|
|
|
}" :inactiveStyle="{
|
|
|
color: '#666',
|
|
|
transform: 'scale(1)',
|
|
@@ -36,38 +36,38 @@
|
|
|
<view class="list-view lotteryResult" v-if="triggerStatus==1">
|
|
|
<view class="lottery-inner" @click='toRecord()'>
|
|
|
<view class="lottery-img">
|
|
|
- <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
+ <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
</view>
|
|
|
<view class="lottery-msg">
|
|
|
- <view class="lottery-title">轩妈蛋黄酥40g*4枚2袋装随心装</view>
|
|
|
+ <view class="lottery-title">轩妈蛋黄酥40g*4枚2袋装随心装</view>
|
|
|
<view class="lottery-price"><text>¥</text>0.01</view>
|
|
|
- <buttont class="toGroup1 active" >已中奖</button>
|
|
|
+ <button class="toGroup1 active" >已中奖</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list-view lotteryResult" v-if="triggerStatus==1">
|
|
|
<view class="lottery-inner" @click='toRecord()'>
|
|
|
<view class="lottery-img">
|
|
|
- <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
+ <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
</view>
|
|
|
<view class="lottery-msg">
|
|
|
- <view class="lottery-title">轩妈蛋黄酥40g*4枚2袋装随心装</view>
|
|
|
+ <view class="lottery-title">轩妈蛋黄酥40g*4枚2袋装随心装</view>
|
|
|
<view class="lottery-price"><text>¥</text>0.01</view>
|
|
|
- <buttont class="toGroup1 notactive" >未中奖</button>
|
|
|
+ <button class="toGroup1 notactive" >未中奖</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-for="(item,index) in list1" :key="index" class="list-view" v-if="triggerStatus==0">
|
|
|
<view class="lottery-inner" @click='toGroup()'>
|
|
|
<view class="lottery-img">
|
|
|
- <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
+ <image src="../../static/public/111.jpg" mode=""></image>
|
|
|
</view>
|
|
|
<view class="lottery-msg">
|
|
|
<view class="lottery-title">轩妈蛋黄酥40g*4枚2袋装随心装</view>
|
|
|
<view class="lottery-time">2023-12-31 12:00:00 截止</view>
|
|
|
<view class="lottery-person">拼团进度:4/10人</view>
|
|
|
<view class="lottery-price"><text>¥</text>0.01</view>
|
|
|
- <buttont class="toGroup" >拼团详情</button>
|
|
|
+ <button class="toGroup" >拼团详情</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -268,7 +268,7 @@
|
|
|
font-size: 28rpx;
|
|
|
color: #666666;
|
|
|
margin-bottom: 5rpx;
|
|
|
- }
|
|
|
+ }
|
|
|
.lottery-person{
|
|
|
font-size: 28rpx;
|
|
|
color: #666666;
|
|
@@ -312,7 +312,7 @@
|
|
|
.toGroup1.notactive{
|
|
|
background-color: #9E9E9E;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
.status {
|
|
|
width: 100%;
|
|
@@ -323,7 +323,7 @@
|
|
|
}
|
|
|
|
|
|
.list {
|
|
|
- padding: 120rpx 20rpx 0;
|
|
|
+ padding: 120rpx 20rpx 0;
|
|
|
}
|
|
|
|
|
|
.empty {
|