feat: 新建utils文件夹

This commit is contained in:
hackrobot
2024-03-19 20:25:27 +08:00
parent 672f788e26
commit 24f980c35b
4 changed files with 61 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import { View, Text, Image } from "@tarojs/components";
import { View, Text, Image, Button, Icon } from "@tarojs/components";
import { useLoad } from "@tarojs/taro";
import Taro from "@tarojs/taro";
import {
@@ -36,30 +36,38 @@ const my = () => {
<AtTag size="small"></AtTag>
</View>
</View>
<View></View>
{/* 列表 */}
<AtListItem
title="标题文字1"
arrow="right"
thumb="https://img12.360buyimg.com/jdphoto/s72x72_jfs/t6160/14/2008729947/2754/7d512a86/595c3aeeNa89ddf71.png"
/>
<AtListItem
title="标题文字2"
note="描述信息"
arrow="right"
thumb="http://img10.360buyimg.com/jdphoto/s72x72_jfs/t5872/209/5240187906/2872/8fa98cd/595c3b2aN4155b931.png"
/>
<AtListItem
title="标题文字3"
note="描述信息"
extraText="详细信息"
arrow="right"
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
/>
<View className="mylist">
<AtListItem
title="标题文字1"
arrow="right"
thumb="https://img12.360buyimg.com/jdphoto/s72x72_jfs/t6160/14/2008729947/2754/7d512a86/595c3aeeNa89ddf71.png"
/>
<AtListItem
title="标题文字2"
// note="描述信息"
arrow="right"
thumb="http://img10.360buyimg.com/jdphoto/s72x72_jfs/t5872/209/5240187906/2872/8fa98cd/595c3b2aN4155b931.png"
/>
<AtListItem
title="联系客服"
// note="描述信息"
// extraText="详细信息"
arrow="right"
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
/>
</View>
{/* 个人客服 */}
{/* <View className="wechat">
<Button open-type="contact" className="wecahtBtn">
联系客服
</Button>
</View> */}
</View>
{/* 底部tabbar */}
<View className="tabbbar">
<AtTabBar