From 02eb8d0829a78a30bdb6ce25f93858dfdd61c4dc Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期六, 07 九月 2024 19:06:14 +0800
Subject: [PATCH] bug

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