From 26f156cd7821fbebffcfbb178eb090973447df5c Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 19 七月 2024 17:17:39 +0800 Subject: [PATCH] zylq --- pages/personalCenter/index.wxml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/personalCenter/index.wxml b/pages/personalCenter/index.wxml index 5579bac..619f080 100644 --- a/pages/personalCenter/index.wxml +++ b/pages/personalCenter/index.wxml @@ -1,13 +1,14 @@ -<view> +<view class="container"> + <view class="bg"> + <image src="/static/images/personal/my-bg.png" mode="heightFix" class="image" /> + </view> <t-pull-down-refresh value="{{baseRefresh.value}}" loadingProps="{{loadingProps}}" loadingTexts="{{['涓嬫媺鍒锋柊', '姝e湪鍒锋柊', '鍒锋柊瀹屾垚']}}" bind:refresh="onPullDownRefresh" bind:scroll="onScroll"> <view style="width: 100%; height: {{barHeight}}px;"></view> <view class="background {{ isWhite ? 'white':''}}" style="padding-top: {{barHeight}}px"> <text class="text">涓汉涓績</text> </view> <view class="home-page"> - <view class="bg"> - <image src="/static/images/personal/my-bg.png" mode="heightFix" class="image" /> - </view> + <t-user-center-card userInfo="{{userInfo}}" isPhoneHide="{{true}}" name-class="custom-name-class" phone-class="custom-phone-class" avatar-class="customer-avatar-class" currAuthStep="{{currAuthStep}}" bind:gotoUserEditPage="gotoUserEditPage" bind:editUserType="editUserType" /> <view class="content-wrapper"> <view class="topBox"> -- Gitblit v1.9.1