瀏覽代碼

bug修改

郭宇琦 3 天之前
父節點
當前提交
629977c697
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/util.js

+ 2 - 2
utils/util.js

@@ -2,8 +2,8 @@ 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 Language = 'en' // 'zh' | 'en'
 const formatTime = (date) => {
 	const year = date.getFullYear();
 	const month = date.getMonth() + 1;