xg
This commit is contained in:
parent
59064a82f5
commit
2b0c6f780c
@ -715,6 +715,14 @@
|
|||||||
"navigationBarTitleText": "签约协议",
|
"navigationBarTitleText": "签约协议",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "H5Healthrecord/H5Healthrecord",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "健康档案",
|
||||||
|
"enablePullDownRefresh" : false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@ -324,7 +324,8 @@
|
|||||||
this.family()
|
this.family()
|
||||||
} else {
|
} else {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pagesC/Healthrecords/Healthrecords"
|
url: "/pagesC/H5Healthrecord/H5Healthrecord",
|
||||||
|
// url: "/pagesC/Healthrecords/Healthrecords"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
{{listone.content}}
|
{{listone.content}}
|
||||||
</view>
|
</view>
|
||||||
<view class="nostatus" v-if="listone.unreadCount>0">
|
<view class="nostatus" v-if="listone.unreadCount>0">
|
||||||
|
{{listone.unreadCount}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -29,6 +30,7 @@
|
|||||||
{{listtwo.content}}
|
{{listtwo.content}}
|
||||||
</view>
|
</view>
|
||||||
<view class="nostatus" v-if="listtwo.unreadCount>0">
|
<view class="nostatus" v-if="listtwo.unreadCount>0">
|
||||||
|
{{listtwo.unreadCount}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -46,6 +48,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="nostatus" v-if="listfour.unreadCount>0">
|
<view class="nostatus" v-if="listfour.unreadCount>0">
|
||||||
|
{{listfour.unreadCount}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" v-for="item in listthree" v-if="listthree.length>0" @tap='goseekadvicefrom(item)'>
|
<view class="item" v-for="item in listthree" v-if="listthree.length>0" @tap='goseekadvicefrom(item)'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user