取货提示框

This commit is contained in:
zmj 2023-11-22 13:42:01 +08:00
parent 1f0ea2fe29
commit 57b85ee519

View File

@ -377,6 +377,9 @@
import { import {
getDetil getDetil
} from "@/api/logistics.js" } from "@/api/logistics.js"
import {
Toast
} from "../../libs/uniApi"
export default { export default {
data() { data() {
return { return {
@ -419,6 +422,8 @@
setTimeout(() => { setTimeout(() => {
uni.navigateBack() uni.navigateBack()
}, 2000) }, 2000)
}).catch((err) => {
Toast(err.msg)
}) })
this.showPop = false this.showPop = false