代客下单无桌台下单隐藏仅下单按钮按照外带模式处理
This commit is contained in:
@@ -396,6 +396,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex mt-14">
|
<div class="flex mt-14">
|
||||||
|
<template v-if="table">
|
||||||
<template v-if="!postPay">
|
<template v-if="!postPay">
|
||||||
<template v-if="isCreateOrder">
|
<template v-if="isCreateOrder">
|
||||||
<!-- <template v-if="false"> -->
|
<!-- <template v-if="false"> -->
|
||||||
@@ -469,6 +470,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user