diff --git a/src/api/notice.js b/src/api/notice.js index 483f367..d260280 100644 --- a/src/api/notice.js +++ b/src/api/notice.js @@ -6,4 +6,12 @@ export function noticeList(data) { url: '/acc/message/notify/detail', data }) -} \ No newline at end of file +} + +// 获取用户审批的待办和已办详情 +export function flowList(data) { + return request.post({ + url: '/acc/message/flow/detail', + data + }) +} diff --git a/src/pages.json b/src/pages.json index 5e726d4..bed6007 100644 --- a/src/pages.json +++ b/src/pages.json @@ -106,11 +106,13 @@ { "path": "pages/notice/notice", "style": { - "navigationBarTitleText": "", - "app-plus" : { - "bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle') - }, - "mp-alipay":{"allowsBounceVertical":"NO"} // 取消支付宝和钉钉小程序的iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle') + "navigationBarTitleText": "" + } + }, + { + "path": "pages/notice/waitApprove", + "style": { + "navigationBarTitleText": "" } }, { diff --git a/src/pages/deviceAuth/deviceAuth.vue b/src/pages/deviceAuth/deviceAuth.vue index 2a14911..fbab04d 100644 --- a/src/pages/deviceAuth/deviceAuth.vue +++ b/src/pages/deviceAuth/deviceAuth.vue @@ -296,6 +296,7 @@ const inputRefs = ref([]); const activeIndex = ref(0);//初始化焦点 let authCode = ref('') const handleInput = (index, event) => { + activeIndex.value = index; // 只允许数字输入 const value = event.detail.value.replace(/\D/g, '') codes.value[index] = value diff --git a/src/pages/home/home.vue b/src/pages/home/home.vue index d779879..2c5547d 100644 --- a/src/pages/home/home.vue +++ b/src/pages/home/home.vue @@ -21,11 +21,11 @@ - + {{ backBlogObj.count1 }} 待办 - + {{ backBlogObj.count2 }} 待审查 @@ -136,17 +136,17 @@ - + + + \ No newline at end of file diff --git a/src/pages/userinfo/userinfo.vue b/src/pages/userinfo/userinfo.vue index 7122dbd..2ff8407 100644 --- a/src/pages/userinfo/userinfo.vue +++ b/src/pages/userinfo/userinfo.vue @@ -2,14 +2,18 @@ + + + + + - - - @@ -91,9 +95,8 @@ - + -