fix:修改BUG

This commit is contained in:
Vce 2024-04-30 19:24:12 +08:00
parent 8594c3c0a6
commit 72b9df6b0e
2 changed files with 5 additions and 5 deletions

View File

@ -141,9 +141,9 @@
}) })
return return
} }
if(this.deductScore < 0 || this.deductScore > 100){ if(this.deductScore <= 0 || this.deductScore > 100){
uni.showToast({ uni.showToast({
title: '请输入0-100内的分数', title: '请输入1-100内的分数',
icon: "none" icon: "none"
}) })
return return

View File

@ -42,9 +42,9 @@
:src="item.imageUrl"></image> --> :src="item.imageUrl"></image> -->
<image v-if="item.imageUrl" mode="heightFix" class="accessoryImg" <image v-if="item.imageUrl" mode="heightFix" class="accessoryImg"
:src="item.imageUrl" :src="item.imageUrl?url_config+'image/'+item.imageUrl:''"
@click="previewImg(item.imageUrl)"></image> @click="previewImg(url_config+'image/'+item.imageUrl)"></image>
<!-- @click="previewImg(url_config+'image/'+item.imageUrl)"></image> --> <!-- @click="previewImg(item.imageUrl)"></image> -->
</view> </view>
<view class="bottom-right" @click="goDisposition(item)" v-if="!item.handleResult"> <view class="bottom-right" @click="goDisposition(item)" v-if="!item.handleResult">
去处置 去处置