1.1.13 • Published 4 years ago

servyou-sj-fe v1.1.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

servyou-sj-fe

A package of common js functions

Installation

npm install -D servyou-sj-fe

Usage

  import { toDoubleThousands } from 'servyou-sj-fe'

  toDoubleThousands(23453455); // 23,453,455

  // antD重构皮肤 .webpackrc Umi 配置文件需要加入
  {
      "extraBabelPlugins": [
          ["import", {"libraryName": "antd", "libraryDirectory": "es", "style": true}]
      ],
      "theme": "./node_modules/servyou-sj-fe/lib/servyou-antd-theme.js" 
  }

Table of Content

方法名用途
toDoubleThousands数据千分位
clickBlankToHideWithJQjQuery点击空白处隐藏某区域
formatDate日期格式化:new Date()后转化为2019-10-01,间隔符自定义
strLength判断字符串长度,英文占一个字符,中文占两个字符
flexBigScreen页面布局自适应
highLightKeywords高亮关键字
convertToTreeData扁平结构转树结构
diffFromArrays从两个数组中找出不同拼成另一个数组
isPhone是否是手机
isEmail是否是电子邮箱
isID是否是身份证号码
1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago