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 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/userinfo/index.js b/wechat_staff/pages/userinfo/index.js
index c358260..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()
   },

--
Gitblit v1.9.3