From 3992d1e3a02f0c91b528122a7fbbae58ba9eff0c Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Wed, 6 Nov 2024 15:55:25 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 +- pages.json | 6 - pages/aqjc/index.vue | 2 +- pages/homeIndex/index.vue | 161 ++------- pages/login/login.vue | 351 +++++++++--------- pages/modifyPassword/modifyPassword.vue | 51 +-- pages/mypage/mypage.vue | 36 +- pages/personInfo/personInfo.vue | 460 +++++++++++------------- pages/ylzList/index.vue | 21 +- static/images/bg_img.png | Bin 0 -> 1073486 bytes 10 files changed, 456 insertions(+), 636 deletions(-) create mode 100644 static/images/bg_img.png diff --git a/App.vue b/App.vue index 1f8c57f..e711b4f 100644 --- a/App.vue +++ b/App.vue @@ -12,8 +12,8 @@ console.log(token.secretKey,'App Launch') } else { uni.reLaunch({ - // url: '/pages/login/login' - url:'/pages/ylzList/detail/index' + url: '/pages/login/login' + // url:'/pages/mypage/mypage' }) console.log(token.secretKey,'App Launch2') } diff --git a/pages.json b/pages.json index 70b33b9..183b220 100644 --- a/pages.json +++ b/pages.json @@ -346,12 +346,6 @@ "selectedIconPath": "static/tabs/home2.png", "text": "首页" }, - { - "pagePath": "pages/addressBook/addressBook", - "iconPath": "/static/tabs/phone_icon@2x.png", - "selectedIconPath": "static/tabs/phone_icon@2x2.png", - "text": "通讯录" - }, { "pagePath": "pages/mypage/mypage", "iconPath": "/static/images/my2_icon@2x.png", diff --git a/pages/aqjc/index.vue b/pages/aqjc/index.vue index ecb702a..8c2dd5f 100644 --- a/pages/aqjc/index.vue +++ b/pages/aqjc/index.vue @@ -71,7 +71,7 @@ import moment from "moment" import drpOption from './jrxOptions'; import JcsjTable from "./jcsjTable" - const stm = moment().subtract(7, 'months').add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); + const stm = moment().subtract(1, 'days').add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); const etm = moment().add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); export default { diff --git a/pages/homeIndex/index.vue b/pages/homeIndex/index.vue index 65563db..ac1f51c 100644 --- a/pages/homeIndex/index.vue +++ b/pages/homeIndex/index.vue @@ -8,7 +8,7 @@
-
{{ userList.userName }}
+
{{ userList.nickName }}
{{ userList.dept.deptName || '' }}
@@ -26,7 +26,7 @@