feat: 新增图书详情页

This commit is contained in:
hackrobot
2024-04-07 14:21:25 +08:00
parent b8e9e97199
commit 8d677f376f
2 changed files with 9 additions and 4 deletions

View File

@@ -28,6 +28,11 @@ const Log = () => {
<AtTimeline
pending
items={[
{
title: "2024年4月07日",
content: ["1.新增图书列表页", "2.半屏小程序申请"],
icon: "clock",
},
{
title: "2024年3月24日",
content: ["1.新增欢迎页", "2.默认用户头像显示"],

View File

@@ -53,11 +53,11 @@ const my = () => {
{/* 列表 */}
<View className="mylist">
<AtListItem
{/* <AtListItem
title="我参加的"
arrow="right"
thumb="https://img12.360buyimg.com/jdphoto/s72x72_jfs/t6160/14/2008729947/2754/7d512a86/595c3aeeNa89ddf71.png"
/>
/> */}
<AtListItem
title="更新日志"
// note="描述信息"
@@ -83,13 +83,13 @@ const my = () => {
});
}}
/>
<AtListItem
{/* <AtListItem
title="联系客服"
// note="描述信息"
// extraText="详细信息"
arrow="right"
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
/>
/> */}
</View>
{/* 个人客服 */}