修复订单退菜展示问题,修改推出登录按钮

This commit is contained in:
2024-10-23 13:49:57 +08:00
parent 1662622ce7
commit 076fa01fef
6 changed files with 20 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<template v-if="orderInfo.status=='unpaid'&&data.status!='return'">
<my-button plain shape="circle" :width="160" :height="56" @click="tuicai">退菜</my-button>
</template>
<template v-if="orderInfo.status=='closed'">
<template v-if="orderInfo.status=='closed'&&data.status!='return'">
<my-button plain shape="circle" :width="160" :height="56" @click="tuikuan">退款</my-button>
</template>
</view>