Compare commits
No commits in common. "d5d481b39a74d4d1b01c57044502b1ac91ca3fec" and "e37b60f54f12c5144a10fedee41eaf15ae0a7a13" have entirely different histories.
d5d481b39a
...
e37b60f54f
|
|
@ -14,7 +14,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="set-group" style="padding-top: 18rpx;">
|
||||
<view class="set-group" style="padding-top: 18rpx;">
|
||||
<view class="d-b-c set-group-item "
|
||||
@click="gotoPage('pages/user/set/bind/email?email='+encodeURIComponent(userInfo.email || ''))">
|
||||
<view>{{$t('PER_DA_33')}}</view>
|
||||
|
|
@ -23,9 +23,20 @@
|
|||
<text class="icon iconfont icon-jiantou"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view> -->
|
||||
<!-- <view class="d-b-c set-group-item" @click="gotoPage('pages/user/set/bind/mobiless')">
|
||||
<view>{{$t('w_0417')}}</view>
|
||||
<view class="d-e-c gray9">
|
||||
<text class="">{{ mobileHidden(userInfo.phone) || $t('w_0418') }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="d-b-c set-group-item">
|
||||
<view>{{$t('w_0417')}}</view>
|
||||
<view class="d-e-c gray9">
|
||||
<text class="">{{ mobileHidden(userInfo.phone) || $t('w_0418') }}</text>
|
||||
<!-- <text class="icon iconfont icon-jiantou"></text> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue