diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue
index 18f0d52..9fc7456 100644
--- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue
@@ -39,8 +39,8 @@
- ¥{{ item.price }}
- {{ item.unit }} {{ item.short_term }} {{ item.short_term==='1' ? '(可短租)' : '' }}
+ ¥{{ item.discount_price }}
+ {{ item.unit }} {{ item.short_term==='1' ? '(可短租)' : '' }}
@@ -52,7 +52,7 @@
-
{{ item.name }}
+
{{ item.product_name }}
企业名称:
diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue
index 510d36d..e013f3f 100644
--- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue
+++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue
@@ -2,7 +2,8 @@