Browse Source

bug 修复

lilei 2 years ago
parent
commit
f3e5a59ee0
3 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/login/login.vue
  2. 1 1
      pages/login/phoneLogin.vue
  3. 1 1
      pages/vinInput/share.vue

+ 1 - 1
pages/login/login.vue

@@ -14,7 +14,7 @@
 		    </view>
 		</view>
 		<view class="xieyi" @click="gotoXieyi()">
-			登录即代表同意 <text>《用户协议》和《隐私政策》</text>
+			登录即代表您已阅读并同意 <text>《用户协议》和《隐私政策》</text>
 		</view>
 	</view>
     

+ 1 - 1
pages/login/phoneLogin.vue

@@ -21,7 +21,7 @@
 		</view>
  
 		<view class="xieyi" @click="gotoXieyi()">
-			登录即代表同意 <text>《用户协议》和《隐私政策》</text>
+			登录即代表您已阅读并同意 <text>《用户协议》和《隐私政策》</text>
 		</view>
 		<!-- 图文验证码 -->
 		<uni-popup @change="changeModal" ref="imageTxtPopup" type="center">

+ 1 - 1
pages/vinInput/share.vue

@@ -10,7 +10,7 @@
 		<view class="share-info">
 			<view class="userinfo">
 				<view>
-					好友 {{userName}}
+					好友 <text v-if="userName">{{userName||''}}</text>
 				</view>
 				<view>给您分享了一个车架号(VIN)</view>
 			</view>