@ -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>
@ -72,7 +68,7 @@ export default {
data() {
return {
payWay: 'ali',
payWay: 'test',
actualPrice: 0