|
|
@@ -189,7 +189,7 @@ export default {
|
|
|
xjDataInfo:{},
|
|
|
shareDiscount:1,
|
|
|
ghsId:0,
|
|
|
- newCustomGift:{amount:100,miniCost:500,validTime:'2021-12-05'},
|
|
|
+ newCustomGift:{xrFlAmount:0},
|
|
|
isNewCustom:false,
|
|
|
showInvite:false,
|
|
|
//推荐新人福利
|
|
|
@@ -377,6 +377,7 @@ export default {
|
|
|
}
|
|
|
uni.setNavigationBarTitle({title: this.ghsInfo.name})
|
|
|
this.option.id = res.data.id;
|
|
|
+ this.newCustomGift.xrFlAmount = res.data.xrFlAmount
|
|
|
}).catch(err => {})
|
|
|
} else {
|
|
|
this.ghsId = this.option.id
|
|
|
@@ -394,6 +395,7 @@ export default {
|
|
|
this.isNewCustom = true
|
|
|
}
|
|
|
this.tjFl = res.data.tjFl
|
|
|
+ this.newCustomGift.xrFlAmount = res.data.xrFlAmount
|
|
|
}).catch(err => {})
|
|
|
}
|
|
|
},
|