fix: gretting page

This commit is contained in:
zzc
2026-02-03 12:22:15 +08:00
parent fcc728465b
commit 72ebb8253d
5 changed files with 106 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="avatar-page" >
<view class="avatar-page">
<!-- Navbar -->
<NavBar title="我的头像制作" />
@@ -57,9 +57,9 @@
</view>
</view>
<view class="item-info">
<text class="item-name">{{
<!-- <text class="item-name">{{
item.decorName || getDefaultName(item)
}}</text>
}}</text> -->
<text class="item-date">{{ formatDate(item.createdAt) }} 制作</text>
</view>
</view>