فهرست منبع

拆分YTUserRequest类 用以独立管理登录请求

wangcy 3 ماه پیش
والد
کامیت
1b9af538e1

+ 2 - 1
features/user/src/main/ets/views/LoginView.ets

@@ -61,7 +61,8 @@ export struct LoginView {
           needCode: false,
           inputChange: (value: string) => {
             this.loginCollect.password = value
-          }
+          },
+          marginBottom: 19
         })
       } else {
         LoginInput({

+ 0 - 1
features/user/src/main/ets/views/RegisterOrResetPassView.ets

@@ -76,7 +76,6 @@ export struct RegisterOrResetPassComp {
         click: () => {
           this.loginCollect.executeLogin("common")
         },
-        btHeight: 48,
         btBorderRadius: 32
       })