[更新]
This commit is contained in:
@@ -15,7 +15,8 @@ Page({
|
||||
payTips : 1, //支付方式
|
||||
payState : false, //支付状态
|
||||
orderId : '', //支付订单
|
||||
}
|
||||
},
|
||||
unicomPay : '' //是否有沃支付
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -24,7 +25,8 @@ Page({
|
||||
onLoad (options) {
|
||||
this.setData({
|
||||
orderType: options.orderType,
|
||||
stateType: options.stateType
|
||||
stateType: options.stateType,
|
||||
unicomPay: getApp().globalData.unicomPay
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user