This commit is contained in:
zhangmanman
2021-08-13 13:30:35 +08:00
parent 540d76bdb8
commit 8f7cc986c2
46 changed files with 1582 additions and 1056 deletions

View File

@@ -25,21 +25,20 @@ Page({
score : '', //应付总积分
freight : '', //运费
welfareType : '', //权益类型
noticeShow : false, //须知显示状态
noticeShow : true, //须知显示状态
addressShow : false, //收货地址显示
payWayIndex : 0,
unicomPay : getApp().globalData.unicomPay //是否有沃支付
unicomPay : '' //是否有沃支付
},
/**
* 生命周期函数--监听页面加载
*/
onLoad (options) {
console.log(getApp().globalData.unicomPay)
this.setData({
rightId : options.right_id,
welfareId: options.welfare_id
welfareId: options.welfare_id,
unicomPay: getApp().globalData.unicomPay
})
// 获取卡券列表