feat: 新增大屏功能,bug修复。
This commit is contained in:
@@ -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: '确认删除',
|
||||
|
||||
Reference in New Issue
Block a user