[更新]
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
// 获取卡券列表
|
||||
|
||||
Reference in New Issue
Block a user