Browse Source

显示价格优化

shish 1 year ago
parent
commit
80aa758a69

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

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

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

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