From f7abec5e773514796d9d5346b637912a498c95be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com>
Date: Thu, 16 Mar 2023 14:51:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/get/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/get/index.vue b/src/pages/get/index.vue
index 6c585cb..3759f91 100644
--- a/src/pages/get/index.vue
+++ b/src/pages/get/index.vue
@@ -34,7 +34,7 @@
>
@@ -58,7 +58,7 @@
刷新列表
-
+
@@ -177,14 +177,14 @@ export default {
/**
* 报价
*/
- postPrice(id) {
+ showPostPriceModal(id) {
this.$store.commit("order/setPostId", id);
this.showPriceModal = true;
},
/**
* 确认价格
*/
- rcvPostPrice(e) {
+ postPrice(e) {
this.showPriceModal = false;
this.getOrder({
id: e.id,