初始化

master
法外狂徒张三 2024-08-30 10:54:21 +08:00
parent 0515536d43
commit 78bf1d4deb
1 changed files with 5 additions and 14 deletions

View File

@ -94,7 +94,6 @@
@pagination="getList" @pagination="getList"
/> />
<div ref="alipayWap" v-html="alipay" />
</el-tabs> </el-tabs>
@ -157,19 +156,11 @@ export default {
}, },
methods: { methods: {
gotoMaintained(customer){ gotoMaintained(customer){
// this.pay.subject=customer.sysIntro
payTwoHundred({}).then((res) => { this.pay.traceNo=Math.floor(Math.random() * 900000) + 100000
// this.pay.totalAmount=customer.sysNumber
this.alipay = res.data; const url = `http://47.116.173.119:80/pay/alipay/pay?traceNo=${this.pay.traceNo}`;
// window.open(url, '_self'); // URL
this.$nextTick(() => {
//
this.$refs.alipayWap.children[0].submit();
setTimeout(() => {
// this.toPayFlag = false;
}, 500);
});
})
}, },
getType(activeNameL){ getType(activeNameL){
this.activeNameL=activeNameL this.activeNameL=activeNameL