Parcourir la source

获奖名单显示四等奖五等奖

DELL il y a 3 ans
Parent
commit
c000b602a6

+ 14 - 0
packageOperate/activity/record.vue

@@ -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;

BIN
packageOperate/static/activity/five.jpg


BIN
packageOperate/static/activity/four.jpg


+ 1 - 1
packageOther/about/index.vue

@@ -4,7 +4,7 @@
 		<view class="about">
 			<view class="flex about-logo">
 				<image src="../../static/public/logo.png" mode=""></image>
-				<view class="edition">v 2.0.0</view>
+				<view class="edition">v 2.0.3</view>
 			</view>
 			<view class="about-action">
 				<u-cell-group :border="false">