|
|
@ -401,7 +401,7 @@ |
|
|
|
created() { |
|
|
|
|
|
|
|
// console.log("==========", getApp().globalData.isNewUser); |
|
|
|
if (getApp().globalData.isNewUser == '1') |
|
|
|
if (getApp().globalData.isPurchase == '1') |
|
|
|
this.showModal = true |
|
|
|
}, |
|
|
|
onShow() { |
|
|
@ -433,8 +433,8 @@ |
|
|
|
this.transferInfo.remarks = event.target.value |
|
|
|
}, |
|
|
|
shareGift() { |
|
|
|
|
|
|
|
if (this.shareSid && getApp().globalData.isNewUser) { |
|
|
|
// 邀请新人 助力礼包 isNewUser==1 可以助力 |
|
|
|
if (this.shareSid && getApp().globalData.isNewUser=='1') { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
@ -604,7 +604,8 @@ |
|
|
|
_this.$api.createNewUserBagOrder(params).then((resp) => { |
|
|
|
|
|
|
|
// console.log("resp", resp); |
|
|
|
this.$pay(resp) |
|
|
|
_this.$pay(resp) |
|
|
|
_this.showModal2 = false |
|
|
|
}).catch(e => {}) |
|
|
|
|
|
|
|
|
|
|
@ -671,7 +672,7 @@ |
|
|
|
title: '汇融惠享-云菜窖', |
|
|
|
// ② |
|
|
|
path: '/pages/login/login?data=' + value, |
|
|
|
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/shareAffeection.png', //自定义图片路径,显示图片长宽比是 5:4。 |
|
|
|
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/share_transfer.png', //自定义图片路径,显示图片长宽比是 5:4。 |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|