msb_prod
ch 2 years ago
parent 17997d90b1
commit 163fda762b

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-07-08 11:46:30
* @LastEditors: ch
* @LastEditTime: 2022-07-12 14:44:17
* @LastEditTime: 2022-07-12 14:47:21
* @Description: file content
-->
<template>
@ -117,14 +117,14 @@ const ENV = process.env;
const {error, result} = await this.getPayData('WX_H5');
if(result){
// h5windowAPI
window.location.replace(data.payDataInfo.h5Url);
window.location.replace(result.payDataInfo.h5Url);
}
},
async aliPay(){
const {error, result} = await this.getPayData('ALI_WAP');
if(result){
// h5windowAPI
window.location.replace(data.payDataInfo.payUrl);
window.location.replace(result.payDataInfo.payUrl);
}
},
async getPayData(payCode){

Loading…
Cancel
Save