md
This commit is contained in:
parent
12ad242f63
commit
61b89bae50
@ -274,7 +274,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleWeixinPay(){
|
handleWeixinPay(){
|
||||||
this.billNo = this.$route.query.bid;
|
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;
|
window.location.href = authUrl;
|
||||||
},
|
},
|
||||||
requestPayment(code,state) {
|
requestPayment(code,state) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user