Commit a49b1ade by cocomilk2012

update

parent 0c535296
Showing with 3 additions and 2 deletions
......@@ -256,7 +256,7 @@ export default {
const tempStr = tempArr[1];
const QQXBUA = JSON.parse(tempStr);
let version = QQXBUA.version;
console.log('version=',version);
console.log("version=", version);
if (version < "2.1.9") {
this.toPay_old();
} else {
......@@ -295,7 +295,7 @@ export default {
barColor: "#ffffff"
})
.then(res => {});
console.log("setBarColor");
const failUrl = encodeURIComponent(
"https://pay.qinqinxiaobao.com/callback/fail"
);
......@@ -307,6 +307,7 @@ export default {
const selected = 0;
const fee = this.data.waitPay;
let payUrl = `${this.payUrl}&accountId=${this.currentPerId}&payMethod=${payMethod}&payType=${payType}&fee=${fee}&selected=0&failUrl=${failUrl}&successUrl=${successUrl}`;
console.log("old_pay_url=", payUrl);
window.onpageshow = null;
window.onpageshow = function(event) {
location.reload();
......
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