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

@@ -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
})
},

View File

@@ -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>
沃钱包支付