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,