Преглед изворни кода

文案 ”个“修改为”颗“

DELL пре 3 година
родитељ
комит
27da18ecab
1 измењених фајлова са 1 додато и 1 уклоњено
  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>