38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
<!--pages/user/index.wxml-->
|
|
<view>
|
|
<!-- top -->
|
|
<view class="bg">
|
|
<view>
|
|
<view style="margin-top: 128rpx;" class="flex flex-center flex-justify-start" wx:if="{{user}}">
|
|
<image src="https://res.catter.cn/pub/2025/09/30/20250930143142508.png" class="avatar"></image>
|
|
<view class="white ml-32">
|
|
<view class="font-16">
|
|
{{user.name}}
|
|
</view>
|
|
<view class="mt-16 font-12">
|
|
已经加入 128天
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- dash -->
|
|
<view class="white flex flex-center flex-justify-around mt-32">
|
|
<view class="flex flex-center flex-col">
|
|
<view class="font-16 bold" style="font-size: 20px;">8</view>
|
|
<view class="font-12">我的植物</view>
|
|
</view>
|
|
|
|
<view class="flex flex-center flex-col">
|
|
<view class="font-16 bold" style="font-size: 20px;">8</view>
|
|
<view class="font-12">养护次数</view>
|
|
</view>
|
|
|
|
<view class="flex flex-center flex-col">
|
|
<view class="font-16 bold" style="font-size: 20px;">8</view>
|
|
<view class="font-12">成就徽章</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |