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 8b23685..c4a9662 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -9,6 +9,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 @@
-