diff --git a/pages.json b/pages.json
index a0c7249..2c3a1c7 100644
--- a/pages.json
+++ b/pages.json
@@ -15,7 +15,7 @@
{
"path": "pages/verification/index",
"style": {
- "navigationBarTitleText": "核销"
+ "navigationBarTitleText": "苏州市导游协会"
}
},
{
@@ -27,7 +27,7 @@
{
"path": "pages/login/login",
"style": {
- "navigationBarTitleText": "登录",
+ "navigationBarTitleText": "苏州市导游协会",
"navigationStyle": "custom"
}
}
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 5131a32..aef8b56 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -9,7 +9,7 @@
-
+
@@ -33,6 +33,7 @@
form: {
username: '',
captchaCodeId: '',
+ captchaCode: "",
password: ''
},
showPassword: true,
@@ -53,6 +54,7 @@
getCodeImg() {
this.Post({},'/api/Merchants/get_graphic').then(res => {
this.codeImg = res.data.code
+ this.form.captchaCodeId = res.data.id
})
},
login() {
@@ -115,6 +117,9 @@
flex: 1;
font-weight: 500;
font-size: 25rpx;
+ color: black;
+ }
+ input::placeholder {
color: #ABABAB;
}
diff --git a/pages/verification/index.vue b/pages/verification/index.vue
index 4ae24bf..a713637 100644
--- a/pages/verification/index.vue
+++ b/pages/verification/index.vue
@@ -252,7 +252,7 @@
color: #010101;
font-weight: bold;
overflow: hidden;
- padding: 0 88rpx;
+ padding: 0 80rpx;
display: flex;
justify-content: space-between;
}
@@ -262,7 +262,7 @@
line-height: 106rpx;
height: 106rpx;
position: relative;
- width: 150rpx;
+ min-width: 150rpx;
text-align: center;
}
diff --git a/subPackages/user/infoFilling.vue b/subPackages/user/infoFilling.vue
index 9bb7489..b41e0cc 100644
--- a/subPackages/user/infoFilling.vue
+++ b/subPackages/user/infoFilling.vue
@@ -886,9 +886,8 @@
.doc-del{
width: 40rpx;
height: 40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
+ text-align: center;
+ line-height: 40rpx;
background: black;
color: white;
position: absolute;
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
index dc0b82e..4bdbcbb 100644
--- a/unpackage/dist/build/web/index.html
+++ b/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
daoyou
\ No newline at end of file
+ document.write('')