Methods
-
asterisk(num)
-
星号生成
Parameters:
Name Type Description num
number 需要几个星号
-
dataURLtoBlob(dataUrl)
-
Base64->Blob
Parameters:
Name Type Description dataUrl
Object Base64 图片数据
Returns:
返回Blob图片地址
- Type
- string
-
delHtmlTag(str)
-
html -> txt
Parameters:
Name Type Description str
string html字符串
Returns:
返回纯文本
- Type
- string
-
documentTitle(arr)
-
页面title
Parameters:
Name Type Description arr
string/Array 需要设置的标题
-
getBytesCount(str)
-
统计中英文数量
Parameters:
Name Type Description str
string 统计的字符串 1个汉字 等于两个字母
Returns:
统计的数量
- Type
- number
-
getGoodNum(g, m, b)
-
好评率
Parameters:
Name Type Description g
number 好评数量
m
number 中评数量
b
number 差评数量
-
getPageOn()
-
获取分页数值 pageOn
-
inputNum(e)
-
只能输入数字 替换后 光标在原来位置
Parameters:
Name Type Description e
object 传进来的字符串
-
isCardId(str)
-
验证身份证
Parameters:
Name Type Description str
string 传进来的字符串
-
isMobile(val)
-
判断是否是手机号
Parameters:
Name Type Description val
string 传进来的字符串
-
isPhone()
-
判断是手机端还是电脑端
-
loginReturnUrl()
-
登录后跳转
-
priceCents(val)
-
价格转成 分
Parameters:
Name Type Description val
string/number 格式化价格
-
priceIsOk(price)
-
判断价格是否合法
Parameters:
Name Type Description price
string 传进来的价格
-
priceOnBlur(e)
-
价格表单离开
Parameters:
Name Type Description e
object 格式化价格
-
priceOnKeyUp(e)
-
价格控制
Parameters:
Name Type Description e
object 格式化价格
-
redirect(address)
-
跳转
Parameters:
Name Type Description address
string 跳转地址
-
showImg(url, width, height, key)
-
防盗链iframe
Parameters:
Name Type Description url
string 传进去url
width
string 宽度
height
string 高度
key
string 可变ID
-
strURLReplace(str)
-
替换字符串中的URL
Parameters:
Name Type Description str
string 传进来的字符串
-
timeBefore(now, time)
-
几天前
Parameters:
Name Type Description now
string 当前时间戳
time
string 需要算的时间戳
-
toDecimal2(x)
-
个人账户
Parameters:
Name Type Description x
number 价格
-
toFixedNumPriceOne(num, start)
-
转价格
Parameters:
Name Type Description num
string/object 价格
start
number 开始位置
-
toFixedNumPriceTwo(num)
-
保留两位价格
Parameters:
Name Type Description num
string 价格
-
txtIntercept(str, num)
-
截取长度
Parameters:
Name Type Description str
string 被截取的字符串
num
number 需要截取的长度
Returns:
统计的数量
- Type
- string
-
urlParam(name [, url])
-
截取URL参数
Parameters:
Name Type Argument Description name
string 截取的key
url
string <optional>
被截取的url
Returns:
截取的val
- Type
- string