初始化
parent
e4e4048392
commit
f4bbf03b3d
|
@ -154,7 +154,7 @@ export default {
|
||||||
|
|
||||||
async goToPaySuccess(customer){
|
async goToPaySuccess(customer){
|
||||||
//在这里我选择了window.open(url,'_self')形式,也就是不跳转新的页面,在本页面直接跳转
|
//在这里我选择了window.open(url,'_self')形式,也就是不跳转新的页面,在本页面直接跳转
|
||||||
window.open("http://127.0.0.1:8080/alipay/pay?subject="+customer.sysIntro+"&traceNo="+Math.floor(Math.random() * 900000) + 100000+"&totalAmount="+customer.sysNumber,'_self')
|
window.open("http://10.0.2.1:80/alipay/pay?subject="+customer.sysIntro+"&traceNo="+Math.floor(Math.random() * 900000) + 100000+"&totalAmount="+customer.sysNumber,'_self')
|
||||||
},
|
},
|
||||||
|
|
||||||
getType(activeNameL){
|
getType(activeNameL){
|
||||||
|
|
Loading…
Reference in New Issue