@ -36,6 +36,11 @@ Page({
this.setData({
newType: options.key1
});
let title = options.key1 == 'resi'?'新增居民记录':'新增房屋记录'
wx.setNavigationBarTitle({
title: title
})
this.getCollect()
},
@ -5,6 +5,5 @@
"wux-calendar":"../../../../components/dist/calendar",
"wux-picker":"../../../../components/dist/picker/index"
"navigationBarTitleText": "我的回访记录"
}