zhongtianhaoyuan 3 роки тому
батько
коміт
c6d5e9a13a
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      pages/mine/driverCertification.vue
  2. 2 2
      pages/mine/index.vue

+ 1 - 1
pages/mine/driverCertification.vue

@@ -1145,7 +1145,7 @@
 		.picture {
 			width: 100%;
 			height: 440rpx;
-			background: red;
+			// background: red;
 			position: relative;
 
 			.text {

+ 2 - 2
pages/mine/index.vue

@@ -174,9 +174,9 @@
 						if (this.firstAuthentication) {
 							this.isFirstSH = false
 							if (this.firstAuthentication.driverSex == '女') {
-								this.userName = this.firstAuthentication.driverCall + '女士'
+								this.userName = this.firstAuthentication.driverCall
 							} else {
-								this.userName = this.firstAuthentication.driverCall + '先生'
+								this.userName = this.firstAuthentication.driverCall
 							}
 
 							if (this.firstAuthentication.authenticationStatus == '审核中') {