取货提示框

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