Fix:4643 【旅居商城小程序】没开转赠的团购礼包领取页面需要单独关闭右上角转发功能
(cherry picked from commit c9f3767cbd)
This commit is contained in:
@@ -83,6 +83,9 @@ export default {
|
||||
code: code
|
||||
}).then(res => {
|
||||
this.giftCard = res.data || {}
|
||||
if(this.giftCard.canTransfer === 0 ) {
|
||||
uni.hideShareMenu()
|
||||
}
|
||||
this.isExpire = this.giftCard.isExpire === 1
|
||||
if(this.isTravelGroup && res.data.isUserReceive === 1) {
|
||||
const obj = {
|
||||
|
||||
Reference in New Issue
Block a user