import Taro, { Component } from '@tarojs/taro' import { View } from '@tarojs/components' import XcList from '@xcComponents/List' import XcListItem from '@xcComponents/ListItem' import XcCard from '@xcComponents/Card' class ListPage extends Component { render () { return ( 带箭头 1 2 1 2 3 4 5 4 5 ) } } export default ListPage