|
@@ -21,8 +21,8 @@
|
|
|
{{parseFloat(((Number(info.discountPrice)/Number(info.prePrice)).toFixed(2)*10).toFixed(1))+'折'}}
|
|
{{parseFloat(((Number(info.discountPrice)/Number(info.prePrice)).toFixed(2)*10).toFixed(1))+'折'}}
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <text v-if="info.ratioType == 0" style="margin-left:6upx;color:#333333;font-size: 26upx;">{{info.ratio}}{{info.smallUnit}}</text>
|
|
|
|
|
- <text v-else style="margin-left:6upx;color:#333333;font-size: 26upx;">若干</text>
|
|
|
|
|
|
|
+ <text v-if="info.ratioType == 0" style="margin-left:6upx;color:#333333;font-size: 24upx;">{{info.ratio}}{{info.smallUnit}}</text>
|
|
|
|
|
+ <text v-else style="margin-left:6upx;color:#333333;font-size: 24upx;">若干</text>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-space" style="color:#333333;position:absolute;top:13upx;" v-else>
|
|
<view class="flex-space" style="color:#333333;position:absolute;top:13upx;" v-else>
|