Commit 31b546b1 by cocomilk2012

update

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