From 0555dd7dc2edc553030b7a6d03d6a1cda4b1e336 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 20 三月 2024 15:41:58 +0800
Subject: [PATCH] 111

---
 pages/personalCenter/index.wxml |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/pages/personalCenter/index.wxml b/pages/personalCenter/index.wxml
index c1a6791..fd0ed0c 100644
--- a/pages/personalCenter/index.wxml
+++ b/pages/personalCenter/index.wxml
@@ -1,12 +1,12 @@
-<view class="background {{ isWhite ? 'white':''}}">
+<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>
-  <!-- <image class="background" src="/static/images/personal/my-bg.png" mode="heightFix" /> -->
-  <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" />
+  <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">
       <view class="teacherBox">
@@ -46,8 +46,8 @@
         <text>鏇村鍔熻兘</text>
       </view>
       <view class="domainList1">
-        <view wx:for="{{moreMenu}}" wx:for-item="item" wx:for-index="index" wx:key="index" bindtap="toPages" data-info="{{item}}" class="listItem" >
-          <view class="icon"  >
+        <view wx:for="{{moreMenu}}" wx:for-item="item" wx:for-index="index" wx:key="index" bindtap="toPages" data-info="{{item}}" class="listItem">
+          <view class="icon">
             <t-image src="{{item.icon}}" mode="heightFix" class="img" />
           </view>
           <view class="label">
@@ -67,4 +67,13 @@
       </view>
     </view>
   </view>
-</view>
\ No newline at end of file
+</view>
+<t-popup visible="{{visible}}" bind:visible-change="onVisibleChange" placement="bottom">
+  <view class="block">
+    <view class="header">
+      <view class="btn btn--cancel" aria-role="button">鍙栨秷</view>
+      <view class="title">鏍囬鏂囧瓧</view>
+      <view class="btn btn--confirm" aria-role="button">纭畾</view>
+    </view>
+  </view>
+</t-popup>
\ No newline at end of file

--
Gitblit v1.9.1