Compare commits

...

2 Commits

Author SHA1 Message Date
woody d5d481b39a Merge branch 'test' of 47.94.45.65:angelo/web-africa-h5 into base-online 2025-08-28 15:29:20 +08:00
woody a4b5d8b52f feat(security): 隐藏邮箱设置入口 2025-08-28 14:40:18 +08:00
1 changed files with 4 additions and 15 deletions

View File

@ -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>