更新C端

This commit is contained in:
red-deng-deng 2021-11-28 19:01:51 +08:00
parent 5bd39bab98
commit ef56b723d4
2 changed files with 5 additions and 3 deletions

View File

@ -280,7 +280,7 @@
self.tiptext = res.message;
}
}).catch(err => {
window.location.href="./index.html";
window.location.href="./index.html?id="+sessionStorage.getItem('linkId');
sessionStorage.clear();
});
},

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/loading.css">
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api.js?v=1"></script>
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage.css?v=12">
<script src="./api.js"></script>
<!-- <script src="./api.js"></script> -->
</head>
<style scoped>
@ -201,6 +201,7 @@
let bcolor=res.data.button_color;
sessionStorage.setItem('top_img',top_img);
sessionStorage.setItem('bcolor',bcolor);
sessionStorage.setItem('linkId',linkId);
sessionStorage.setItem('showTyle',res.data.list);
}
}).catch(err=>{
@ -253,6 +254,7 @@
}
}).catch(err=>{
consoel.log(256,err);
self.maskshow=true;
self.tiptext=res.message;
self.popboxshow=true;
@ -275,7 +277,7 @@
}, 3000)
},
changeyzmFn(){
captchaimg();
captchaimg()
}
},
components: {