dusenyao 4 anni fa
parent
commit
172ab3c551
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/course_details/index.vue

+ 2 - 2
src/views/course_details/index.vue

@@ -50,7 +50,7 @@
             <div v-else>The purchase channel has been closed</div>-->
             <div>
               <span class="price">
-                $
+                ¥
                 <span class="price_1" v-text="changePrice('1', CourseData.price)"></span>
                 <span class="price_2" v-text="changePrice('2', CourseData.price)"></span>
               </span>
@@ -73,7 +73,7 @@
               <p>{{ item.book_author }}</p>
               <div class="operation">
                 <span class="price">
-                  $
+                  ¥
                   <span class="price_1" v-text="changePrice('1', item.book_price)"></span>
                   <span class="price_2" v-text="changePrice('2', item.book_price)"></span>
                 </span>