v1.9 优化缴费页面扫码缴费

This commit is contained in:
wuxw 2025-08-01 15:51:04 +08:00
parent cfccdf5c68
commit c6bec22b72
2 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ export function qrCodePayment(data) {
data.communityId = getCommunityId() data.communityId = getCommunityId()
data.subServiceCode = 'fee.payFee' data.subServiceCode = 'fee.payFee'
request({ request({
url: '/payment/qrCodePayment', url: '/payment.qrCodePayment',
method: 'post', method: 'post',
data data
}).then(response => { }).then(response => {
@ -136,7 +136,7 @@ export function checkPayFinish(data) {
data.communityId = getCommunityId() data.communityId = getCommunityId()
data.subServiceCode = 'fee.payFee' data.subServiceCode = 'fee.payFee'
request({ request({
url: '/payment/checkPayFinish', url: '/payment.checkPayFinish',
method: 'post', method: 'post',
data data
}).then(response => { }).then(response => {

View File

@ -44,8 +44,8 @@ export default {
logo: '', logo: '',
companyName:'', companyName:'',
loginForm: { loginForm: {
username: 'wuxw', username: '',
passwd: 'admin', passwd: '',
validateCode: '' validateCode: ''
}, },
captchaUrl: '', captchaUrl: '',