k94314517
2024-08-15 89e7ed902461f28d6a7dd3e6c927eaf40b154f5e
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()
  },