Explorar o código

修复小程序多语言显示

吴昊天 %!s(int64=3) %!d(string=hai) anos
pai
achega
3737d0711b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">