Commit 8bb0074a authored by malin's avatar malin

t

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