添加提示

This commit is contained in:
2025-12-01 11:43:29 +08:00
parent 7f6cf8797d
commit 519d955679

View File

@@ -122,7 +122,7 @@ onUnload(() => {
{{ countdown > 0 ? `${countdown}s后重发` : '获取验证码' }}
</view>
</view>
<wd-notice-bar text="演示使用,直接点击登录~" prefix="warn-bold" custom-class="space" color="#34D19D" background-color="#f0f9eb" />
<view class="submit-btn" @click="handleLogin">
<text v-if="!loading">登录</text>
<text v-else>登录中...</text>