Browse Source

修改README.md

胡家华 5 years ago
parent
commit
1579aaef80
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

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