소스 검색

头像修改

tanxue 4 달 전
부모
커밋
69e05a68a1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pages/my/index.vue

+ 4 - 4
pages/my/index.vue

@@ -171,14 +171,14 @@
 		    case 0:
 		        myInfoData.userImg = 'static/images/my/head-img0.png'
 		        break;
-		    case 10:
+		    case 1:
 		        myInfoData.userImg = 'static/images/my/head-img1.png'
 		        break;
-		    case 20:
+		    case 2:
 		        myInfoData.userImg = 'static/images/my/head-img2.png'
 		        break;
-		    case 50:
-		        myInfoData.userImg = 'static/images/my/head-img30.png'
+		    case 3:
+		        myInfoData.userImg = 'static/images/my/head-img3.png'
 		        break;
 		    default:
 		        myInfoData.userImg = 'static/images/my/head-unlogin-img.png'