songzhen 1 ماه پیش
والد
کامیت
433bce45e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/TravelProject/Item.vue

+ 1 - 1
src/components/TravelProject/Item.vue

@@ -29,7 +29,7 @@
         />
         />
         <div class="flex items-center space-x-2">
         <div class="flex items-center space-x-2">
           <span>{{ itemData.priceUnit }}</span>
           <span>{{ itemData.priceUnit }}</span>
-          <span>{{ itemData.price }}</span>
+          <span>{{ itemData.lowestPrice }}</span>
         </div>
         </div>
       </div>
       </div>
     </div>
     </div>