fix: gretting page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user