xuxueyang
2024-09-12 73341eba8e313c2aead0476026bc362b8c4be4b1
pages/order/order-detail.vue
@@ -200,6 +200,7 @@
                           tmp.$message.hideLoading()
                           if (code === 0) {
                              tmp.getDetail()
                              tmp.$store.dispatch('getCurrentInfo')
                           }
                        },
                        fail(e) {
@@ -604,9 +605,9 @@
            <view class="label">实际支付:</view>
            <view class="value">¥{{ dto.paymentAmount || '0' }}</view>
         </view>
      <!--    <view class="form-item">
         <!--    <view class="form-item">
            <view class="label">支付金额:</view>
            <view class="value">{{ dto.paymentAmount || '-' }}</view>
         </view>
@@ -627,7 +628,7 @@
            <view class="label">优惠券:</view>
            <view class="value">{{ dto.memberCouponName || '-' }}</view>
         </view> -->
      <!--    <view class="form-item">
         <!--    <view class="form-item">
            <view class="label">优惠金额:</view>
            <view class="value">{{ dto.memberCouponAmount || '-' }}</view>
         </view> -->