weapp-commons-util
v0.0.4
Published
微信小程序通用工具库
Downloads
3
Readme
weapp-commons-util
微信小程序通用工具库
Example
import {
appendUrl
} from 'weapp-commons-util';
appendUrl('https://domain.com', {
a: 1,
b: 2
});
APIDoc
util
- 工具函数appendUrl
checkUpdate
getCssString
getCurrentPageUrl
getCurrentPageUrlParams
getHttpResponseHeaderValue
hasAuth
invokePageMethod
isGetPhoneNumberSuccess
isGetUserInfoSuccess
reloadCurrentPage
wx
- 包装 wx 的方法navigateBack
navigateTo
redirectTo