diff --git a/src/components/AddressList/index.scss b/src/components/AddressList/index.scss
index bbb4a69..1e94570 100644
--- a/src/components/AddressList/index.scss
+++ b/src/components/AddressList/index.scss
@@ -50,6 +50,9 @@
color: #ababab;
margin-left: 30px;
}
+ .address-edit{
+ font-size: 26px;
+ }
.address-list-info{
font-size: 24px;
diff --git a/src/components/AddressList/index.tsx b/src/components/AddressList/index.tsx
index c999aa8..bc1b374 100644
--- a/src/components/AddressList/index.tsx
+++ b/src/components/AddressList/index.tsx
@@ -1,5 +1,5 @@
-import { Button, ScrollView, Text, View } from "@tarojs/components"
+import { Button, Navigator, ScrollView, Text, View } from "@tarojs/components"
import { useState } from "react"
import "./index.scss"
@@ -38,14 +38,14 @@ const AddressList = (props:Params)=>{
**省**市**区**街道****仓库
181****9790
- 1
+ 编辑
);
})
}
-
+ 添加收货地址
)
}