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