Commit bf5f2b5b authored by weishengfei's avatar weishengfei

图片预览功能

parent aa6e4c40
{
"pages": [
// 产检提醒
{
"path" : "pages/postnatalCheckUp/postnatalCheckUp",
"style" :
......@@ -96,6 +97,16 @@
"navigationBarBackgroundColor":"#ffffff",
"enablePullDownRefresh" : false
}
},
// 我的报告单
{
"path" : "pages/myReportCard/myReportCard",
"style" :
{
"navigationBarTitleText" : "我的报告单",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
......
This diff is collapsed.
......@@ -390,7 +390,11 @@
case 1:
showPicker.value = true
break;
case 2:
uni.navigateTo({
url:'/pages/myReportCard/myReportCard'
})
break;
default:
break;
}
......@@ -490,7 +494,6 @@
<style lang="less" scoped>
@import "@/common.less";
.postnatal {
// position: absolute;
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