Skip to content

Tengjungui/cityBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于 uni-app 实现的城市索引组件

效果图

demo1 demo2

兼容平台

微信小程序、H5、支付宝小程序、百度小程序

城市数据

static/city.json

使用方法

1.引入TCity组件

	import TCity from '@/components/t-city.vue';
	components:{
		't-city':TCity
	}

2.使用TCity组件

	<t-city />