SyuanYu 6 days ago
parent
commit
974777098a
1 changed files with 4 additions and 5 deletions
  1. 4 5
      frontend/src/views/aiReporter.vue

+ 4 - 5
frontend/src/views/aiReporter.vue

@@ -106,13 +106,12 @@ async function ecpay() {
                   <div class="d-flex flex-column">
                     <h5 class="my-5 text-h5">{{ item.view }}</h5>
                   </div>
-                  <p class="price">
-                    NT${{ item.price }} <br />
-                    <!-- <small>NT${{ item.originalPrice }}</small> -->
-                  </p>
+                  <p class="price">NT${{ item.price }} <br /></p>
                 </v-card-title>
 
-                <v-card-text class="d-flex align-center justify-center mt-3 pb-0">
+                <v-card-text
+                  class="d-flex align-center justify-center mt-3 pb-0"
+                >
                   <ul>
                     <li
                       v-for="(item, index) in items"