feat: 组件样式优化

master
xjs 2025-04-15 11:51:35 +08:00
parent a99829f488
commit 0447caaa52
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
message: JSON.stringify(wishList.value),
},
});
uni.navigateTo({ url: '/pages-sub/ucenter/wishList/wishList' })
uni.reLaunch({ url: '/pages-sub/ucenter/wishList/wishList' })
};
const removeCollege = (index:number) => {