From fa9a6b5d98d0f50289d8354ecbf1bbb012a39f6c Mon Sep 17 00:00:00 2001
From: li tong bao <2903733959@qq.com>
Date: Wed, 20 Apr 2022 11:16:47 +0800
Subject: [PATCH] =?UTF-8?q?--=E5=9C=B0=E5=9D=80=E5=88=97=E8=A1=A8=E9=93=BE?=
=?UTF-8?q?=E6=8E=A5=E6=96=B0=E5=BB=BA=E5=9C=B0=E5=9D=80=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/AddressList/index.scss | 3 +++
src/components/AddressList/index.tsx | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
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
+ 编辑
);
})
}
-
+ 添加收货地址
)
}