From 04b4bddaac0a222760113899568d20b45af701f4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 27 九月 2024 19:04:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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