Commit 6a2b9495 authored by malin's avatar malin

t

parent c2790a9e
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.$refs.payBtn.style.opacity = "1"; this.$refs.payBtn.style.opacity = "1";
this.loading = false; this.loading = false;
}, 5000); }, 4000);
if (this.loading) { if (this.loading) {
const h5LogsObj = JSON.parse(decodeURI(utils.getCookie("h5LogsObj"))); const h5LogsObj = JSON.parse(decodeURI(utils.getCookie("h5LogsObj")));
let link = decodeURI(utils.getCookie("link")); let link = decodeURI(utils.getCookie("link"));
......
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