Files
tk-mini-program/unpackage/dist/build/mp-weixin/components/DifferenceArray.js
pengxiaolong e464d99af5 优化页面
2025-06-17 22:04:18 +08:00

2 lines
149 B
JavaScript

"use strict";exports.DifferenceArray=function(r){const e=Date.now()/1e3,t=Math.ceil((r-e)/3600);return Array.from({length:t},((r,e)=>String(e+1)))};