فهرست منبع

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

wangcy 6 ماه پیش
والد
کامیت
1b9af538e1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 1
      features/user/src/main/ets/views/LoginView.ets
  2. 0 1
      features/user/src/main/ets/views/RegisterOrResetPassView.ets

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

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

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

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