mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 13:56:05 +08:00
优化代码
This commit is contained in:
parent
9b634f393f
commit
bbd15b83d3
@ -27,7 +27,7 @@
|
||||
<div :id="'receiverDiv'+item.machineId" style="border: 1px solid #dee2e6;">
|
||||
<img width="100%" src="../../../img/init.jpg" height="300px" :id="'receiver'+item.machineId"
|
||||
style="border: 1;" />
|
||||
<img src="sdfsdf" style="position: absolute;left: 15px;bottom: 50px;"/>
|
||||
<img :src="item.inOutImg" style="position: absolute;left: 15px;bottom: 50px;"/>
|
||||
</div>
|
||||
<div class="margin-top-sm margin-left-sm" style="font-size: 14px;" v-if="item.carNum">
|
||||
<span class="fa fa-bell" style="color: #007bff;"></span>
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
_machines.forEach(item =>{
|
||||
if(item.machineId == _data.extMachineId){
|
||||
setTimeout(function() {
|
||||
item.inOutImg = _data.img;
|
||||
item.inOutImg = _data.img.replace('.jpg','_plate.jpg');
|
||||
}, 1500);
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user