From 1fa2461678d7f93b88f5666c4898e5b6c72080f3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 16 十二月 2024 10:21:06 +0800 Subject: [PATCH] 个人中心,班级、课程模块 --- pages/personalCenter/index.wxml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/personalCenter/index.wxml b/pages/personalCenter/index.wxml index 5579bac..fce2e5b 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"> @@ -23,7 +24,7 @@ </view> </view> <view class="line"></view> - <view> + <view bindtap="getIntegralList"> <view>{{integral}}</view> <view class="title">绉垎</view> </view> -- Gitblit v1.9.1