zhaoxiaohai пре 3 година
родитељ
комит
acb452377c

+ 1 - 0
packageA/contract/add/type3/index.js

@@ -30,6 +30,7 @@ Page({
                 id: 20221012164402,
                 content: {
                     nocache: true,
+                    deleted: 0,
                     type: 0,
                     pageNumber: 1,
                     pageSize: 20,

+ 1 - 0
packageA/contract/add/type5/index.js

@@ -30,6 +30,7 @@ Page({
                 id: 20221012164402,
                 content: {
                     nocache: true,
+                    deleted: 0,
                     type: 0,
                     pageNumber: 1,
                     pageSize: 20,

+ 1 - 0
packageA/offers/addSetclientOffer.js

@@ -16,6 +16,7 @@ Page({
                 id: 20221012164402,
                 content: {
                     nocache: true,
+                    deleted: 0,
                     type: 0,
                     pageNumber: 1,
                     pageSize: 20,

+ 6 - 0
pages/tabbar/home/index.js

@@ -289,6 +289,12 @@ Page({
                 icon: "icon-xiaochengxu_xiaoshouyuce",
                 apps: {}
             })
+            gridList.push({
+                name: "签到",
+                path: "/packageA/clockIn/index",
+                icon: "icon-xiaochengxu_xiaoshouyuce",
+                apps: {}
+            })
             /* 首页小组件查询 */
             try {
                 let home = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['通用'], ['首页'])[0].apps[0].meta.wedgits;