[最新更新]
This commit is contained in:
@@ -75,14 +75,9 @@ Page({
|
||||
loding: false
|
||||
})
|
||||
break;
|
||||
default:
|
||||
wx.showToast({
|
||||
title: '请选择支付',
|
||||
icon : 'none'
|
||||
})
|
||||
this.setData({
|
||||
loding: false
|
||||
})
|
||||
case 'baofoo':
|
||||
this.baofuPay()
|
||||
break;
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
</view>
|
||||
<radio class="radio-radio" value="coin" color="#da2b54" checked="{{payType == 'coin'}}"/>
|
||||
</label>
|
||||
<label class="radio-flex" wx:if="{{can.baofu == 1}}">
|
||||
<label class="radio-flex" wx:if="{{can.baofoo == 1}}">
|
||||
<view class="radio-text">
|
||||
<image class="radio-icon" src="/static/pay/wechat.png"></image>
|
||||
<text>微信支付(宝付)</text>
|
||||
</view>
|
||||
<radio class="radio-radio" value="baofu" color="#da2b54" checked="{{payType == 'baofu'}}"/>
|
||||
<radio class="radio-radio" value="baofoo" color="#da2b54" checked="{{payType == 'baofoo'}}"/>
|
||||
</label>
|
||||
</radio-group>
|
||||
<view class="radio-lay" wx:if="{{loding}}"></view>
|
||||
|
||||
Reference in New Issue
Block a user