diff --git a/src/pages/goods-details/components/details-model.vue b/src/pages/goods-details/components/details-model.vue index ba9bb40..85c1f95 100644 --- a/src/pages/goods-details/components/details-model.vue +++ b/src/pages/goods-details/components/details-model.vue @@ -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 } // 获取预约车数量 diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index d9a4f1d..8519099 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -3,7 +3,7 @@ - + { 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], }) diff --git a/src/static/index/4sbfn 拷贝.png b/src/static/index/4sbfn 拷贝.png deleted file mode 100644 index e61f146..0000000 Binary files a/src/static/index/4sbfn 拷贝.png and /dev/null differ diff --git a/src/static/index/8 dfsg拷贝.png b/src/static/index/8 dfsg拷贝.png deleted file mode 100644 index d0acf36..0000000 Binary files a/src/static/index/8 dfsg拷贝.png and /dev/null differ