From 26482167bc28b171bb2f954b320d206bca300ea6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Thu, 28 Mar 2024 11:02:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=BB=A1=E6=84=8F=E5=BA=A6=E8=B0=83=E6=9F=A5?=
=?UTF-8?q?=E8=A1=A8=EF=BC=8C=E5=9F=BA=E6=9C=AC=E9=A1=B5=E9=9D=A2=E5=B7=B2?=
=?UTF-8?q?=E7=BB=8F=E5=AE=9E=E7=8E=B0=EF=BC=8C=E6=95=B0=E6=8D=AE=E6=9C=AA?=
=?UTF-8?q?=E6=8F=92=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package-lock.json | 24 +--
package.json | 2 +-
pages/work1/work1.js | 66 ++++++++
pages/work1/work1.wxml | 2 +
project.private.config.json | 11 ++
.../pages/historyQuery/historyQuery.js | 2 +-
.../pages/historyQuery/historyQuery.json | 2 +-
.../pages/historyQuery/historyQuery.wxml | 22 ++-
.../pages/historyQuery/historyQuery.wxss | 159 ++++++++++++------
utils/config.js | 3 +-
10 files changed, 213 insertions(+), 80 deletions(-)
create mode 100644 pages/work1/work1.js
create mode 100644 pages/work1/work1.wxml
diff --git a/package-lock.json b/package-lock.json
index 8ffb476..1985fa5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,29 +1,13 @@
{
"name": "epmet-work-mp",
"version": "1.0.0",
- "lockfileVersion": 2,
+ "lockfileVersion": 1,
"requires": true,
- "packages": {
- "": {
- "name": "epmet-work-mp",
- "version": "1.0.0",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.11.2"
- },
- "devDependencies": {}
- },
- "node_modules/@vant/weapp": {
- "version": "1.11.2",
- "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.2.tgz",
- "integrity": "sha512-NlZQEW4ijxD1GAmTY0dz2mEw0KWff9DSi5k5WGl1YS19qGp1l3BssID/uBnzrC82HjWH/Sb5V9+r7/YEcfnBPQ=="
- }
- },
"dependencies": {
"@vant/weapp": {
- "version": "1.11.2",
- "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.2.tgz",
- "integrity": "sha512-NlZQEW4ijxD1GAmTY0dz2mEw0KWff9DSi5k5WGl1YS19qGp1l3BssID/uBnzrC82HjWH/Sb5V9+r7/YEcfnBPQ=="
+ "version": "1.11.4",
+ "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.4.tgz",
+ "integrity": "sha512-egOsWO4hVMP1SQSqQ46jy8UD3WysvlnUecRzPM21Y3ovkOFZ6wlaO7oHQmTXRpwr+V41Qri1qEbtNjhVxFqdyw=="
}
}
}
diff --git a/package.json b/package.json
index 564030f..4fa6d3f 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "{\r \"pagePath\": \"pages/information/information\",\r \"text\": \"数据\",\r \"iconPath\": \"images/home/information.png\",\r \"selectedIconPath\": \"images/home/informationSelected.png\"\r },",
"main": ".eslintrc.js",
"dependencies": {
- "@vant/weapp": "^1.11.2"
+ "@vant/weapp": "^1.11.4"
},
"devDependencies": {},
"scripts": {
diff --git a/pages/work1/work1.js b/pages/work1/work1.js
new file mode 100644
index 0000000..52b44f1
--- /dev/null
+++ b/pages/work1/work1.js
@@ -0,0 +1,66 @@
+// pages/work1/work1.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/work1/work1.wxml b/pages/work1/work1.wxml
new file mode 100644
index 0000000..6656f01
--- /dev/null
+++ b/pages/work1/work1.wxml
@@ -0,0 +1,2 @@
+
+pages/work1/work1.wxml
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
index 5c550fa..0430ef4 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -8,6 +8,17 @@
"condition": {
"miniprogram": {
"list": [
+ {
+ "name": "subpages/communitySelfInsp/pages/historyQuery/historyQuery",
+ "pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery",
+ "query": "",
+ "launchMode": "default",
+ "scene": null,
+ "partialCompile": {
+ "enabled": true,
+ "pages": []
+ }
+ },
{
"name": "工作2",
"pathName": "pages/work2/work2",
diff --git a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.js b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.js
index ae6288a..65a7373 100644
--- a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.js
+++ b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.js
@@ -6,7 +6,7 @@ Page({
* 页面的初始数据
*/
data: {
- title:'社区满意度自查',
+ title:'',
tableData:[],
lowerThreshold:'10',
loadMoreVisible:false,
diff --git a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.json b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.json
index fe24eee..905db85 100644
--- a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.json
+++ b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.json
@@ -1,5 +1,5 @@
{
- "navigationStyle": "custom",
+ "navigationBarTitleText": "满意度调查",
"usingComponents": {
"load-more": "../../../../components/loadMore/loadMore",
"no-data": "../../../../components/noData/nodata"
diff --git a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.wxml b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.wxml
index eb6f67c..c9f84d9 100644
--- a/subpages/communitySelfInsp/pages/historyQuery/historyQuery.wxml
+++ b/subpages/communitySelfInsp/pages/historyQuery/historyQuery.wxml
@@ -1,18 +1,25 @@
-