|
@@ -33,6 +33,14 @@
|
|
|
<image src="../static/activity/three.png" mode=""></image>
|
|
|
<text style="color: #F2B47A;">{{item.awardName}}</text>
|
|
|
</view>
|
|
|
+ <view v-else-if="item.awardName == '四等奖'" class="awardName">
|
|
|
+ <image src="../static/activity/five.jpg" mode=""></image>
|
|
|
+ <text style="color: #f07695;">{{item.awardName}}</text>
|
|
|
+ </view>
|
|
|
+ <view v-else-if="item.awardName == '五等奖'" class="awardName">
|
|
|
+ <image src="../static/activity/four.jpg" mode=""></image>
|
|
|
+ <text style="color: #c595e7;">{{item.awardName}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="prize">中奖码:{{item.code}}</view>
|
|
|
<view v-if="item.prizeType =='COIN'" class="ells-one prize">盲豆 x{{item.value}}</view>
|
|
@@ -234,6 +242,12 @@
|
|
|
|
|
|
.awardName {
|
|
|
display: inline-block;
|
|
|
+
|
|
|
+ // &-view {
|
|
|
+ // // width: 40rpx;
|
|
|
+ // display: inline-block;
|
|
|
+ // margin-left: 30rpx;
|
|
|
+ // }
|
|
|
|
|
|
image {
|
|
|
width: 40rpx;
|