import AddressList from "@/components/AddressList"; import Popup from "@/components/popup"; import { Text, View } from "@tarojs/components" import classnames from "classnames"; import { useState } from "react"; import styles from './index.module.scss' export default () => { const [showAddressList, setShowAddressList] = useState(false) return ( setShowAddressList(true)}> {/* 请选择收货地址及信息 */} **省**市**区**街道****仓库**省**市**区**街道****仓库 陈先生 1818877790 setShowAddressList(false)}> 选择收货地址 console.log(index, item)}/> ) }