@@ -23,7 +23,8 @@
</view>
<view class="action-box" v-if="status === 0">
- <view class="btn-use" @click="onUse">{{ info.type == 2 ? '赠送给朋友' : '立即使用' }}</view>
+ <view class="btn-use" @click="onUse">立即使用</view>
+ <!-- <view class="btn-use" @click="onUse">{{ info.type == 2 ? '赠送给朋友' : '立即使用' }}</view> -->
@@ -99,12 +99,6 @@
<text class="discount">-¥{{ discount.discountMoney || '0.00' }}</text>
</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>