import { View, Text, Image, Button, Icon } from "@tarojs/components"; import { useLoad } from "@tarojs/taro"; import Taro from "@tarojs/taro"; import { AtAvatar, AtTag, AtIcon, AtTabBar, AtButton, AtAccordion, AtList, AtListItem, AtTimeline, } from "taro-ui"; import "./index.scss"; import beijing from "@/images/city/beijing.jpg"; import guangzhou from "@/images/city/guangzhou.jpg"; import shanghai from "@/images/city/shanghai.jpg"; import shenzhen from "@/images/city/shenzhen.jpg"; import touxiang from "@/images/index/touxiang.jpg"; import TabbarCom from "@/componments/TabbarCom"; import { useEffect, useState } from "react"; const Log = () => { const [open, setopen] = useState(false); return ( ); }; export default Log;