epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
308 B

Page({
data: {
month:'',
typeIndex: -1,
typeList: []
},
onLoad(options) {
},
onConfirm() {
},
gotopage(e) {
wx.navigateTo({
url: 'subpages/statistics/pages/dissatisfied/detial/detail?id='+e.currentTarget.dataset.id
})
}
})