|
|
@@ -46,7 +46,7 @@
|
|
|
<button class="get-phone-btn" open-type="getAuthorize" scope="phoneNumber"
|
|
|
@getAuthorize="onGetAuthorize" @error="handleAuthError">
|
|
|
<text class="common-text-2" v-if="userInfo.mobile">{{ userInfo.mobile }}</text>
|
|
|
- <text class="common-text" v-else>未绑定2</text>
|
|
|
+ <text class="common-text" v-else>未绑定</text>
|
|
|
<u-icon :color="arrowColor" style="margin-left: 20rpx;" size="28"
|
|
|
name="arrow-right"></u-icon>
|
|
|
</button>
|