feat(fittingRoom): 切换默认衣服库类型并优化样式
- 将默认衣服库类型从“我的衣橱”切换为“衣服库” - 更新页面加载时的默认 token 值 - 调整遮罩层背景透明度以提升视觉效果 - 更新组件最后编辑时间戳
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
// const template = computed(() => sheep.$store('app').template?.home);
|
||||
|
||||
onLoad((options) => {
|
||||
uni.setStorageSync('token', options?.token ?? '86e0032580ac4ca8b1f4f5e9395d1cf8');
|
||||
uni.setStorageSync('token', options?.token ?? 'a2ae4e11fb8f4393aafcce7de467d2e2');
|
||||
console.log('🚀 ~ URL上的token ~ options?.token: ', options?.token);
|
||||
fittingRoomStore.getCategory();
|
||||
fittingRoomStore.getCloths();
|
||||
|
||||
Reference in New Issue
Block a user