iuap-design / tinper-bee

🐝 一套基于 react.js 和 iuap design 设计语言实现的前端组件库 http://bee.tinper.org
MIT License
542 stars 71 forks source link

日期组件 周组件 清空后再选择变为英文 #640

Closed 125621027 closed 3 years ago

125621027 commented 4 years ago

环境及版本信息

您所在的部门或项目名称:

描述这个问题:

1、组件相关代码


代码粘贴区域
const cn = typeof window !== 'undefined' ? location.search.indexOf("cn") !== -1 : true;

const now = moment();
if (cn) {
  now.locale("zh-cn").utcOffset(8);
} else {
  now.locale("en-gb").utcOffset(0);
}

2、报错信息

当前的行为:效果(可截图说明)及动作描述

期望的行为:

niceHou commented 3 years ago

请升至最新版本。