Commit b2f370f3 authored by weishengfei's avatar weishengfei

产检提醒首页开发

parent 75d186ae
{
"pages": [
{
"path" : "pages/postnatalCheckUp/postnatalCheckUp",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
......@@ -79,6 +88,7 @@
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
<template>
<view class="container">
<view class="content">
跳转产检提醒
</view>
<Home v-if="globalStore.curTabIndex == 0 && !globalStore.isWxFriendCircle" :scroll-top="scrollTop"/>
<Brand v-if="globalStore.curTabIndex == 1 && !globalStore.isWxFriendCircle" :scroll-top="scrollTop"/>
<Integral v-if="globalStore.curTabIndex == 2 && !globalStore.isWxFriendCircle" :scrollTop="scrollTop"/>
......
This diff is collapsed.
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