|
|
@@ -99,12 +99,6 @@
|
|
|
<text class="discount">-¥{{ discount.discountMoney || '0.00' }}</text>
|
|
|
</view>
|
|
|
</template>
|
|
|
- <template v-else>
|
|
|
- <view class="row">
|
|
|
- <text>优惠金额</text>
|
|
|
- <text class="discount">-¥{{ orderInfo.discountMoney || '0.00' }}</text>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
<view class="divider"></view>
|
|
|
<view class="real-pay-row">
|
|
|
<text>实付款 ({{ orderInfo.payType == 1 ? '余额支付' : '微信支付' }})</text>
|