feat: 新增大屏功能,bug修复。

This commit is contained in:
tianyongbao
2026-06-21 09:41:27 +08:00
parent c9ea1e402b
commit 8f38ff8185
29 changed files with 4055 additions and 84 deletions

View File

@@ -52,7 +52,7 @@
</u-sticky>
<u-list @scrolltolower="loadmore" :spaceHeight="116" lowerThreshold="100">
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="list-item" @click="enterDetails(item)">
<view class="item-header">
<view class="card-name-section">
<view class="card-icon">
@@ -228,6 +228,11 @@ function handleEdit(item) {
isShow.value = true
}
function enterDetails(item) {
uni.navigateTo({ url: `/pages/health/chronicDisease/details?id=${item.id}` })
isShow.value = true
}
function handleDelete(item) {
uni.showModal({
title: '确认删除',