wechat_staff/pages/userinfo/index.js
@@ -16,6 +16,7 @@ qrcodeImgFull: '', companyQrcodeImg: '', companyQrcodeImgFull: '', bottomLift: 0, userInfo: { name: '', phone: '', @@ -30,8 +31,10 @@ }, onLoad(options) { const endDate = new Date().getFullYear() + '-09-01' var app = getApp().globalData this.setData({ endDate endDate, bottomLift: app.bottomLift }) this.getUserInfo() },