Task:礼品赠送/送礼、分享。收礼
This commit is contained in:
@@ -23,6 +23,13 @@ export default {
|
||||
onShow() {
|
||||
this.giftChooseAddress = uni.getStorageSync('giftChooseAddress') || {}
|
||||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: this.giftCard.message || '礼笺轻启,礼藏心意',
|
||||
path: `/pkg_user/views/gift/receive?code=${this.giftCard.code}`,
|
||||
imageUrl: this.giftCard.image
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getGiftCard(code) {
|
||||
getGiftCardDetail({
|
||||
|
||||
Reference in New Issue
Block a user