积分相关更新
This commit is contained in:
@@ -26,9 +26,12 @@
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
|
||||
<!-- 先下单后支付 -->
|
||||
<orderInfoAfter ref="orderInfoAfter" :listinfo="listinfo" v-if="listinfo.useType == 'dine-in-after'"></orderInfoAfter>
|
||||
<!-- 先支付后下单 -->
|
||||
<orderInfoBefore ref="orderInfoBefore" :listinfo="listinfo" v-else></orderInfoBefore>
|
||||
|
||||
<!-- 积分兑换订单详情 -->
|
||||
<!-- <orderInfoPoints ref="orderInfoPoints" :listinfo="listinfo" ></orderInfoPoints> -->
|
||||
|
||||
<paymentMethod ref="paymentMethod" v-if="amountVIP&&listinfo.status == 'unpaid' || listinfo.status == 'paying'" :amountVIP="amountVIP" @groupChange="groupChange"></paymentMethod>
|
||||
|
||||
@@ -68,12 +71,14 @@
|
||||
import payPasswordtwo from '@/components/payPasswordtwo.vue'
|
||||
import orderInfoAfter from '../components/orderInfoAfter.vue'
|
||||
import orderInfoBefore from '../components/orderInfoBefore.vue'
|
||||
import orderInfoPoints from '../components/orderInfoPoints.vue'
|
||||
import paymentMethod from '../components/paymentMethod.vue'
|
||||
export default {
|
||||
components: {
|
||||
payPasswordtwo,
|
||||
orderInfoAfter,
|
||||
orderInfoBefore,
|
||||
orderInfoPoints,
|
||||
paymentMethod,
|
||||
},
|
||||
data() {
|
||||
@@ -377,7 +382,7 @@
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 32rpx 28rpx 224rpx 28rpx;
|
||||
padding: 32rpx 28rpx 32rpx 28rpx;
|
||||
}
|
||||
.headStatus{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user