控制台报错:
原因:后端返回的时间戳是字符串格式的
解决:将字符串转为数字即可
<p class="time">{{!createTime?'':moment(Number(createTime)).format(formates)}}</p>