fix(goods): 修复水票套票商品的购买流程控制

- 添加 ticketTemplateChecked 状态用于跟踪套票模板检查状态
- 在获取套票模板后正确设置 checked 状态避免重复检查
- 修复立即购买按钮样式在无购物车按钮时的显示问题
- 隐藏用户票券页面中的操作标签元素
This commit is contained in:
2026-02-26 12:30:24 +08:00
parent 78ac461ef9
commit ef26a207b0
3 changed files with 29 additions and 9 deletions

View File

@@ -490,7 +490,7 @@ const UserTicketList = () => {
</View>
)}
</View>
<View className="flex flex-col items-end gap-2">
<View className="flex flex-col items-end gap-2 hidden">
{/*<Tag type={item.status === 1 ? 'danger' : 'success'}>*/}
{/* {item.status === 1 ? '冻结' : '正常'}*/}
{/*</Tag>*/}