diff --git a/pages.json b/pages.json index e22995c..3a55850 100644 --- a/pages.json +++ b/pages.json @@ -359,6 +359,79 @@ } } }, + + { + "path": "myDownLoad/myDownLoad", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + + { + "path": "myCollect/myCollect", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "myCourseware/myCourseware", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "changeMobile/changeMobile", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "wechatContact/wechatContact", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "idcardAuth/idcardAuth", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + + { + "path": "videoHistroy/videoHistroy", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "pwdLogin/pwdLogin", "style": { diff --git a/pages_app/changeMobile/changeMobile.vue b/pages_app/changeMobile/changeMobile.vue new file mode 100644 index 0000000..546e195 --- /dev/null +++ b/pages_app/changeMobile/changeMobile.vue @@ -0,0 +1,193 @@ + + + + + diff --git a/pages_app/idcardAuth/idcardAuth.vue b/pages_app/idcardAuth/idcardAuth.vue new file mode 100644 index 0000000..418eb53 --- /dev/null +++ b/pages_app/idcardAuth/idcardAuth.vue @@ -0,0 +1,303 @@ + + + + + diff --git a/pages_app/myCode/myCode.vue b/pages_app/myCode/myCode.vue index 4f54f18..a211c24 100644 --- a/pages_app/myCode/myCode.vue +++ b/pages_app/myCode/myCode.vue @@ -24,43 +24,50 @@ - - - - - 邹建东 主任医师 - 北京肝胆相照公益基金会 - - - 不方便到医院就诊 - 我在肝胆相照线上帮助您! - - - - - + + + + + + + + + 邹建东 主任医师 + 北京肝胆相照公益基金会 + + + 不方便到医院就诊 + 我在肝胆相照线上帮助您! + + + + + + + - - - - - 如何添加我为随访医生? - - - - 1微信扫一扫上方二维码,关注“肝胆相照一家人”公众号 - 2点击“邹建东专家工作室”,选择微信登录,注册后直接发送随访申请 - 3若未弹出“随访申请发送成功”提示,请再次点击“邹建东专家工作室”发送随访申请 - 4审核通过后,点击“就医服务-随访交流”,与专家进行图文交流 + + + + + 如何添加我为随访医生? + + + 1微信扫一扫上方二维码,关注“肝胆相照一家人”公众号 + 2点击“邹建东专家工作室”,选择微信登录,注册后直接发送随访申请 + 3若未弹出“随访申请发送成功”提示,请再次点击“邹建东专家工作室”发送随访申请 + 4审核通过后,点击“就医服务-随访交流”,与专家进行图文交流 + + + + - - - + - + @@ -92,18 +99,48 @@ const onSave = () => { min-height: 100vh; background-color: #0d7dfd; } -.square{ +.squrebox{ margin:0 30rpx; - padding-bottom: 40rpx; - border: 2rpx solid #fff; + + + + + overflow: hidden; +} +.square{ background-color: #3492FC; border-radius: 30rpx; - overflow: hidden; + padding-bottom: 40rpx; + border: 2rpx solid #fff; + position: relative; + .s-half-circle-left{ + border: 2rpx solid #fff; + position: absolute; + width: 60rpx; + height: 60rpx; + z-index:1; + border-radius:50%; + top:53rpx; + background-color: #0d7dfd; + left: -30rpx; + } + .s-half-circle{ + border: 2rpx solid #fff; + position: absolute; + width: 60rpx; + height: 60rpx; + z-index:1; + border-radius:50%; + top:53rpx; + background-color: #0d7dfd; + right: -30rpx; + } text{ display: inline-flex; width: 40rpx; background-color: #6FB3FE; height: 40rpx; + margin-right: 10rpx; border-radius:50%; align-items: center; justify-content: center; @@ -126,8 +163,12 @@ const onSave = () => { .s-bottom{ padding:0 40rpx; font-size: 26rpx; + margin-top: 30rpx; line-height: 40rpx; color:#fff; + .descrow{ + margin-bottom: 10rpx; + } } } @@ -157,19 +198,54 @@ const onSave = () => { .qr-card { position: relative; - margin: -120rpx 30rpx 0; + margin: -120rpx 30rpx 30rpx; background: #ffffff; border-radius: 20rpx; padding: 140rpx 30rpx 30rpx; - box-shadow: 0 12rpx 30rpx rgba(0,0,0,.08); + box-shadow: 0 12rpx 30rpx rgba(0,0,0,.08); + .leftCircle{ + position: absolute; + top:251rpx; + left:-20rpx; + width: 40rpx; + height: 40rpx; + border-radius: 50%; + background-color: #0d7dfd; + } + .rightCircle{ + position: absolute; + top:251rpx; + right:-20rpx; + width: 40rpx; + height: 40rpx; + border-radius: 50%; + background-color: #0d7dfd; + } + .halfCircle{ + border-radius: 50%; + position: absolute; + border: 10rpx solid #6DB7FD; + border-width: 10rpx 10rpx 0 10rpx; + width: 160rpx; + padding:10rpx; + height: 80rpx; + left: 50%; + border-radius: 100rpx 100rpx 0 0; + top: -110rpx; + transform: translateX(-50%); + overflow: hidden; + } .avatar-wrapper { position: absolute; left: 50%; - top: -60rpx; + + top: -100rpx; + transform: translateX(-50%); width: 160rpx; height: 160rpx; + border-radius: 50%; background: #ffffff; padding: 8rpx; @@ -182,13 +258,13 @@ const onSave = () => { } .name-viewne { - text-aviewgn: center; + text-align: center; font-size: 34rpx; color: #1a76d2; margin-top: 10rpx; } .org-viewne { - text-aviewgn: center; + text-align: center; font-size: 28rpx; color: #4a90e2; margin-top: 16rpx; @@ -196,7 +272,7 @@ const onSave = () => { .dash-viewne { margin: 24rpx auto; height: 0; - border-bottom: 2rpx dashed #cfd8dc; + border-bottom: 2rpx dashed #1c90fd; } .slogan { display: flex; @@ -207,6 +283,9 @@ const onSave = () => { font-size: 40rpx; color: #1e88e5; viewne-height: 1.6; + text{ + text-align: center; + } .hl { color: #ff9f1a; margin-left: 8rpx; @@ -254,6 +333,7 @@ const onSave = () => { left: 0; right: 0; bottom: 0; + z-index:10; background: #ffffff; border-top: 1rpx soviewd #eaeaea; .save-btn { diff --git a/pages_app/myCollect/myCollect.vue b/pages_app/myCollect/myCollect.vue new file mode 100644 index 0000000..28a9430 --- /dev/null +++ b/pages_app/myCollect/myCollect.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/pages_app/myCourseware/myCourseware.vue b/pages_app/myCourseware/myCourseware.vue new file mode 100644 index 0000000..c64922c --- /dev/null +++ b/pages_app/myCourseware/myCourseware.vue @@ -0,0 +1,278 @@ + + + + + diff --git a/pages_app/myDownLoad/myDownLoad.vue b/pages_app/myDownLoad/myDownLoad.vue new file mode 100644 index 0000000..9659e3b --- /dev/null +++ b/pages_app/myDownLoad/myDownLoad.vue @@ -0,0 +1,90 @@ + + + + + diff --git a/pages_app/myVideo/myVideo.vue b/pages_app/myVideo/myVideo.vue new file mode 100644 index 0000000..34a8ce2 --- /dev/null +++ b/pages_app/myVideo/myVideo.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/pages_app/videoHistroy/videoHistroy.vue b/pages_app/videoHistroy/videoHistroy.vue new file mode 100644 index 0000000..492ad57 --- /dev/null +++ b/pages_app/videoHistroy/videoHistroy.vue @@ -0,0 +1,214 @@ + + + + + diff --git a/pages_app/wechatContact/wechatContact.vue b/pages_app/wechatContact/wechatContact.vue new file mode 100644 index 0000000..9d32893 --- /dev/null +++ b/pages_app/wechatContact/wechatContact.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/static/add_card_no.png b/static/add_card_no.png new file mode 100644 index 0000000..813e2d8 Binary files /dev/null and b/static/add_card_no.png differ diff --git a/static/add_card_yes.png b/static/add_card_yes.png new file mode 100644 index 0000000..194a19c Binary files /dev/null and b/static/add_card_yes.png differ diff --git a/static/course_download.png b/static/course_download.png new file mode 100644 index 0000000..d3426a5 Binary files /dev/null and b/static/course_download.png differ diff --git a/static/course_yuan.png b/static/course_yuan.png new file mode 100644 index 0000000..593057a Binary files /dev/null and b/static/course_yuan.png differ diff --git a/static/fapaio_tip.png b/static/fapaio_tip.png new file mode 100644 index 0000000..d50910a Binary files /dev/null and b/static/fapaio_tip.png differ