细节优化

This commit is contained in:
kron
2025-06-19 01:55:40 +08:00
parent 554f891e31
commit 595a9802e2
16 changed files with 201 additions and 46 deletions

View File

@@ -19,6 +19,11 @@ const tabs = [
function handleTabClick(index) {
if (!user.value.id) return props.signin();
if (index === 0) {
uni.navigateTo({
url: "/pages/be-vip",
});
}
if (index === 1) {
uni.navigateTo({
url: "/pages/my-growth",