From fb805f6ff1d167951e94198b6e9fc320649e8643 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 11 四月 2025 17:57:20 +0800 Subject: [PATCH] Merge branch 'doing' of http://8.140.179.55:20000/r/wm/pipIrr into doing --- pages/my/my.wxml | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/pages/my/my.wxml b/pages/my/my.wxml index 19fb6c7..823b887 100644 --- a/pages/my/my.wxml +++ b/pages/my/my.wxml @@ -1,2 +1,27 @@ <!--pages/my/my.wxml--> -<text>pages/my/my.wxml</text> \ No newline at end of file +<view class="base-wrapper"> + <view class="head-wrapper"> + <view class="center-wrapper"> + <view class="head-top"> + <t-avatar class="avatar-example" image="{{image}}" size="120rpx" /> + <view class="head-text-wrapper"> + <text>{{userName}}</text> + <text>{{userCode}}</text> + </view> + </view> + </view> + </view> + + <view class="bottom-title"> + <text>鐗囧尯璐熻矗浜�</text> + </view> + <view class="item"> + <text>闂鍙嶉</text> + </view> + <view class="item"> + <text>瑙i櫎缁戝畾</text> + </view> + <view class="item"> + <text>閫�鍑虹櫥褰�</text> + </view> +</view> \ No newline at end of file -- Gitblit v1.8.0