@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
const versionNum = "1.4.38"
const versionNum = "1.4.39"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag
@ -71,6 +71,10 @@ Page({
wx.navigateTo({
url: `../warning/warning?modulecode=${e.currentTarget.dataset.modulecode}`
})
} else if (e.currentTarget.dataset.modulecode == 'notice_jwgk') {
}
@ -41,6 +41,11 @@ Page({
title: '城管聚焦'
this.noticeDetail(options.id)
} else if(options.modulecode == 'notice_jwgk'){
wx.setNavigationBarTitle({
title: '居务公开'
},
@ -49,6 +49,11 @@ Page({
}else if(options.modulecode == 'notice_jwgk'){
// this.getBannerList('6')
}else{
this.getBannerList('2')