Explorar el Código

文案 ”个“修改为”颗“

DELL hace 3 años
padre
commit
27da18ecab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>