Files
huangjingfen/pro_v3.5.1/public/statics/mp_view/components/cartDiscount/index.wxml
apple 78de918c37 Initial commit: queue workspace
Made-with: Cursor
2026-03-21 02:55:24 +08:00

1 line
2.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view class="data-v-799db8a7"><base-drawer vue-id="1618eeb2-1" mode="bottom" visible="{{discountInfo.discount}}" background-color="transparent" mask="{{true}}" maskClosable="{{true}}" data-event-opts="{{[['^close',[['closeDiscount']]]]}}" bind:close="__e" class="data-v-799db8a7" bind:__l="__l" vue-slots="{{['default']}}"><view class="w-full bg--w111-fff rd-t-40rpx py-32 data-v-799db8a7"><view class="text-center fs-32 text--w111-333 fw-500 data-v-799db8a7">金额明细</view><scroll-view class="mt-32 scroll-content data-v-799db8a7" scroll-y="true"><view class="p-32 data-v-799db8a7"><view class="flex-between-center data-v-799db8a7"><view class="fs-26 data-v-799db8a7">商品总价:</view><view class="fs-28 SemiBold data-v-799db8a7">{{"¥"+discountInfo.deduction.sum_price}}</view></view><block wx:if="{{discountInfo.deduction.coupon_price}}"><view class="flex-between-center mt-38 data-v-799db8a7"><view class="fs-26 data-v-799db8a7">{{discountInfo.coupon.coupon_title+""}}</view><view class="fs-28 SemiBold data-v-799db8a7">{{"-¥"+discountInfo.deduction.coupon_price}}</view></view></block><block wx:if="{{discountInfo.deduction.first_order_price}}"><view class="flex-between-center mt-38 data-v-799db8a7"><view class="fs-26 data-v-799db8a7">新人首单优惠:</view><view class="fs-28 SemiBold data-v-799db8a7">{{"-¥"+discountInfo.deduction.first_order_price}}</view></view></block><block wx:if="{{discountInfo.deduction.promotions_price}}"><view class="flex-between-center mt-38 data-v-799db8a7"><view class="fs-26 data-v-799db8a7">优惠活动:</view><view class="fs-28 SemiBold data-v-799db8a7">{{"-¥"+discountInfo.deduction.promotions_price}}</view></view></block><block wx:if="{{discountInfo.deduction.vip_price}}"><view class="flex-between-center mt-38 data-v-799db8a7"><view class="fs-26 data-v-799db8a7">会员优惠:</view><view class="fs-28 SemiBold data-v-799db8a7">{{"-¥"+discountInfo.deduction.vip_price}}</view></view></block><block wx:if="{{discountInfo.deduction.channel_price}}"><view class="flex-between-center mt-38 data-v-799db8a7"><view class="fs-26 data-v-799db8a7">采购优惠:</view><view class="fs-28 SemiBold data-v-799db8a7">{{"-¥"+discountInfo.deduction.channel_price}}</view></view></block><block wx:if="{{discountInfo.deduction.vip_price}}"><view class="flex-between-center mt-44 data-v-799db8a7"><view class="fs-28 fw-500 data-v-799db8a7">优惠合计</view><view class="fs-32 SemiBold font-num data-v-799db8a7">{{"-¥"+$root.g0}}</view></view></block></view></scroll-view><view class="{{['data-v-799db8a7',showFooter?'show-footer':'hide-footer']}}"></view></view></base-drawer></view>