merge to main #7

Merged
minom merged 63 commits from 0.2 into main 2026-06-08 01:42:09 +00:00
Showing only changes of commit 2724173216 - Show all commits
+3
View File
@@ -117,6 +117,9 @@
} else if (item.action === "signup4") {
this.twoData = item.item
this.currentView = "fastSignUp4-component"
} else if (item.action === "signup1") {
this.twoData = item.item
this.currentView = "fastSignUp1-component"
}
console.log("item.action:",this.twoData)
},