Browse Source

修复小程序多语言显示

吴昊天 2 năm trước cách đây
mục cha
commit
3737d0711b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      template/uni-app/pages/admin/statistics/index.vue

+ 1 - 1
template/uni-app/pages/admin/statistics/index.vue

@@ -25,7 +25,7 @@
 		</div>
 		<div class="wrapper">
 			<div class="title">
-				{{ time == 'date'?'':title }}{{ this.where.type == 1 ? $t(`营业额(元)`) : $t(`订单量(份)`) }}
+				{{ time == 'date'?'':title }}{{ where.type == 1 ? $t(`营业额(元)`) : $t(`订单量(份)`) }}
 			</div>
 			<div class="money">{{ time_price }}</div>
 			<div class="increase acea-row row-between-wrapper">