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

@@ -87,6 +87,10 @@ button[open-type="chooseAvatar"] {
justify-content: center;
height: 80px;
}
.cart-buy-only{
border-radius: 20px;
flex: 1;
}
}
image {