You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
628 B
11 lines
628 B
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">个人中心</view>
|
|
</cu-custom>
|
|
|
|
<view class="header-box flex" style="padding:32rpx" wx:if="{{userInfo}}">
|
|
<van-image width="{{130}}" height="{{130}}" nuit="rpx" wux-class="image" shape="circle" src="{{avatarUrl}}" />
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start">
|
|
<view class="text-black text-bold text-sg" style="white-space: nowrap">{{userInfo.packageFactoryName || ''}}</view>
|
|
<view class="flex flex-center" style="font-size:13px;margin-top:10rpx">{{userInfo.realName || ''}}</view>
|
|
</view>
|
|
</view>
|