Parcourir la source

文案 ”个“修改为”颗“

DELL il y a 3 ans
Parent
commit
27da18ecab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/ticketBox/detail.vue

+ 1 - 1
pages/ticketBox/detail.vue

@@ -44,7 +44,7 @@
 								<text class="title">{{ item.title }}</text>
 								<text class="num"
 									v-if="item.prizeType != 'coin'">价值:¥{{ $numberFormat(item.value) }}</text>
-								<text class="num" v-else>数量:{{ item.value }}</text>
+								<text class="num" v-else>数量:{{ item.value }}</text>
 								<text class="num">概率:{{ item.hitRate }}%</text>
 							</view>
 							<view class="name">{{ item.name }}</view>