Commit be2bdd90 authored by zhengke's avatar zhengke

2

parent 143595d3
......@@ -177,7 +177,6 @@
OrderSource: 8
}, res => {
if(res.data.resultCode == 1) {
console.log(res.data.data)
if(Object.keys(res.data.data).length == 0) {
if(Type == 2) {
this.getCodeUrl(obj)
......@@ -239,7 +238,6 @@
this.apipost('OnlinePay_post_GetCodeUrl', msg, res => {
if(res.data.resultCode == 1) {
console.log(res,'response');
this.payPic = res.data.data.CodeURL
this.lastTime = new Date(res.data.data.ExpireDate)
this.nowDate=new Date(res.data.data.NowDate)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment