当使用 moment.js 的时候,默认一周第一天为上周日,需要引入 zh-cn.js,并将语言环境设置为中国 moment.locale('zh-CN');。
zh-cn.js
moment.locale('zh-CN');