Commit 31b546b1 by cocomilk2012

update

parent 63347dcb
Showing with 4 additions and 8 deletions
......@@ -45,7 +45,7 @@
</div>
</div>
<div class="header_info">
<div class="left" @click="toPay()">
<div class="left" @click="toPay_old()">
<img src="../../assets/images/icon01.png" alt />
<span>充值</span>
</div>
......@@ -264,7 +264,7 @@ export default {
}
}
} else {
this.toPay_new();
this.toPay_old();
}
},
toPay_new() {
......@@ -296,12 +296,8 @@ export default {
})
.then(res => {});
console.log("setBarColor");
const failUrl = encodeURIComponent(
"https://pay.qinqinxiaobao.com/callback/fail"
);
const successUrl = encodeURIComponent(
"https://pay.qinqinxiaobao.com/callback/success"
);
const failUrl = encodeURIComponent("https://pay.qinqinxiaobao.com/callback/fail");
const successUrl = encodeURIComponent("https://pay.qinqinxiaobao.com/callback/success");
const payMethod = 0;
const payType = 4;
const selected = 0;
......
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 sign in to comment