Skip to content

ufologist/weapp-commons-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    • switchTab

About

微信小程序通用工具库

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published