|
@@ -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>
|