feat(fittingRoom): 切换默认衣服库类型并优化样式
- 将默认衣服库类型从“我的衣橱”切换为“衣服库” - 更新页面加载时的默认 token 值 - 调整遮罩层背景透明度以提升视觉效果 - 更新组件最后编辑时间戳
This commit is contained in:
@@ -25,7 +25,7 @@ const fittingRoom = defineStore({
|
||||
visable: false, // 上传模特, 选模特的
|
||||
modelList: [], // 模特列表
|
||||
currentModel: {},
|
||||
type: true, // true: 我的衣橱, false: 衣服库
|
||||
type: false, // true: 我的衣橱, false: 衣服库
|
||||
tab: 0, // 对应下面tabs的序号
|
||||
tabs: ['全部', '上衣', '下装', '连衣裙', '外套', '套装', '发型'],
|
||||
tabsMap: _tabsMap,
|
||||
|
||||
Reference in New Issue
Block a user