⚰️ removeCode: 删除未使用引用

This commit is contained in:
wangsongsole 2023-06-05 13:36:44 +08:00
parent 61102ea157
commit 1add6fa1a5
1 changed files with 4 additions and 7 deletions

View File

@ -10,10 +10,7 @@
charset="utf-8"></script> charset="utf-8"></script>
<script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322"> <script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322">
</script> </script>
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script> <link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage2_0.css" />
<link href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/css/swiper.min.css" rel="stylesheet" />
<link rel="stylesheet"
href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage2_0.css" />
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api2_0.js"></script> <script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api2_0.js"></script>
<style> <style>
* { * {
@ -189,7 +186,7 @@
let self = this; let self = this;
if (self.goodInfo.available != 1) { if (self.goodInfo.available != 1) {
self.openErrorDialog(product_status(self.goodInfo.available, self.goodInfo)); self.openErrorDialog(product_status(self.goodInfo.available, self.goodInfo));
return return;
} }
let data = { let data = {
key: localStorage.getItem("key"), key: localStorage.getItem("key"),
@ -214,8 +211,8 @@
// //在钉钉内置环境打开,不能唤起微信小程序 // //在钉钉内置环境打开,不能唤起微信小程序
// self.openErrorDialog("请在其他浏览器打开!"); // self.openErrorDialog("请在其他浏览器打开!");
// } else { // } else {
//唤起微信福利官小程序 //唤起微信福利官小程序
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
// } // }
} }
} else { } else {