郭宇琦 hai 2 días
pai
achega
0a49608dad
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      utils/util.js

+ 1 - 2
utils/util.js

@@ -2,8 +2,7 @@ import dayjs from 'dayjs'
 import duration from 'dayjs/plugin/duration'
 dayjs.extend(duration);
 const systemInfo = uni.getSystemInfoSync();
-// const Language = systemInfo.language == 'zh_CN' ? 'zh' : 'en' // 'zh' | 'en'
-const Language = 'en' // 'zh' | 'en'
+ const Language = systemInfo.language == 'zh_CN' ? 'zh' : 'en' // 'zh' | 'en'
 const formatTime = (date) => {
 	const year = date.getFullYear();
 	const month = date.getMonth() + 1;