Browse Source

漏提交

xiongyi 1 day ago
parent
commit
a94479360b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/allPrice/allPrice.vue

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