Commit 8bb0074a authored by malin's avatar malin

t

parent da2bf14e
...@@ -107,6 +107,7 @@ export default { ...@@ -107,6 +107,7 @@ export default {
// 网络请求,获取支付结果 // 网络请求,获取支付结果
_fetchInfo() { _fetchInfo() {
const orderId = utils.getCookie("orderId"); const orderId = utils.getCookie("orderId");
let params = { let params = {
pkg: "com.h5game.peidui", pkg: "com.h5game.peidui",
orderId: orderId, orderId: orderId,
...@@ -121,7 +122,7 @@ export default { ...@@ -121,7 +122,7 @@ export default {
this.is_result = false; this.is_result = false;
return this._fetchInfo(); return this._fetchInfo();
} }
}, 2000); }, 1000);
return; return;
} else { } else {
this.result = res.result.data; this.result = res.result.data;
......
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