浏览代码

文案 ”个“修改为”颗“

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>