Browse Source

11111

work_tab_bar
李素 1 year ago
parent
commit
7f8bbeb08b
  1. 5
      subpages/communitySelfInsp/pages/followUpList/followUpList.js
  2. 3
      subpages/communitySelfInsp/pages/followUpList/followUpList.json

5
subpages/communitySelfInsp/pages/followUpList/followUpList.js

@ -36,6 +36,11 @@ Page({
this.setData({ this.setData({
newType: options.key1 newType: options.key1
}); });
let title = options.key1 == 'resi'?'新增居民记录':'新增房屋记录'
wx.setNavigationBarTitle({
title: title
})
this.getCollect() this.getCollect()
}, },

3
subpages/communitySelfInsp/pages/followUpList/followUpList.json

@ -5,6 +5,5 @@
"wux-calendar":"../../../../components/dist/calendar", "wux-calendar":"../../../../components/dist/calendar",
"wux-picker":"../../../../components/dist/picker/index" "wux-picker":"../../../../components/dist/picker/index"
}, }
"navigationBarTitleText": "我的回访记录"
} }
Loading…
Cancel
Save