|
@@ -193,7 +193,7 @@ const paySubmit = async () => {
|
|
id: payOrder.value.id
|
|
id: payOrder.value.id
|
|
}
|
|
}
|
|
const res = await payOrderSubmit(params)
|
|
const res = await payOrderSubmit(params)
|
|
- payQrCodeTxt.value = res?.displayContent || '' // 生成二维码内容
|
|
|
|
|
|
+ if (!showCustom.value) payQrCodeTxt.value = res?.displayContent || '' // 生成二维码内容
|
|
initIntervalFun()
|
|
initIntervalFun()
|
|
if (timer.value) clearInterval(timer.value); timer.value = null
|
|
if (timer.value) clearInterval(timer.value); timer.value = null
|
|
timer.value = setInterval(() => { payStatus() }, 1000) // 轮巡查询用户是否支付
|
|
timer.value = setInterval(() => { payStatus() }, 1000) // 轮巡查询用户是否支付
|
|
@@ -284,7 +284,8 @@ const remainderCalc = () => {
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
.list-item {
|
|
.list-item {
|
|
- width: 250px;
|
|
|
|
|
|
+ // width: 250px;
|
|
|
|
+ width: 20%;
|
|
background-color: #f7f8fa;
|
|
background-color: #f7f8fa;
|
|
}
|
|
}
|
|
.active {
|
|
.active {
|