forked from gxwebsoft/mp-10550
fix(goods): 修复水票套票商品的购买流程控制
- 添加 ticketTemplateChecked 状态用于跟踪套票模板检查状态 - 在获取套票模板后正确设置 checked 状态避免重复检查 - 修复立即购买按钮样式在无购物车按钮时的显示问题 - 隐藏用户票券页面中的操作标签元素
This commit is contained in:
@@ -87,6 +87,10 @@ button[open-type="chooseAvatar"] {
|
||||
justify-content: center;
|
||||
height: 80px;
|
||||
}
|
||||
.cart-buy-only{
|
||||
border-radius: 20px;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
image {
|
||||
|
||||
Reference in New Issue
Block a user