关键词热度榜
diff --git a/src/views/components/dataEngine/topHeader.vue b/src/views/components/dataEngine/topHeader.vue
index aca2867..60367cc 100644
--- a/src/views/components/dataEngine/topHeader.vue
+++ b/src/views/components/dataEngine/topHeader.vue
@@ -3,8 +3,8 @@
行业大类
diff --git a/src/views/components/login/index.vue b/src/views/components/login/index.vue
index ddd2363..a77e6b0 100644
--- a/src/views/components/login/index.vue
+++ b/src/views/components/login/index.vue
@@ -22,7 +22,7 @@
{
// 先重置验证状态
formRef.value.clearValidate('mobile');
- // 验证手机号字段
- try {
- const result = await formRef.value.validateField('mobile');
- // 只有当验证通过时才会显示滑块验证
- if (result === true || result === undefined) {
- isVerificationVisible.value = true;
- }
- } catch (error) {
- // 验证失败,错误信息会自动显示
- console.log('手机号验证失败:', error);
+ const result = await formRef.value.validateField('mobile');
+ // 只有当验证通过时才会显示滑块验证
+ if (result === true || result === undefined) {
+ isVerificationVisible.value = true;
}
};
@@ -261,7 +255,6 @@ const handleVerificationSubmit = async () => {
await fetchLoginCaptCha({ mobile: loginForm.mobile });
AMessage.success('验证码发送成功');
} catch (error) {
- AMessage.error('验证码发送失败');
// 重置倒计时
countdown.value = 0;
clearInterval(timer.value);
diff --git a/src/views/components/login/style.scss b/src/views/components/login/style.scss
index ca2849a..94f0789 100644
--- a/src/views/components/login/style.scss
+++ b/src/views/components/login/style.scss
@@ -1,4 +1,19 @@
.login-wrap {
+ .arco-input-wrapper,
+ .arco-select-view-single,
+ .arco-textarea-wrapper,
+ .arco-picker,
+ .arco-select-view-multiple {
+ border-radius: 4px;
+ border-color: #d7d7d9 !important;
+ background-color: #fff !important;
+ &:focus-within,
+ &.arco-input-focus {
+ background-color: var(--color-bg-2);
+ // border-color: rgb(var(--primary-6));
+ box-shadow: 0 0 0 0 var(--color-primary-light-2);
+ }
+ }
.login-bg {
position: fixed;
left: 0;
@@ -38,8 +53,6 @@
}
}
-
-
.account-bind-container {
width: 100%;
max-width: 400px;
diff --git a/src/views/components/workplace/modules/product.vue b/src/views/components/workplace/modules/product.vue
index ba97097..c59c429 100644
--- a/src/views/components/workplace/modules/product.vue
+++ b/src/views/components/workplace/modules/product.vue
@@ -1,6 +1,6 @@
-
+
已开通
未开通
@@ -21,7 +21,7 @@
{{ props.product.desc }}
-