fix:修改BUG
This commit is contained in:
parent
8594c3c0a6
commit
72b9df6b0e
@ -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
|
||||||
|
|||||||
@ -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">
|
||||||
去处置
|
去处置
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user