This commit is contained in:
Ls
2026-04-23 10:07:44 +08:00
parent 7dba9711a9
commit 11486220aa
16 changed files with 2908 additions and 2836 deletions

View File

@@ -6,8 +6,8 @@
<view class="empty-state-container">
<!-- 标题区域 -->
<view class="title-section">
<text class="main-title">暂无项目</text>
<text class="sub-title">您还没有创建任何训练项目开始您的第一次游泳训练记录吧</text>
<!-- <text class="main-title">暂无项目</text>
<text class="sub-title">您还没有创建任何训练项目开始您的第一次游泳训练记录吧</text> -->
</view>
<!-- 创建项目模块列表 -->
@@ -150,6 +150,7 @@
})
onShow(()=>{
showTimingModal.value=false
uni.showTabBar()
})
@@ -247,6 +248,7 @@
showTimingModal.value = false
Service.GoPage('/pages/userFunc/hunyang?id=' + project.planId)
}
}
</script>