摘要:
formatSeconds: function(value) { let that = this; var chetheTime = parseInt(value); // value是时间戳 var timestamp = (new Date()).getTime(); var date3 = chetheTime - timestamp; //计算出相差天数 var days = Math.f 阅读全文
posted @ 2019-09-11 10:23
ThisCall
阅读(199)
评论(0)
推荐(0)