问题修复

This commit is contained in:
BianLzhaoMin 2025-01-10 13:31:24 +08:00
parent abec60f57e
commit e60356005b
5 changed files with 3 additions and 5 deletions

View File

@ -114,8 +114,6 @@ const onSwiperChange = (e) => {
const getDeviceDetailsData = async () => {
const { data: res } = await getDeviceDetailsAPI(props.maId)
deviceInfo.value = res
console.log(deviceInfo.value, 'deviceInfo.value----****----')
images.value = res.mainFileList
}
//

View File

@ -3,7 +3,7 @@
<view class="login-container flex-col-c">
<van-form @submit="onSubmitLogin" class="login-form">
<view class="login-title"> 欢迎登录 </view>
<van-cell-group>
<van-cell-group size="large">
<van-field
v-model="loginForm.username"
name="用户名"

View File

@ -753,7 +753,7 @@ const onEditOrderStatus = (item, status) => {
tipText = '确认收货'
break
case 4:
editParams.orderStatus = 5
editParams.orderStatus = 20
tipText = '申请全部退租'
break
}
@ -780,7 +780,7 @@ const onReturnGoods = (items, goods) => {
})
.then(async () => {
const res = await editOrderStatusAPI({
orderStatus: 5,
orderStatus: 20,
orderId: items.orderId,
maIds: [goods.maId],
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB