1.4.0 • Published 7 years ago

wechat-shares v1.4.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

开发说明:

##例子用法:
```
通过require('wechat-shares')或者import wxShare from 'wechat-shares';然后实例化即可:
```
var options = {
    title_swx: '', //分享标题
    desc_swx: '', //分享描述
    shareImgs: '', //分享图标
    serverUrl:'' //微信服务器接口地址
}
//实例化
new wxShare(options,function(){
    //分享成功后的回调函数
    console.log('分享成功的回调')
});
```

联系方式

  • Email:10777033@qq.com
  • QQ : 1077703392