diff --git a/src/userInfo/address/index.tsx b/src/userInfo/address/index.tsx index 6c9e231..28bab7e 100644 --- a/src/userInfo/address/index.tsx +++ b/src/userInfo/address/index.tsx @@ -8,8 +8,8 @@ import { useState } from "react"; import Taro, { getCurrentInstance, useDidShow } from "@tarojs/taro"; import { addressCreate, addressPage, updateAddress } from "../../api/me"; -const arrow = IMG_BASE_URL + 'arrow.png' const noData = IMG_BASE_URL + 'noData.png' +const edit = IMG_BASE_URL + 'edit.png' export default function Address() { const bottomNavBarHeight = 80 @@ -62,8 +62,9 @@ export default function Address() { } }}>