Przeglądaj źródła

fix 修改辣干子细节

wzh 4 miesięcy temu
rodzic
commit
9b5799a425
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      pages/lgz/index/claim.vue

+ 8 - 8
pages/lgz/index/claim.vue

@@ -10,7 +10,7 @@
 					<image class="logo-img" src="/static/images/common/logo.png" mode="aspectFit" />
 				</u-col>
 				<u-col span="4">
-					
+
 				</u-col>
 				<u-col span="4" textAlign="right">
 					<text class="detail-btn" @click="openDetail()">活动规则</text>
@@ -24,7 +24,7 @@
 		</view>
 		<view class="content">
 			<view class="title-1">
-				
+
 			</view>
 			<view class="winning-picture">
 				 <image class="center-image" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/commodity/one.png" mode="heightFix"></image>
@@ -43,7 +43,7 @@
 					首次扫码时间: {{scanUserData.scan_time}}
 				</view>
 				<view class="text-one">
-					获得奖励: {{prizeJson.prize_type == 0 ? '谢谢惠顾' : prizeJson.prize_type == 1 ? prizeJson.money/100 + '元现金红包' : prizeJson.title  }}
+					获得奖励: {{prizeJson.prize_type == 0 ? '谢谢惠顾' : prizeJson.prize_type == 1 ? prizeJson.money/100 + '元现金红包' : prizeJson.title + prizeJson.prize_name  }}
 				</view>
 			</view>
 		</view>
@@ -69,7 +69,7 @@
 		  this.scanUserData = scanDetail.result.scanInfo;
 		  this.prizeJson = scanDetail.prizeJson;
 		  console.log(scanDetail);
-		  
+
 		},
 		methods: {
 			goBack() {
@@ -80,7 +80,7 @@
 					url: '/pages/lgz/index/rules'
 				});
 			}
-			
+
 		}
 	}
 </script>
@@ -160,7 +160,7 @@
 		font-size: 26rpx;
 		color: #A7001C;
 		margin-bottom: 10rpx;
-		
+
 	}
 	.detail-btn{
 		text-align: center;
@@ -172,7 +172,7 @@
 	    background-color: #901710;
 	    padding: 3px;
 	    border-radius: 5px;
-		
+
 	}
 	.center-image {
 		height: 280rpx;
@@ -185,4 +185,4 @@
 	    font-weight: 400;
 	    font-size: 26rpx;
 	}
-</style>
+</style>