feat(security): 隐藏邮箱设置入口
This commit is contained in:
parent
c43c566091
commit
a4b5d8b52f
|
@ -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,20 +23,9 @@
|
|||
<text class="icon iconfont icon-jiantou"></text>
|
||||
</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> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue