lyuis 7 meses atrás
pai
commit
bc41c4ffd1
2 arquivos alterados com 4 adições e 4 exclusões
  1. 2 2
      package/jobIntention/basicInfo.vue
  2. 2 2
      pages/my/userinfo.vue

+ 2 - 2
package/jobIntention/basicInfo.vue

@@ -15,7 +15,7 @@
 		<view class="form-content">
 			<!-- 头像 -->
 			<view class="form-item">
-				<view class="form-label">头像</view>
+				<view class="form-label">头像(为了更换头像需要访问您的相册和摄像头)</view>
 				<view @click="chooseAvatar" class="avatar-container">
 					<image :src="avatar?avatar:'../../static/logo.png'" class="user-avatar" mode="aspectFill"></image>
 					<view class="edit-avatar-icon">
@@ -453,7 +453,7 @@
 				.edit-avatar-icon {
 					position: absolute;
 					bottom: 10rpx;
-					right: 5rpx;
+					left: 60rpx;
 					width: 25rpx;
 					height: 25rpx;
 					border-radius: 50%;

+ 2 - 2
pages/my/userinfo.vue

@@ -15,7 +15,7 @@
 
 		<view class="usermain">
 			<view class="usermain-item ">
-				<view class="usermain-item-title">头像</view>
+				<view class="usermain-item-title">头像(为了更换头像需要访问您的相册和摄像头)</view>
 				<view class="avatar-wrapper">
 					<!-- #ifdef MP-WEIXIN -->
 					<button open-type="chooseAvatar" class="avatar-button" @chooseavatar="onChooseAvatar">
@@ -620,7 +620,7 @@
 	.edit-avatar-icon {
 		position: absolute;
 		bottom: 10rpx;
-		right: 2rpx;
+		left: 60rpx;
 		width: 24rpx;
 		height: 24rpx;
 		// background: #fff;