xiongyi 2 өдөр өмнө
parent
commit
a94479360b

+ 1 - 1
component/allPrice/allPrice.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="container flex-row">
-		<view>¥</view>
+		<view>{{$()}}</view>
 		<view class="integer-part">{{integerPart}}</view>
 		<view style="font-size: 32rpx;">{{decimalPart}}</view>
 	</view>