feat: 代客下单更新
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
import QRCode from "qrcode";
|
||||
import orderApi from "@/api/order/order";
|
||||
import payApi from "@/api/order/pay";
|
||||
|
||||
import { ElMessage } from "element-plus";
|
||||
export default {
|
||||
props: {
|
||||
order: {
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
|
||||
confirm() {
|
||||
if (!this.form.code) {
|
||||
return this.$message.error("请输入或扫付款码");
|
||||
return ElMessage.error("请输入或扫付款码");
|
||||
}
|
||||
this.close();
|
||||
this.$emit("confirm", this.form.code, this.paysSel ? true : false);
|
||||
|
||||
Reference in New Issue
Block a user