diff --git a/src/manifest.json b/src/manifest.json index bfb24fd..8832fc9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name" : "项目全过程影像管理工具", "appid" : "__UNI__F75AFA9", "description" : "项目全过程影像管理工具", - "versionName" : "1.0.1", - "versionCode" : 101, + "versionName" : "1.0.2", + "versionCode" : 102, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/comprehensiveQuery/index.vue b/src/pages/comprehensiveQuery/index.vue index 4f0d059..6efc976 100644 --- a/src/pages/comprehensiveQuery/index.vue +++ b/src/pages/comprehensiveQuery/index.vue @@ -454,12 +454,9 @@ onReachBottom( ) // 监听滚动事件 显示返回顶部小图标 -onPageScroll( - (e) => { - scrollTop.value = e.scrollTop - }, - { passive: true }, -) +onPageScroll((e) => { + scrollTop.value = e.scrollTop +}) // 获取照片分类 const getClassCountData = async () => { diff --git a/src/pages/workbenches/index.vue b/src/pages/workbenches/index.vue index 00d135b..48803ef 100644 --- a/src/pages/workbenches/index.vue +++ b/src/pages/workbenches/index.vue @@ -5,7 +5,7 @@ - + @@ -300,7 +300,8 @@ const getProcedureData = async (pid) => { .workbenches-container { height: 100%; background-color: #f6f9ff; - padding-top: 44px; + // padding-top: 44px; + // margin-top: 44px; box-sizing: border-box; // overflow: hidden; }