用户注册跳转
两个文件
第一个:register
import router from ohos.router;
Entry
Component
struct Register{build() {Column({space:40}){Text(用户注册).fontSize(32).fontWeight(FontWeight.Bolder).margin({top:20,bottom:10})TextInput({placeholder:请输入手机号或邮箱&am…
2026/6/26 16:41:32