Explorar el Código

修改README.md

胡家华 hace 5 años
padre
commit
1579aaef80
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -16,4 +16,6 @@ npm install mall_utils
16 16
 **keepTwoDecimalFull** | number | 四舍五入保留2位小数(不够位数,则用0替补) | void
17 17
 **showSaleNumText** | number | 显示销量的文本 | string
18 18
 **ScanSensitiveWords** | string | 查找敏感词 屏蔽为 **** | string
19
+**getDiffTime** | Date | 计算时差| 包含年月日时分秒的Object
20
+**RandomColor** |  | 随机颜色 | string
19 21