文件名称:微信小程序-小程序的三级联动地址选择器
文件大小:2KB
文件格式:ZIP
更新时间:2022-08-27 20:13:54
微信小程序
wx-city-choose-picker 封装微信小程序的三级联动地址选择器 界面使用 在wxml文件中有范例 page页调用 var city = require("/city.js"); Page({ data:{}, onLoad: function () { console.log('onLoad'); var that = this; city.init(that); } });
【文件预览】:
wx-city-choose-picker-master
----temp()
--------address-temp.wxml(1KB)
----js()
--------city.js(2KB)
----README.md(408B)