diff --git a/images/icon/error.png b/images/icon/error.png new file mode 100644 index 0000000..f343304 Binary files /dev/null and b/images/icon/error.png differ diff --git a/images/icon/success.png b/images/icon/success.png new file mode 100644 index 0000000..4087871 Binary files /dev/null and b/images/icon/success.png differ diff --git a/pages/mine/mine.js b/pages/mine/mine.js index 267456d..5cbe59b 100644 --- a/pages/mine/mine.js +++ b/pages/mine/mine.js @@ -25,10 +25,10 @@ Page({ // label:'我的报修', // url:'/subpages/mine/repairList/repairList' // }, - // { - // label:'问题反馈', - // url:'/subpages/mine/eventList/eventList' - // }, + { + label:'外出申请', + url:'/subpages/goOut/mygoOut/mygoOut' + }, { label:'共享空间', url:'/subpages/mine/mySpace/mySpace' diff --git a/project.private.config.json b/project.private.config.json index e973a30..6711b21 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -15,12 +15,19 @@ "miniprogram": { "list": [ { - "name": "subpages/goOut/goOut/goOut", - "pathName": "subpages/goOut/goOut/goOut", + "name": "subpages/goOut/mygoOut/mygoOut", + "pathName": "subpages/goOut/mygoOut/mygoOut", "query": "", "scene": null, "launchMode": "default" }, + { + "name": "subpages/goOut/goOut/goOut", + "pathName": "subpages/goOut/goOut/goOut", + "query": "", + "launchMode": "default", + "scene": null + }, { "name": "subpages/mine/mySpace/mySpace", "pathName": "subpages/mine/mySpace/mySpace", diff --git a/subpages/goOut/mygoOut/mygoOut.json b/subpages/goOut/mygoOut/mygoOut.json index 3928faa..ee80695 100644 --- a/subpages/goOut/mygoOut/mygoOut.json +++ b/subpages/goOut/mygoOut/mygoOut.json @@ -1,3 +1,7 @@ { - "usingComponents": {} + "usingComponents": { + "van-divider": "@vant/weapp/divider/index", + "no-data":"../../../components/noData/nodata" + }, + "navigationBarTitleText": "外出申请" } \ No newline at end of file diff --git a/subpages/goOut/mygoOut/mygoOut.wxml b/subpages/goOut/mygoOut/mygoOut.wxml index e3448bb..a875ab7 100644 --- a/subpages/goOut/mygoOut/mygoOut.wxml +++ b/subpages/goOut/mygoOut/mygoOut.wxml @@ -1,2 +1,168 @@ - -subpages/goOut/mygoOut/mygoOut.wxml \ No newline at end of file + + + + + + 通过 + + + + + + 外出时间: + + + 2025-01-01 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 证明材料: + + + + + + + + + + 申请时间: + + + 2025-01-01 + + + + + + + + 通过 + + + + + + 外出时间: + + + 2025-01-01 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 证明材料: + + + + + + + + + + 申请时间: + + + 2025-01-01 + + + + + + + + 通过 + + + + + + 外出时间: + + + 2025-01-01 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 外出原因: + + + 外出原因测测测 + + + + + 证明材料: + + + + + + + + + + 申请时间: + + + 2025-01-01 + + + + + + + + 不通过原因: + + + 不通过原因测测测 + + + + + + \ No newline at end of file diff --git a/subpages/goOut/mygoOut/mygoOut.wxss b/subpages/goOut/mygoOut/mygoOut.wxss index 551174f..0ded9dd 100644 --- a/subpages/goOut/mygoOut/mygoOut.wxss +++ b/subpages/goOut/mygoOut/mygoOut.wxss @@ -1 +1,31 @@ -/* subpages/goOut/mygoOut/mygoOut.wxss */ \ No newline at end of file +/* subpages/goOut/mygoOut/mygoOut.wxss */ +page{ + background-image: linear-gradient(to right, #befeed 0%, #d5eefe 50%, #ebe9fb 100%); + background-size: 100% 280rpx; + background-repeat: no-repeat; + background-position: top; + background-color: #f5f5f5; +} +.scroll-view{ + height: 100vh; + overflow-y: auto; +} +.item-title{ + display: flex; + align-items: center; + font-size: 32rpx; + font-weight: 600; + color: #333; +} +.item-content{ + display: flex; + flex-direction: column; +} +.item-content-left{ + font-size: 28rpx; + color: #999999; +} +.item-content-right{ + flex: 1; + font-size: 28rpx; +}