This commit is contained in:
linfso 2025-06-20 13:50:30 +08:00
parent 12ad242f63
commit 61b89bae50

View File

@ -274,7 +274,7 @@ export default {
},
handleWeixinPay(){
this.billNo = this.$route.query.bid;
const authUrl = this.generateAuthUrl("https://oms.tanex56.com/onlinePay/","snsapi_base",this.billNo);
const authUrl = this.generateAuthUrl("https://oms.tanex56.com/onlinePay","snsapi_base",this.billNo);
window.location.href = authUrl;
},
requestPayment(code,state) {