Commit bf5f2b5b authored by weishengfei's avatar weishengfei

图片预览功能

parent aa6e4c40
{ {
"pages": [ "pages": [
// 产检提醒
{ {
"path" : "pages/postnatalCheckUp/postnatalCheckUp", "path" : "pages/postnatalCheckUp/postnatalCheckUp",
"style" : "style" :
...@@ -96,6 +97,16 @@ ...@@ -96,6 +97,16 @@
"navigationBarBackgroundColor":"#ffffff", "navigationBarBackgroundColor":"#ffffff",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
},
// 我的报告单
{
"path" : "pages/myReportCard/myReportCard",
"style" :
{
"navigationBarTitleText" : "我的报告单",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
} }
], ],
"globalStyle": { "globalStyle": {
......
This diff is collapsed.
...@@ -390,7 +390,11 @@ ...@@ -390,7 +390,11 @@
case 1: case 1:
showPicker.value = true showPicker.value = true
break; break;
case 2:
uni.navigateTo({
url:'/pages/myReportCard/myReportCard'
})
break;
default: default:
break; break;
} }
...@@ -490,7 +494,6 @@ ...@@ -490,7 +494,6 @@
<style lang="less" scoped> <style lang="less" scoped>
@import "@/common.less"; @import "@/common.less";
.postnatal { .postnatal {
// position: absolute; // position: absolute;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment