From 2c08a98f7e85ec7c9376f27a7933e75e44d672f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 27 八月 2024 15:52:59 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/userinfo/index.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/userinfo/index.js b/wechat_staff/pages/userinfo/index.js
index 2083c1a..38c7499 100644
--- a/wechat_staff/pages/userinfo/index.js
+++ b/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: '淇℃伅淇濆瓨鎴愬姛',
})
--
Gitblit v1.9.3