|
|
|
|
@ -534,10 +534,10 @@
|
|
|
|
|
<view class="flex items-end">
|
|
|
|
|
<text class="text-46rpx text-#e95513 ml-20rpx mr-5rpx">¥</text>
|
|
|
|
|
<text class="text-46rpx text-#e95513 mr-10rpx font-bold">{{
|
|
|
|
|
totalPrice || 0
|
|
|
|
|
optionalPrice || 0
|
|
|
|
|
}}</text>
|
|
|
|
|
<text v-if="totalOriginalPrice" class="text-26rpx text-#3e3a39 line-through">¥
|
|
|
|
|
{{ totalOriginalPrice }}</text>
|
|
|
|
|
<text v-if="optionalOriginalPrice" class="text-26rpx text-#3e3a39 line-through">¥
|
|
|
|
|
{{ optionalOriginalPrice }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view @click="confirm()" class="button">
|
|
|
|
|
|