代客下单无桌台下单隐藏仅下单按钮按照外带模式处理
This commit is contained in:
parent
d87b37fcea
commit
df9a49813a
|
|
@ -396,6 +396,7 @@
|
|||
</div>
|
||||
|
||||
<div class="flex mt-14">
|
||||
<template v-if="table">
|
||||
<template v-if="!postPay">
|
||||
<template v-if="isCreateOrder">
|
||||
<!-- <template v-if="false"> -->
|
||||
|
|
@ -469,6 +470,20 @@
|
|||
</div>
|
||||
</template>
|
||||
</template>
|
||||
</template>
|
||||
<template v-else>
|
||||
<button class="my-btn flex-1 primary" @click="scanPayClick">
|
||||
<span>微信/支付宝</span>
|
||||
</button>
|
||||
<div style="width: 15px"></div>
|
||||
<button class="my-btn flex-1 primary" @click="cashPayClick">
|
||||
<span>现金</span>
|
||||
</button>
|
||||
<div style="width: 15px"></div>
|
||||
<button class="my-btn flex-1 default" @click="morePayClick">
|
||||
<span>更多支付</span>
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue