fix: 界面显示微调。
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view class="logo-content align-center justify-center flex">
|
||||
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
||||
</image>
|
||||
<text class="title">智聪科技记账平台登录</text>
|
||||
<text class="title">智聪记账平台登录</text>
|
||||
</view>
|
||||
<view class="login-form-content">
|
||||
<view class="input-item flex align-center">
|
||||
@@ -87,7 +87,7 @@ async function handleLogin() {
|
||||
} else if (loginForm.value.code === "" && captchaEnabled.value) {
|
||||
modal.msgError("请输入验证码")
|
||||
} else {
|
||||
modal.loading("登录中,请耐心等待...")
|
||||
modal.loading("登录中,请等待...")
|
||||
pwdLogin()
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user