0.0.4 • Published 5 years ago

weapp-commons-util v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

weapp-commons-util

NPM version Build Status Coverage Status changelog license

npm-image

微信小程序通用工具库

Example

import {
    appendUrl
} from 'weapp-commons-util';

appendUrl('https://domain.com', {
    a: 1,
    b: 2
});

APIDoc

ESDoc

  • util - 工具函数
    • appendUrl
    • checkUpdate
    • getCssString
    • getCurrentPageUrl
    • getCurrentPageUrlParams
    • getHttpResponseHeaderValue
    • hasAuth
    • invokePageMethod
    • isGetPhoneNumberSuccess
    • isGetUserInfoSuccess
    • reloadCurrentPage
  • wx - 包装 wx 的方法
    • navigateBack
    • navigateTo
    • redirectTo