ll
liukangdong
2024-08-27 2c08a98f7e85ec7c9376f27a7933e75e44d672f7
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()
  },
@@ -41,6 +44,7 @@
    })
  },
  onSubmit() {
    var that = this
    console.log('点了');
    const {
      slogans,
@@ -60,6 +64,7 @@
      this.setData({
        editFalg: false
      })
      that.getUserInfo()
      wx.showToast({
        title: '信息保存成功',
      })