[更新]
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
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
</view>
|
||||
<radio class="radio" value="1" checked></radio>
|
||||
</view>
|
||||
<view class="payContList-label">
|
||||
<view class="payContList-label" wx:if="{{unicomPay}}">
|
||||
<view class="payContList-label-name">
|
||||
<image class="payContList-label-img" src="/static/img/wqb.jpg"></image>
|
||||
沃钱包支付
|
||||
|
||||
Reference in New Issue
Block a user