⚰️ removeCode: 删除未使用引用
This commit is contained in:
parent
61102ea157
commit
1add6fa1a5
11
reduce.html
11
reduce.html
|
@ -10,10 +10,7 @@
|
|||
charset="utf-8"></script>
|
||||
<script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322">
|
||||
</script>
|
||||
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script>
|
||||
<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" />
|
||||
<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>
|
||||
<style>
|
||||
* {
|
||||
|
@ -189,7 +186,7 @@
|
|||
let self = this;
|
||||
if (self.goodInfo.available != 1) {
|
||||
self.openErrorDialog(product_status(self.goodInfo.available, self.goodInfo));
|
||||
return
|
||||
return;
|
||||
}
|
||||
let data = {
|
||||
key: localStorage.getItem("key"),
|
||||
|
@ -214,8 +211,8 @@
|
|||
// //在钉钉内置环境打开,不能唤起微信小程序
|
||||
// self.openErrorDialog("请在其他浏览器打开!");
|
||||
// } else {
|
||||
//唤起微信福利官小程序
|
||||
window.location.replace(res.data.redirect_url);
|
||||
//唤起微信福利官小程序
|
||||
window.location.replace(res.data.redirect_url);
|
||||
// }
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue