Explorar o código

20211023 请假管理提示修改

邪性 %!s(int64=3) %!d(string=hai) anos
pai
achega
3b79be7cd7

+ 1 - 0
components/l-container/index.less

@@ -1,5 +1,6 @@
 // 默认
 .custom{
+  top: 0;
   z-index: 100;
 }
 .nav-custom {

+ 1 - 0
components/l-container/index.wxss

@@ -1,4 +1,5 @@
 .custom {
+  top: 0;
   z-index: 100;
 }
 .nav-custom {

+ 1 - 1
pages/leave/leave.js

@@ -106,7 +106,7 @@ Page({
     this.totalResult = 1; this.currentPage = 1;
     this.setData({
       datalist: [],
-      notice: `请假截止时间:请假日期的前一天${user.lead_hour}:00`
+      notice: `请假截止时间:${user.lead_hour}`
     })
     this.AdddataRequest()
   },

+ 3 - 2
project.config.json

@@ -24,7 +24,7 @@
     "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": true,
     "useApiHook": true,
-    "useApiHostProcess": false,
+    "useApiHostProcess": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
@@ -36,7 +36,8 @@
     "packNpmManually": false,
     "packNpmRelationList": [],
     "minifyWXSS": true,
-    "showES6CompileOption": false
+    "showES6CompileOption": false,
+    "minifyWXML": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.19.2",