zhengkaixin 2 years ago
parent
commit
34a27915fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/monthlyCardActivity/monthlyCardBuy.vue

+ 2 - 2
pages/monthlyCardActivity/monthlyCardBuy.vue

@@ -101,7 +101,7 @@
 		 	<view style="padding: 15px;"
 		 	
 		 	>购买月卡需要完善以下2点<br/>
-			1.填写昵称<br/>
+			1.填写真实姓名<br/>
 			2.填写车牌号<br/>
 			</view>
 		 </u-modal>
@@ -230,7 +230,7 @@
 						if(res.data.regUser){
 							var userInfo=res.data.regUser
 							
-							if(userInfo.carId&&userInfo.nickName){
+							if(userInfo.carId&&userInfo.realName){
 								this.infoSet=true;
 								
 							}else{