首页 > 微信应用  > 

小程序组件开发中的有关省市区三级联动的相关介绍

小程序组件开发中的有关省市区三级联动的相关介绍
var city = require("../../utils/city.js"); Page({ data: {}, onLoad: function() { console.log('onLoad...'); var that = this; city.init(that); } });
效果图:源码

index.wxml

<import src="../../templates/address-temp"/><template is="addressPicker" data="{{provinceIndex:city.provinceIndex,cityIndex:city.cityIndex,districtIndex:city.districtIndex,province:city.province, city:city.city[city.selectedProvince],district:city.district[city.selectedCity]}}"/>

小程序组件开发中的有关省市区三级联动的相关介绍由讯客互联微信应用栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“小程序组件开发中的有关省市区三级联动的相关介绍