This commit is contained in:
2025-09-11 14:52:52 +08:00
parent ebfcbdd82f
commit fe0dbbf8ac
5 changed files with 15 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="zd_container">
<!-- 料桶 -->
<!-- 料桶盘 -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
@@ -100,7 +100,7 @@
</view>
</view>
<view v-if="typeof currentData === 'string'">
<view class="msg_item">提示当前是空载具</view>
<view class="msg_item">{{currentData}}</view>
</view>
</view>
</view>
@@ -191,6 +191,7 @@
this.disabled = false
return
}
this.currentData = {}
try {
let res = await jbGetLtInfo(this.val1, this.val2)
if (res.code === '200') {
@@ -199,7 +200,6 @@
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.message,