1.0.10 • Published 4 years ago

fullspeed-wxshare v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

使用说明

1.引入

import share from 'fullspeed-wxshare'

2.使用

share();
new window.wxShare({
  getSignature: 'https://toptalk2020.fullspeed.cn/public/getsignature', //请求接口
  shareUrl: encodeURIComponent(window.location.href.split("#")[0]), //分享 url
  shareData: {
    title: "微信分享标题",
    desc: "微信分享描述",
    link: '', //分享链接,该链接域名必须与当前企业的可信域名一致
    imgUrl: '', //分享图标

  },
  debug: false
})
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago