* [story#75371,doing,0.1h] Add official website index page, add get sms captcha button.

This commit is contained in:
zhangjialiang
2025-06-16 09:27:21 +08:00
parent bb22ac9007
commit 68e253f457
+33 -2
View File
@@ -30,8 +30,39 @@ div
setClass('w-96 m-auto'),
formGroup
(
set::label('图形验证码'),
set::name('code')
set::label('手机号'),
input
(
set::name('mobile'),
setID('mobile-captcha')
)
)
),
p
(
setID('captchaImageError')
),
p
(
setID('captchaMobileError')
),
formRow
(
setClass('w-96 m-auto'),
formGroup
(
set::label('短信验证码'),
input
(
set::name('captcha')
)
),
a
(
setID('captcha-btn'),
setClass('captcha-btn-class'),
set('href', 'javascript:;'),
'获取验证码'
)
)
)