修改share地址问题

master
lemon橪 2021-06-18 16:04:43 +08:00
parent 0408cb3ef6
commit c8c531db17
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export default {
uni.share({ uni.share({
provider: "weixin", provider: "weixin",
scene: scene, scene: scene,
href: configs.downloadLink + this.link, href: configs.shareLink + this.link,
imageUrl: this.thumbnail, imageUrl: this.thumbnail,
type: 0, type: 0,
summary: this.goodsName, summary: this.goodsName,