Commit 33f625f8 authored by spc's avatar spc

feeding

parent cb5235b5
This diff is collapsed.
......@@ -6,7 +6,7 @@
<!-- 头部导航 -->
<view class="header">
<view class="nav-left">
<image :src="feedingRecordRes.icon_return" class="back-btn" />
<image :src="feedingRecordRes.icon_return" class="back-btn" @click="goBack" />
<image :src="feedingRecordRes.icon_star" class="baby-icon-star" />
<view class="baby-info">
<text class="baby-name">小糖豆3123</text>
......@@ -586,6 +586,11 @@ function goToFeedingAnalysis() {
})
}
// 返回上一页
function goBack() {
uni.navigateBack()
}
function addFeedingRecord() {
if (!currentSelectedDate.value) {
uni.showToast({
......
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