guhongwei 2 gadi atpakaļ
vecāks
revīzija
e5e52e0cb3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      pagesMy/account/index.vue

+ 2 - 2
pagesMy/account/index.vue

@@ -12,7 +12,7 @@
 			</view>
 			<view class="one" @click="toCommon('/pagesMy/account/bindPhone')">
 				<view class="other">
-					<view class="title">{{phone.name}} <text>{{phone.phone?`已绑定${phone.phone}`:'未绑定'}}</text> </view>
+					<view class="title">{{phone.name}} <text>{{phone.phone?phone.phone:'未绑定'}}</text> </view>
 					<view class="titles">{{phone.content}}</view>
 				</view>
 				<view class="btn">
@@ -21,7 +21,7 @@
 			</view>
 			<view class="one" @click="toCommon('/pagesMy/account/bindEmail')">
 				<view class="other">
-					<view class="title">{{email.name}}<text>{{email.email?`已绑定${email.email}`:'未绑定'}}</text></view>
+					<view class="title">{{email.name}}<text>{{email.email?email.email:'未绑定'}}</text></view>
 					<view class="titles">{{email.content}}</view>
 				</view>
 				<view class="btn">