名字:垃圾小判官
简介:学会垃圾分类,争做文明公民,让垃圾小判官助你一臂之力
介绍:根据地区的不同,详解垃圾知识点。用户通过搜索可知垃圾的分类详情、投放标准、分类的标识以及所属的垃圾种类。
获取城市列表(目前仅支持上海,北京,杭州)
Page({ data:{ cities:[] }, onLoad: function() { this.getCity() }, showFuntion() { this.selectComponent("#dialog").showDialog(); }, getCity() { wx.$api.city().then(res=>{ this.setData({ cities: res }) }) }, jumpSearch(e) { var cId = e.currentTarget.dataset.index.cId; wx.navigateTo({ url: '/pages/search/search?cId=' + cId }) }})搜索页面
/** * 用户点击右上角分享 */ onShareAppMessage: function () { const url = '/pages/index/index'; return { title: '一起来分类吧', path: url, imageUrl: 'https://blog-static-ntpush.oss-cn-beijing.aliyuncs.com/wechat/g/poster.png' // wx.$util.getFullCdnUrl(this.options.cover, 'image/resize,w_600') } }如果想学习或交流的记得联系我哈
下面是小程序的体验码,不妨来体验一下。