dusenyao 4 년 전
부모
커밋
172ab3c551
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>