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