shish 3 years ago
parent
commit
c934290f87
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hdApp/src/pagesPurchase/components/item.vue

+ 3 - 3
hdApp/src/pagesPurchase/components/item.vue

@@ -26,10 +26,10 @@
 						</block>
 					</view>
 					<view class="price" v-if="info.myLevel && info.myLevel == 2">
-						<text style="color:#a7a2a2;text-decoration:line-through;font-size:24upx;">¥{{parseFloat(info.defaultGradePrice) }}</text>
-						<text style="font-weight:bold;margin-left:10upx;font-size:24upx;">会员价¥{{ parseFloat(info.price) }}</text>
+						<text style="color:#a7a2a2;text-decoration:line-through;font-size:25upx;font-weight:bold;">¥{{parseFloat(info.defaultGradePrice) }}</text>
+						<text style="font-weight:bold;margin-left:10upx;font-size:25upx;">会员价¥{{ parseFloat(info.price) }}</text>
 					</view>
-					<view class="price" v-else>¥{{ info.price ? parseFloat(info.price) : 0 }}</view>
+					<view class="price" style="font-weight:bold;font-size:25upx;" v-else>¥{{ info.price ? parseFloat(info.price) : 0 }}</view>
 				</view>
 				<view style="text-align: right" >
 					<view class="open-bx" >