This commit is contained in:
xiaozhiyong
2024-06-05 13:35:43 +08:00
parent 4d247306a5
commit 743caea987

View File

@@ -4,11 +4,9 @@
服务费说明
<uni-icons type="closeempty" size="20" @click="close" />
</view>
<view class="text"
>服务费为本笔订单优惠金额{{
discountInfo.feeRatio * 100 + "%"
}}最高不超过7元</view
>
<view class="text">
服务费为本笔订单优惠金额{{ discountInfo.feeRatio * 100 + "%" }}
</view>
</view>
</template>