小程序自定义时间控件

js: // page/client/pages/bring-watch/bring-watch.js const app=getApp(); const date= new Date(); const hours = []; const minutes = []; for ( let i = 0; i <= 23; i++) { hours.push(i) } for ( let i = 0;
相关文章
相关标签/搜索