From 1d370e3668d2af8d635c1da7723a1edbb3f3d8cd Mon Sep 17 00:00:00 2001
From: lihenian <2629534615@qq.com>
Date: Fri, 6 Nov 2020 15:34:30 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC1.6.3=20=E9=94=A6=E6=B0=B4?=
=?UTF-8?q?=E6=B8=85=E9=A3=8E-=E6=88=91=E8=A6=81=E4=B8=BE=E6=8A=A5?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F=E6=8E=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/toRegister/toRegister.js | 2 +-
project.config.json | 4 -
.../pages/moduleList/moduleList.wxml | 206 ++++++++----------
3 files changed, 93 insertions(+), 119 deletions(-)
diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js
index 6196831..30b0e52 100644
--- a/pages/toRegister/toRegister.js
+++ b/pages/toRegister/toRegister.js
@@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
- const versionNum = "1.6.1"
+ const versionNum = "1.6.3"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag
diff --git a/project.config.json b/project.config.json
index cc7159e..4af217b 100644
--- a/project.config.json
+++ b/project.config.json
@@ -32,10 +32,6 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
-<<<<<<< HEAD
- "userConfirmedBundleSwitch": false,
-=======
->>>>>>> feature/volunteer
"minifyWXSS": true
},
"compileType": "miniprogram",
diff --git a/subpages/oneKeyService/pages/moduleList/moduleList.wxml b/subpages/oneKeyService/pages/moduleList/moduleList.wxml
index c9008a5..8ce894b 100644
--- a/subpages/oneKeyService/pages/moduleList/moduleList.wxml
+++ b/subpages/oneKeyService/pages/moduleList/moduleList.wxml
@@ -1,137 +1,115 @@
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
- {{item.noticeTitle}}
-
-
- {{item.deptName}}
- {{item.noticeTime}}
-
-
+
+
+
+
+ {{item.noticeTitle}}
+
+
+ {{item.deptName}}
+ {{item.noticeTime}}
+
-
-
-
-
-
- {{item.categoryName}}
-
-
-
-
+
+
+
+
+
+
+ {{item.categoryName}}
+
+
+
+
+
+
+
+
+ {{item.noticeTitle}}
+
+ {{common.getStr(item.noticeContent)}}
+
-
-
-
-
- {{item.noticeTitle}}
-
- {{common.getStr(item.noticeContent)}}
-
-
-
-
-
-
-
-
-
-
- {{item.noticeTitle}}
-
-
- {{item.deptName}}
- {{filter.formatTime(item.noticeTime, 'yyyy-MM-dd')}}
-
-
-
-
+
+
+
+
+
+
+
+ {{item.noticeTitle}}
+
+ {{item.deptName}}
+ {{filter.formatTime(item.noticeTime, 'yyyy-MM-dd')}}
+
+
+
-
-
-
-
-
- {{item.noticeTitle}}
-
-
+
+
+
+
+
+
+ {{item.noticeTitle}}
+
-
-
-
-
-
-
- {{item.noticeTitle}}
-
-
-
+
+
+
+
+
+
+
+ {{item.noticeTitle}}
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
module.exports.getStr = function(content) {
return content.replace(getRegExp('<\/?.+?\/?>|[ ]','g'),'')
}
-
-
+
\ No newline at end of file