222
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user