Task:礼品赠送/送礼、分享。收礼

This commit is contained in:
modendeveloper
2025-02-23 21:16:10 +08:00
parent aedc2fd768
commit 0f5f19d9a0
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export default {
computed: mapGetters(["userInfo"]),
onShareAppMessage() {
return {
title: '送朋友',
title: this.message || '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftKey}`,
imageUrl: this.giftImage
}