This commit is contained in:
zoujiandong
2025-07-16 13:05:58 +08:00
parent eb358d594b
commit 96859c920f
211 changed files with 26537 additions and 151 deletions
+7 -2
View File
@@ -5,6 +5,9 @@
loading-more-no-more-text="咱也是有底线的"
:auto-show-back-to-top="false"
v-model="dataList"
:empty-view-super-style="{'paddingBottom':'140rpx'}"
:refresher-title-style="{'paddingBottom':'60rpx','paddingTop':'10rpx'}"
:refresher-img-style="{'paddingBottom':'60rpx','paddingTop':'10rpx'}"
@query="queryList"
>
<template #top>
@@ -22,9 +25,10 @@
height="46rpx"
radius="50%"
></up--image>
<view class="iptcon">
<view class="iptcon" @click="open">
<up-input
:disabled="true"
@click="open"
:disabled="isH5?false:true"
type="text"
placeholderClass="placeholderClass"
placeholder="对病例发表您的看法"
@@ -2071,4 +2075,5 @@ const readRecord=()=>{
margin-left: 8rpx;
}
}
</style>