This website requires JavaScript.
Explore
Help
Sign In
FreeERP
/
FreeERP.Applet
Watch
4
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1c5c013861f23887c7109979b45f2f5a62fced7a
FreeERP.Applet
/
miniprogram
/
miniprogram_npm
/
tdesign-miniprogram
/
count-down
/
count-down.wxs
T
4 lines
81 B
XML
Raw
Normal View
History
Unescape
Escape
初始化项目, 添加TDesign等包
2025-11-28 16:49:36 +08:00
module.exports.format = function (num) {
return num
< 10
?
'0'
+
num
:
num;
};
Reference in New Issue
Copy Permalink