songzhen 1 month ago
parent
commit
433bce45e6
1 changed files with 1 additions and 1 deletions
  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">
           <span>{{ itemData.priceUnit }}</span>
-          <span>{{ itemData.price }}</span>
+          <span>{{ itemData.lowestPrice }}</span>
         </div>
       </div>
     </div>