feat: 新增图书详情页
This commit is contained in:
@@ -28,6 +28,11 @@ const Log = () => {
|
|||||||
<AtTimeline
|
<AtTimeline
|
||||||
pending
|
pending
|
||||||
items={[
|
items={[
|
||||||
|
{
|
||||||
|
title: "2024年4月07日",
|
||||||
|
content: ["1.新增图书列表页", "2.半屏小程序申请"],
|
||||||
|
icon: "clock",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "2024年3月24日",
|
title: "2024年3月24日",
|
||||||
content: ["1.新增欢迎页", "2.默认用户头像显示"],
|
content: ["1.新增欢迎页", "2.默认用户头像显示"],
|
||||||
|
|||||||
@@ -53,11 +53,11 @@ const my = () => {
|
|||||||
|
|
||||||
{/* 列表 */}
|
{/* 列表 */}
|
||||||
<View className="mylist">
|
<View className="mylist">
|
||||||
<AtListItem
|
{/* <AtListItem
|
||||||
title="我参加的"
|
title="我参加的"
|
||||||
arrow="right"
|
arrow="right"
|
||||||
thumb="https://img12.360buyimg.com/jdphoto/s72x72_jfs/t6160/14/2008729947/2754/7d512a86/595c3aeeNa89ddf71.png"
|
thumb="https://img12.360buyimg.com/jdphoto/s72x72_jfs/t6160/14/2008729947/2754/7d512a86/595c3aeeNa89ddf71.png"
|
||||||
/>
|
/> */}
|
||||||
<AtListItem
|
<AtListItem
|
||||||
title="更新日志"
|
title="更新日志"
|
||||||
// note="描述信息"
|
// note="描述信息"
|
||||||
@@ -83,13 +83,13 @@ const my = () => {
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<AtListItem
|
{/* <AtListItem
|
||||||
title="联系客服"
|
title="联系客服"
|
||||||
// note="描述信息"
|
// note="描述信息"
|
||||||
// extraText="详细信息"
|
// extraText="详细信息"
|
||||||
arrow="right"
|
arrow="right"
|
||||||
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
|
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
|
||||||
/>
|
/> */}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 个人客服 */}
|
{/* 个人客服 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user