diff --git a/App.vue b/App.vue index 886dc42..0b4cbf3 100644 --- a/App.vue +++ b/App.vue @@ -19,45 +19,5 @@ height: 100%; color: #000000; padding: 30rpx 0 150rpx 0; - - .cards { - width: 94%; - margin: 0 auto; - box-shadow: 0px 0px 30rpx 0px rgba(108, 99, 255, 0.16); - background-color: #fff; - display: flex; - justify-content: space-evenly; - flex-wrap: wrap; - padding: 40rpx 0 200rpx 0; - border-radius: 25rpx; - - .item { - width: 43%; - height: 300rpx; - margin-bottom: 40rpx; - border-radius: 25rpx; - position: relative; - - .title { - width: 70%; - text-align: center; - font-size: 46rpx; - color: #FCFCFC; - position: absolute; - top: 58%; - left: 50%; - transform: translateX(-50%); - } - - image { - width: 100rpx; - height: 100rpx; - position: absolute; - top: 20%; - left: 50%; - transform: translateX(-50%); - } - } - } } diff --git a/api/Modifyinformation/Modifyinformation.js b/api/Modifyinformation/Modifyinformation.js index da9821b..349999e 100644 --- a/api/Modifyinformation/Modifyinformation.js +++ b/api/Modifyinformation/Modifyinformation.js @@ -1,12 +1,13 @@ import request from "../request.js" -export function userPassWord(data) { +export function updateNursePersonCheck(data) { return request({ - url: `/nurseApp/personLogin/userPassWord`, + url: `/nurseApplet/personCenter/updateNursePersonCheck`, method: 'POST', data, }) } + export function updateHeadAvatarHead(userId, File) { return request({ url: `/nurseApp/personLogin/updateHeadAvatarHead?userId=${userId}&File=${File}`, @@ -20,3 +21,18 @@ export function nursePerson(phonenumber, password) { method: 'GET' }) } + +export function nurseAppLoginSysUser(data) { + return request({ + url: `/nurseApp/personLogin/nurseAppLoginSysUser`, + method: 'POST', + data, + }) +} + +export function personNurseStationLists(pageNum,pageSize) { + return request({ + url: `/nurseApp/personLogin/personNurseStationLists?pageNum=${pageNum}&pageSize=${pageSize}`, + method: 'get' + }) +} diff --git a/api/Mymission.js b/api/Mymission/Mymission.js similarity index 55% rename from api/Mymission.js rename to api/Mymission/Mymission.js index 838f627..f8c5d0a 100644 --- a/api/Mymission.js +++ b/api/Mymission/Mymission.js @@ -1,9 +1,19 @@ -import request from "./request.js" +import request from "../request.js" - -export function selectMission(nursePersonId, orderStatus, pageNum, pageSize,nurseItemName) { +//工单list +export function selectMission(nursePersonId, orderStatus, pageNum, pageSize, nurseItemName) { return request({ url: `/nurseApp/personLogin/selectMission?nursePersonId=${nursePersonId}&orderStatus=${orderStatus}&pageNum=${pageNum}&pageSize=${pageSize}&nurseItemName=${nurseItemName}`, method: 'GET' }) } + + +//接单 +export function receiveOrders(data) { + return request({ + url: `/nurseApplet/personWorkOrder/receiveOrders`, + method: 'post', + data + }) +} diff --git a/api/baseurl.js b/api/baseurl.js index 87ed2bd..69554fd 100644 --- a/api/baseurl.js +++ b/api/baseurl.js @@ -2,5 +2,5 @@ -var baseurl = "http://192.168.16.49:8080"; +var baseurl = "http://192.168.16.30:8080"; export default baseurl diff --git a/api/forgotPassword/forgotPassword.js b/api/forgotPassword/forgotPassword.js deleted file mode 100644 index a48cfbc..0000000 --- a/api/forgotPassword/forgotPassword.js +++ /dev/null @@ -1,9 +0,0 @@ -import request from "../request.js" - -export function updatePassword(phonenumber, password) { - return request({ - url: `/nurseApp/personLogin/updatePassword?phonenumber=${phonenumber}&stationPersonPassword=${password}`, - method: 'POST' - }) -} - diff --git a/api/homepage/index.js b/api/homepage/index.js new file mode 100644 index 0000000..f51649f --- /dev/null +++ b/api/homepage/index.js @@ -0,0 +1,9 @@ +import request from "../request.js" + +// +export function selectOrderByNursePersonCount(nurserStationPresonId) { + return request({ + url: `/nurseApp/personLogin/selectOrderByNursePersonCount?nurserStationPresonId=${nurserStationPresonId}`, + method: 'GET' + }) +} diff --git a/api/personnal/personal.js b/api/personnal/personal.js index b8e825d..a59e092 100644 --- a/api/personnal/personal.js +++ b/api/personnal/personal.js @@ -1,7 +1,18 @@ import request from "../request.js" -export function nursePerson(phonenumber,password) { + +//个人信息查询护理站人员的个人信息 +export function nurseAppletPersonCenter(nursePersonId) { return request({ - url: `/nurseApp/personLogin/nursePerson?phonenumber=${phonenumber}&stationPersonPassword=${password}`, + url: `/nurseApplet/personCenter/nurseAppletPersonCenter?nursePersonId=${nursePersonId}`, method: 'GET' }) } + +// 护理员App和小程序护理员修改状态 +export function updateNursePersonWorkStatus(data) { + return request({ + url: `/nurseApplet/personCenter/updateNursePersonWorkStatus`, + method: 'post', + data + }) +} diff --git a/api/register/index.js b/api/register/index.js deleted file mode 100644 index 2a6346f..0000000 --- a/api/register/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import request from "../request.js" - -export function nurseAppLoginSysUser(data) { - return request({ - url: `/nurseApp/personLogin/nurseAppLoginSysUser`, - method: 'POST', - data, - }) -} - -export function personNurseStationLists(pageNum,pageSize) { - return request({ - url: `/nurseApp/personLogin/personNurseStationLists?pageNum=${pageNum}&pageSize=${pageSize}`, - method: 'get' - }) -} diff --git a/api/startup.js b/api/startup.js deleted file mode 100644 index b4bdb03..0000000 --- a/api/startup.js +++ /dev/null @@ -1,9 +0,0 @@ -import request from "./request.js" - - -export function appFileInfoByOneId() { - return request({ - url: `/nurseApplet/uploadFile/appFileInfoByOneId`, - method: 'GET' - }) -} diff --git a/api/taskDetails.js b/api/taskDetails/taskDetails.js similarity index 83% rename from api/taskDetails.js rename to api/taskDetails/taskDetails.js index 876dff8..39c5a62 100644 --- a/api/taskDetails.js +++ b/api/taskDetails/taskDetails.js @@ -1,4 +1,4 @@ -import request from "./request.js" +import request from "../request.js" // 任务详情 @@ -8,4 +8,3 @@ export function taskDetails(orderDetailsId) { method: 'GET' }) } - diff --git a/api/taskReturn/index.js b/api/taskReturn/index.js index 386b64c..a534cc0 100644 --- a/api/taskReturn/index.js +++ b/api/taskReturn/index.js @@ -1,9 +1,10 @@ import request from "../request.js" -export function orderFallback(orderNo, taskReturnReason) { +export function orderFallback(data) { return request({ - url: `/nurseApp/personLogin/orderFallback?orderNo=${orderNo}&taskReturnReason=${taskReturnReason}`, - method: 'POST' + url: `/nurseApp/personLogin/orderFallback`, + method: 'POST', + data }) } diff --git a/manifest.json b/manifest.json index fb90404..3a9a523 100644 --- a/manifest.json +++ b/manifest.json @@ -1,128 +1,136 @@ { - "name" : "泉医到家护理员", - "appid" : "__UNI__9FA8ADB", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : 100, - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "Geolocation" : {}, - "Maps" : {}, - "Camera" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : { - "dSYMs" : false - }, - /* SDK配置 */ - "sdkConfigs" : { - "ad" : {}, - "geolocation" : { - "amap" : { - "__platform__" : [ "ios", "android" ], - "appkey_ios" : "fa38860a5159a551b6819ea3092a68f3", - "appkey_android" : "fa38860a5159a551b6819ea3092a68f3" - } - }, - "maps" : { - "amap" : { - "appkey_ios" : "fa38860a5159a551b6819ea3092a68f3", - "appkey_android" : "fa38860a5159a551b6819ea3092a68f3" - } - } - }, - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - }, - "ios" : { - "appstore" : "", - "ipad" : { - "app" : "", - "app@2x" : "", - "notification" : "", - "notification@2x" : "", - "proapp@2x" : "", - "settings" : "", - "settings@2x" : "", - "spotlight" : "", - "spotlight@2x" : "" - }, - "iphone" : { - "app@2x" : "", - "app@3x" : "", - "notification@2x" : "", - "notification@3x" : "", - "settings@2x" : "", - "settings@3x" : "", - "spotlight@2x" : "", - "spotlight@3x" : "" - } - } - } - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true, - "permission" : {} - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "2", - "locale" : "zh-Hans", - "fallbackLocale" : "zh-Hans" + "name": "泉医助手", + "appid": "__UNI__9FA8ADB", + "description": "", + "versionName": "1.0.0", + "versionCode": 100, + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": { + "Geolocation": {}, + "Maps": {}, + "Camera": {} + }, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": { + "dSYMs": false + }, + /* SDK配置 */ + "sdkConfigs": { + "ad": {}, + "geolocation": { + "amap": { + "__platform__": ["ios", "android"], + "appkey_ios": "fa38860a5159a551b6819ea3092a68f3", + "appkey_android": "fa38860a5159a551b6819ea3092a68f3" + } + }, + "maps": { + "amap": { + "appkey_ios": "fa38860a5159a551b6819ea3092a68f3", + "appkey_android": "fa38860a5159a551b6819ea3092a68f3" + } + } + }, + "icons": { + "android": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + }, + "ios": { + "appstore": "", + "ipad": { + "app": "", + "app@2x": "", + "notification": "", + "notification@2x": "", + "proapp@2x": "", + "settings": "", + "settings@2x": "", + "spotlight": "", + "spotlight@2x": "" + }, + "iphone": { + "app@2x": "", + "app@3x": "", + "notification@2x": "", + "notification@3x": "", + "settings@2x": "", + "settings@3x": "", + "spotlight@2x": "", + "spotlight@3x": "" + } + } + } + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wxa4f2b43d2ccb9908", + "setting": { + "urlCheck": false, + "postcss": true, + "minified": true + }, + "usingComponents": true, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于完成工单信息" + } + }, + "requiredPrivateInfos": ["getLocation"], + "lazyCodeLoading": "requiredComponents" + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "2", + "locale": "zh-Hans", + "fallbackLocale": "zh-Hans" } diff --git a/pages.json b/pages.json index 8406c08..b3d0370 100644 --- a/pages.json +++ b/pages.json @@ -9,81 +9,60 @@ "navigationBarTitleText": "启动页", "navigationStyle": "custom" } - }, { - "path": "pages/login/login", + },{ + "path": "pages/Modifyinformation/Modifyinformation", "style": { - "navigationBarTitleText": "登录", - "navigationBarBackgroundColor": "#ffffff", //背景颜色 - "navigationStyle": "custom" - } - }, - { - "path": "pages/confirmCompletion/confirmCompletion", - "style": { - "navigationBarTitleText": "完成确认", - "navigationBarBackgroundColor": "#ffffff" //背景颜色 + "navigationBarTitleText": "修改信息", + "enablePullDownRefresh": false + // "navigationBarTextStyle": "white" } }, { "path": "pages/personal/personal", "style": { "navigationBarTitleText": "个人信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#4C7BC9", - "navigationBarTextStyle": "white" + "navigationStyle": "custom" + } + },{ + "path": "pages/MyBenefits/MyBenefits", + "style": { + "navigationBarTitleText": "我的收益", + "enablePullDownRefresh": false + } + }, { + "path": "pages/Mymission/Mymission", + "style": { + "navigationBarTitleText": "我的工单", + "onReachBottomDistance": 20, //距离底部多远时触发 单位为px + "enablePullDownRefresh": true //设置参数为true } }, { - "path": "pages/forgotPassword/forgotPassword", + "path": "pages/taskDetails/taskDetails", "style": { - "navigationBarTitleText": "忘记密码", - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - }, { - "path": "pages/register/register", - "style": { - "navigationBarTitleText": "注册账号", - "navigationBarBackgroundColor": "#ffffff" //背景颜色 + "navigationBarTitleText": "工单信息", + "enablePullDownRefresh": false } }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#ffffff", //背景颜色 "navigationStyle": "custom" } - }, - { + }, { + "path": "pages/confirmCompletion/confirmCompletion", + "style": { + "navigationBarTitleText": "当前工单", + "enablePullDownRefresh": false + } + }, { "path": "pages/taskReturn/taskReturn", "style": { - "navigationBarTitleText": "任务退回", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 + "navigationBarTitleText": "退回原因", + "enablePullDownRefresh": false } - }, { - "path": "pages/Mymission/Mymission", + "path": "pages/login/login", "style": { - "navigationBarTitleText": "我的任务", - "navigationBarBackgroundColor": "#ffffff", //背景颜色 - "onReachBottomDistance": 20, //距离底部多远时触发 单位为px - "enablePullDownRefresh": true //设置参数为true - } - - }, { - "path": "pages/taskDetails/taskDetails", - "style": { - "navigationBarTitleText": "任务详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - - }, - { - "path": "pages/Modifyinformation/Modifyinformation", - "style": { - "navigationBarTitleText": "修改信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - // "navigationBarTextStyle": "white" + "navigationBarTitleText": "登录" } }, { "path": "pages/signature/signature", @@ -91,13 +70,12 @@ "navigationBarTitleText": "", "enablePullDownRefresh": false } - } ], "globalStyle": { - "navigationBarTextStyle": "black", + "navigationBarTextStyle": "white", "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarBackgroundColor": "#4271B9", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, diff --git a/pages/Modifyinformation/Modifyinformation.scss b/pages/Modifyinformation/Modifyinformation.scss index 9135d1c..ad7055a 100644 --- a/pages/Modifyinformation/Modifyinformation.scss +++ b/pages/Modifyinformation/Modifyinformation.scss @@ -1,25 +1,19 @@ -.app { - background-color: #F4F5F7; + .app { width: 100%; - height: 100vh; color: #000000; - padding: 3%; - font-size: 34rpx; - .title{ - font-size: 28rpx; - margin: 20rpx 20rpx 0; - } + padding: 2%; + font-size: 30rpx; + .finish { - width: 217rpx; + width: 496rpx; + background: #4271B9; + border-radius: 5rpx; color: #FFFFFF; height: 68rpx; line-height: 68rpx; text-align: center; - position: absolute; - top: 70%; - left: 70%; + margin: 100rpx auto; background: #4C7BC9; - border-radius: 26rpx; } .centercontent { @@ -29,8 +23,10 @@ border-radius: 20rpx; margin: 0 auto; padding-bottom: 10rpx; + .content { line-height: 100rpx; + .name { margin-left: 20rpx; height: 100rpx; @@ -42,7 +38,10 @@ display: inline-block; width: 20%; } - + text{ + width: 80%; + font-size: 30rpx; + } input { position: absolute; top: 50%; @@ -50,47 +49,121 @@ line-height: 100rpx; display: inline-block; width: 80%; - font-size: 34rpx; - + font-size: 30rpx; } } .nursetype { - padding-bottom: 20rpx; - border: none;line-height: 50rpx;margin: 20rpx 20rpx; - } - } - - .Commodity { - line-height: 130rpx; - margin-left: 20rpx; - border-bottom: 1rpx solid #D8D4D4; - position: relative; - - .picture { - position: absolute; - right: 10%; - top: 50%; - transform: translateY(-50%); - width: 110rpx; - height: 110rpx; - border-radius: 50%; - } - - .pictureA { - position: absolute; - right: 2%; - top: 50%; - transform: translateY(-50%); - width: 18rpx; - height: 27rpx; - } - - .head { - line-height: 140rpx; - margin-left: 5%; - display: inline-block; + padding-bottom: 20rpx; + line-height: 50rpx; + margin: 20rpx 20rpx; + border-bottom: 1rpx solid #D8D4D4; + .rate { + margin: 30rpx auto; + width: 650rpx; + height: 600rpx; + background: #FFFFFF; + border: 1px solid #E6E6E6; + border-radius: 5rpx; + color: #E6E6E6; + background: #FFFFFF; + + + .itemimgs { + display: inline-block; + width: 200rpx; + height: 200rpx; + margin: 0 0 10rpx 10rpx; + position: relative; + .delimg { + position: absolute; + top: 10rpx; + right: 10rpx; + width: 40rpx; + height: 40rpx; + z-index: 999; + } + + .itemimg { + width: 200rpx; + height: 200rpx; + } + } + + .item { + display: inline-block; + margin-bottom: 20rpx; + width: 200rpx; + margin: 0 0 0 2%; + height: 212rpx; + border: 1rpx dashed #E6E6E6; + border-radius: 5rpx; + position: relative; + + .title { + width: 100%; + font-size: 30rpx; + color: #969394; + line-height: 70rpx; + text-align:center; + position: absolute; + top: 58%; + } + + image { + position: absolute; + left: 50%; + top: 20%; + transform: translateX(-50%); + width: 89rpx; + height: 68rpx; + } + } + } + .upload { + margin: 30rpx auto; + width: 650rpx; + height: 600rpx; + background: #FFFFFF; + border: 1px solid #E6E6E6; + border-radius: 5rpx; + color: #E6E6E6; + position: relative; + view{ + width: 50%; + position: absolute; + top:50%; + left: 50%; + transform: translate(-50%,-50%); + } + } } } } + + .Commodity { + background-color: #F4F5F7; + height: 330rpx; + position: relative; + + view { + text-align: center; + position: absolute; + top: 240rpx; + font-size: 26rpx; + width: 100%; + text-align: center; + } + + .picture { + border: 4px solid #6DD8FC; + position: absolute; + left: 50%; + top: 50rpx; + transform: translateX(-50%); + width: 160rpx; + height: 160rpx; + border-radius: 50%; + } + } } \ No newline at end of file diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index 2963ceb..2a47ed9 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -1,26 +1,47 @@ - + + diff --git a/pages/Mymission/Mymission.vue b/pages/Mymission/Mymission.vue index bf5d6a9..daca256 100644 --- a/pages/Mymission/Mymission.vue +++ b/pages/Mymission/Mymission.vue @@ -1,182 +1,204 @@ diff --git a/pages/forgotPassword/forgotPassword.scss b/pages/forgotPassword/forgotPassword.scss deleted file mode 100644 index f5f1a96..0000000 --- a/pages/forgotPassword/forgotPassword.scss +++ /dev/null @@ -1,74 +0,0 @@ - .app { - height: 100vh; - padding: 20rpx 0; - - .item { - font-size: 34rpx; - margin: 0 auto 20rpx; - width: 94%; - height: 100rpx; - line-height: 100rpx; - background-color: #fff; - box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); - border-radius: 20rpx; - position: relative; - - .lefttext { - position: absolute; - top: 50%; - transform: translateY(-50%); - left: 3%; - } - - .righttext { - position: absolute; - top: 50%; - transform: translateY(-50%); - left: 18%; - height: 100rpx; - } - - .lefttext, - .righttext { - ::v-deep .uni-input-input { - font-size: 34rpx; - } - - ::v-deep .uni-input-wrapper { - height: 100rpx; - line-height: 100rpx; - } - - ::v-deep .uni-input-placeholder { - line-height: 100rpx; - font-size: 34rpx; - font-weight: 400; - color: #C3C1C1; - } - } - - .obtaincode { - text-align: center; - font-size: 36rpx; - color: #4C7BC9; - line-height: 100rpx; - position: absolute; - right: 5%; - top: 0%; - } - } - - .loginbtn { - width: 80%; - height: 100rpx; - text-align: center; - line-height: 100rpx; - background: #4C7BC9; - border-radius: 51rpx; - font-size: 41rpx; - color: #FFFFFF; - position: absolute; - top: 40%; - left: 10%; - } - } \ No newline at end of file diff --git a/pages/forgotPassword/forgotPassword.vue b/pages/forgotPassword/forgotPassword.vue deleted file mode 100644 index 6076e1a..0000000 --- a/pages/forgotPassword/forgotPassword.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 40703f0..fceda0a 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -1,91 +1,243 @@ diff --git a/pages/login/login.scss b/pages/login/login.scss index 43988db..309bc57 100644 --- a/pages/login/login.scss +++ b/pages/login/login.scss @@ -27,7 +27,7 @@ position: absolute; top:55%; left:5%; - background-color: #46ABD7; + background-color: #4271B9; color: #ffffff; } } diff --git a/pages/personal/personal.vue b/pages/personal/personal.vue index 1f12b67..7239acb 100644 --- a/pages/personal/personal.vue +++ b/pages/personal/personal.vue @@ -1,124 +1,124 @@ diff --git a/pages/register/register.scss b/pages/register/register.scss deleted file mode 100644 index 5eb087a..0000000 --- a/pages/register/register.scss +++ /dev/null @@ -1,172 +0,0 @@ -.app { - height: 100vh; - padding: 20rpx 0; - .Agreement{ - width: 100%; - background-color: #F4F5F7; - text-align: center; - height: 1000rpx; - position: absolute; - // left:3%; - top:5%; - font-size: 30rpx; - .title{ - height: 100rpx; - line-height: 100rpx; - border-bottom: 1px solid #eeeeee; - font-size: 34rpx; - margin: 0px auto; - width: 100%; - text-align: center; - } - .scroll-Y{ - height:830rpx ; - overflow-y:scroll; - text-align: left; - text-indent: 2em; - } - .cancel { - height:70rpx; - line-height: 70rpx; - font-size: 32rpx; - background-color: #F4F5F7; - position: absolute; - border-top: 1rpx solid #000000; - bottom:0; - right:0; - width: 50%; - color: #000000; - } - .determine { - height:70rpx; - line-height: 70rpx; - font-size: 32rpx; - width: 50%; - color: #F4F5F7; - background: #4C7BC9; - position: absolute; - bottom:0; - left:0; - } - } - .item { - font-size: 34rpx; - margin: 0 auto 20rpx; - width: 94%; - height: 100rpx; - line-height: 100rpx; - background-color: #fff; - box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); - border-radius: 20rpx; - position: relative; - - span { - margin-left: 3%; - } - - .addition { - line-height: 100rpx; - font-size: 34rpx; - font-weight: 400; - margin-left: 3%; - } - - .lefttext { - position: absolute; - top: 50%; - transform: translateY(-50%); - left: 3%; - } - - .righttext { - position: absolute; - top: 50%; - transform: translateY(-50%); - left: 18%; - height: 100rpx; - } - - .lefttext, - .righttext { - ::v-deep .uni-input-input { - font-size: 34rpx; - } - - ::v-deep .uni-input-wrapper { - height: 100rpx; - line-height: 100rpx; - } - - ::v-deep .uni-input-placeholder { - line-height: 100rpx; - font-size: 34rpx; - font-weight: 400; - color: #C3C1C1; - } - } - - - } - - .radio-content { - margin: 50rpx auto; - width: 70%; - text-align: center; - font-size: 28rpx; - position: relative; - .agreement { - position: absolute; - top:50%; - left:20%; - transform: translateY(-50%); - color: #878987; - } - .radio-right { - height: 100rpx; - - .radio { - display: inline-block; - width: 35rpx; - height: 35rpx; - border-radius: 70%; - border: 2rpx solid #178ffb; - position: absolute; - top:50%; - left:5%; - transform: translateY(-50%); - .radio-active { - width: 16rpx; - height: 16rpx; - border-radius: 50%; - background-color: #178ffb; - margin-left: 26%; - margin-top: 22%; - // margin: 0 auto; - } - } - } - } - - .switch { - text-align: center; - line-height: 60rpx; - color: #46ABD7; - position: absolute; - top: 70%; - } - - .loginbtn { - width: 70%; - height: 100rpx; - text-align: center; - line-height: 100rpx; - background: #4C7BC9; - border-radius: 51rpx; - font-size: 41rpx; - color: #FFFFFF; - position: absolute; - top: 60%; - left: 15%; - } - - } \ No newline at end of file diff --git a/pages/register/register.vue b/pages/register/register.vue deleted file mode 100644 index 5962ba2..0000000 --- a/pages/register/register.vue +++ /dev/null @@ -1,175 +0,0 @@ - - - - diff --git a/pages/register/text.vue b/pages/register/text.vue deleted file mode 100644 index 8fa9249..0000000 --- a/pages/register/text.vue +++ /dev/null @@ -1,384 +0,0 @@ - - - - - diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue index a5ea686..2c23dcb 100644 --- a/pages/startup/startup.vue +++ b/pages/startup/startup.vue @@ -9,6 +9,9 @@ diff --git a/pages/upicker/u-picker.vue b/pages/upicker/u-picker.vue new file mode 100644 index 0000000..c33ba98 --- /dev/null +++ b/pages/upicker/u-picker.vue @@ -0,0 +1,695 @@ + + + + + diff --git a/static/1024.png b/static/1024.png deleted file mode 100644 index f8d8525..0000000 Binary files a/static/1024.png and /dev/null differ diff --git a/static/autograph.png b/static/autograph.png index 72d9f41..201ff68 100644 Binary files a/static/autograph.png and b/static/autograph.png differ diff --git a/static/daohang.png b/static/daohang.png new file mode 100644 index 0000000..b261328 Binary files /dev/null and b/static/daohang.png differ diff --git a/static/dcl.png b/static/dcl.png new file mode 100644 index 0000000..868be66 Binary files /dev/null and b/static/dcl.png differ diff --git a/static/detailed.png b/static/detailed.png deleted file mode 100644 index 6a3cf0c..0000000 Binary files a/static/detailed.png and /dev/null differ diff --git a/static/dingdan.png b/static/dingdan.png deleted file mode 100644 index df60c20..0000000 Binary files a/static/dingdan.png and /dev/null differ diff --git a/static/dqgd.png b/static/dqgd.png new file mode 100644 index 0000000..02712c3 Binary files /dev/null and b/static/dqgd.png differ diff --git a/static/dqgd2.png b/static/dqgd2.png new file mode 100644 index 0000000..ae32db1 Binary files /dev/null and b/static/dqgd2.png differ diff --git a/static/evaluated.png b/static/evaluated.png deleted file mode 100644 index 8cd65fa..0000000 Binary files a/static/evaluated.png and /dev/null differ diff --git a/static/finished.png b/static/finished.png deleted file mode 100644 index 0b35f09..0000000 Binary files a/static/finished.png and /dev/null differ diff --git a/static/fuwu.png b/static/fuwu.png new file mode 100644 index 0000000..00efa95 Binary files /dev/null and b/static/fuwu.png differ diff --git a/static/gb.png b/static/gb.png deleted file mode 100644 index 711581e..0000000 Binary files a/static/gb.png and /dev/null differ diff --git a/static/gb2.png b/static/gb2.png new file mode 100644 index 0000000..a813eaa Binary files /dev/null and b/static/gb2.png differ diff --git a/static/gongdan.png b/static/gongdan.png new file mode 100644 index 0000000..eb64038 Binary files /dev/null and b/static/gongdan.png differ diff --git a/static/headportrait.png b/static/headportrait.png deleted file mode 100644 index ee21ec4..0000000 Binary files a/static/headportrait.png and /dev/null differ diff --git a/static/home.png b/static/home.png deleted file mode 100644 index 8eb8e55..0000000 Binary files a/static/home.png and /dev/null differ diff --git a/static/home1.png b/static/home1.png deleted file mode 100644 index 5525a3f..0000000 Binary files a/static/home1.png and /dev/null differ diff --git a/static/homepage.png b/static/homepage.png new file mode 100644 index 0000000..9b806da Binary files /dev/null and b/static/homepage.png differ diff --git a/static/jiantou.png b/static/jiantou.png deleted file mode 100644 index 80157cd..0000000 Binary files a/static/jiantou.png and /dev/null differ diff --git a/static/jinbi.png b/static/jinbi.png new file mode 100644 index 0000000..03eef96 Binary files /dev/null and b/static/jinbi.png differ diff --git a/static/jnks.png b/static/jnks.png new file mode 100644 index 0000000..0e39f70 Binary files /dev/null and b/static/jnks.png differ diff --git a/static/kaishi.png b/static/kaishi.png new file mode 100644 index 0000000..676163e Binary files /dev/null and b/static/kaishi.png differ diff --git a/static/kaishi2.png b/static/kaishi2.png new file mode 100644 index 0000000..d1977f7 Binary files /dev/null and b/static/kaishi2.png differ diff --git a/static/kaoshi.png b/static/kaoshi.png new file mode 100644 index 0000000..80ca0ab Binary files /dev/null and b/static/kaoshi.png differ diff --git a/static/lixian.png b/static/lixian.png new file mode 100644 index 0000000..07417de Binary files /dev/null and b/static/lixian.png differ diff --git a/static/lixian2.png b/static/lixian2.png new file mode 100644 index 0000000..d3bba94 Binary files /dev/null and b/static/lixian2.png differ diff --git a/static/manglu.png b/static/manglu.png new file mode 100644 index 0000000..a27c9cd Binary files /dev/null and b/static/manglu.png differ diff --git a/static/manglu2.png b/static/manglu2.png new file mode 100644 index 0000000..e606b5d Binary files /dev/null and b/static/manglu2.png differ diff --git a/static/no.png b/static/no.png new file mode 100644 index 0000000..59a2a7b Binary files /dev/null and b/static/no.png differ diff --git a/static/noorder.png b/static/noorder.png deleted file mode 100644 index 66be356..0000000 Binary files a/static/noorder.png and /dev/null differ diff --git a/static/order.png b/static/order.png deleted file mode 100644 index 98ecbc2..0000000 Binary files a/static/order.png and /dev/null differ diff --git a/static/paishe.png b/static/paishe.png new file mode 100644 index 0000000..bd0800e Binary files /dev/null and b/static/paishe.png differ diff --git a/static/person.png b/static/person.png deleted file mode 100644 index 0d3600c..0000000 Binary files a/static/person.png and /dev/null differ diff --git a/static/pic.png b/static/pic.png deleted file mode 100644 index bf2e92e..0000000 Binary files a/static/pic.png and /dev/null differ diff --git a/static/qbgd.png b/static/qbgd.png new file mode 100644 index 0000000..2785428 Binary files /dev/null and b/static/qbgd.png differ diff --git a/static/qbgd2.png b/static/qbgd2.png new file mode 100644 index 0000000..9253b24 Binary files /dev/null and b/static/qbgd2.png differ diff --git a/static/radio.png b/static/radio.png deleted file mode 100644 index 30338c2..0000000 Binary files a/static/radio.png and /dev/null differ diff --git a/static/rowsright.png b/static/rowsright.png deleted file mode 100644 index dbf914f..0000000 Binary files a/static/rowsright.png and /dev/null differ diff --git a/static/shezhi.png b/static/shezhi.png new file mode 100644 index 0000000..6114ee5 Binary files /dev/null and b/static/shezhi.png differ diff --git a/static/shopping.png b/static/shopping.png deleted file mode 100644 index 936f8f9..0000000 Binary files a/static/shopping.png and /dev/null differ diff --git a/static/shouyi.png b/static/shouyi.png new file mode 100644 index 0000000..2aecab5 Binary files /dev/null and b/static/shouyi.png differ diff --git a/static/shouyibeijing.png b/static/shouyibeijing.png new file mode 100644 index 0000000..294bb46 Binary files /dev/null and b/static/shouyibeijing.png differ diff --git a/static/sousuo.png b/static/sousuo.png deleted file mode 100644 index 17074ab..0000000 Binary files a/static/sousuo.png and /dev/null differ diff --git a/static/user.png b/static/user.png new file mode 100644 index 0000000..f5d0f3b Binary files /dev/null and b/static/user.png differ diff --git a/static/xg.png b/static/xg.png new file mode 100644 index 0000000..7e52064 Binary files /dev/null and b/static/xg.png differ diff --git a/static/xuexi.png b/static/xuexi.png new file mode 100644 index 0000000..5ad5c57 Binary files /dev/null and b/static/xuexi.png differ diff --git a/static/xxpx.png b/static/xxpx.png new file mode 100644 index 0000000..021cd57 Binary files /dev/null and b/static/xxpx.png differ diff --git a/static/ywc.png b/static/ywc.png new file mode 100644 index 0000000..7bae867 Binary files /dev/null and b/static/ywc.png differ diff --git a/static/ywcgd.png b/static/ywcgd.png new file mode 100644 index 0000000..ffa8212 Binary files /dev/null and b/static/ywcgd.png differ diff --git a/static/ywcgd2.png b/static/ywcgd2.png new file mode 100644 index 0000000..72d50bf Binary files /dev/null and b/static/ywcgd2.png differ diff --git a/static/zxkf.png b/static/zxkf.png new file mode 100644 index 0000000..a75093b Binary files /dev/null and b/static/zxkf.png differ