2024-02-21 17:43:11 +08:00

31 lines
1.3 KiB
Plaintext

<view class="page">
<view bindtap="navpersonalData"
style="padding: 24rpx;background:white;display: flex;margin-top:20rpx;border-radius: 20rpx;padding-right: 0;">
<view style="width:164rpx;height:164rpx;border-radius:50%;overflow:hidden;">
<image src="{{memberInfo.avatar? memberInfo.avatar:'/images/user-unlogin.jpg'}}" mode="widthFix"
style="width: 100%;"></image>
</view>
<view style="font-size:12pt;line-height:164rpx;width: 66%;text-indent: 40rpx;">{{memberInfo.nickname? memberInfo.nickname:'登录'}}</view>
<view class="iconBox">
<text class="iconfont iconyou" style="color:#939393;line-height:164rpx;"></text>
</view>
</view>
<view class="my-page">
<view class="my-mainfun-moudel1">
<block wx:for="{{customerPages[0]}}" wx:for-item="list" wx:key="i">
<view class="main-item2" bindtap='navigateTo' data-url="{{list.url}}"
style="{{list.marginbottom?'margin-bottom:25rpx;':''}};{{list.bordernone?'border-bottom:none':''}};border-radius:{{list.borderRadius}}"
hidden='{{list.hide}}'>
<view class="main-item-text1">
<view class="text-titl1">{{list.zh}}</view>
</view>
<view class="iconBox">
<text class="iconfont iconyou" style="color:#939393"></text>
</view>
</view>
</block>
</view>
</view>
</view>