1.0.10 • Published 3 years ago

fullspeed-wxshare v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago