添加支付宝支付

master
wayn 3 years ago
parent 099a4d4b9a
commit 4f4055d342

@ -59,8 +59,8 @@ export default {
goodsList: [],
orderSn: undefined,
actualPrice: 0,
retryCount: 3, //
retryInterval: 1500 //
retryCount: 5, //
retryInterval: 500 //
}
},
computed: {

@ -19,15 +19,11 @@
<van-cell-group>
<van-cell>
<template slot="title">
<img
src="../../../assets/images/ali_pay.png"
alt="测试支付"
width="82"
height="29"
>
<p style="font-size: 17px">测试支付方式</p>
</template>
<van-radio name="test" />
</van-cell>
<van-cell>
<template slot="title">
<img
src="../../../assets/images/ali_pay.png"
@ -72,7 +68,7 @@ export default {
data() {
return {
payWay: 'ali',
payWay: 'test',
orderSn: undefined,
actualPrice: 0
}

Loading…
Cancel
Save