🦀️ fix: 修复bug
This commit is contained in:
parent
d2f8982b80
commit
45b1b70344
|
@ -13,6 +13,8 @@
|
|||
<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?v=1000"></script>
|
||||
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/libs.js?v=sdfhksdfklwrwer"></script>
|
||||
<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/loading.js"></script>
|
||||
<style>
|
||||
* {
|
||||
margin: 0 auto;
|
||||
|
@ -61,6 +63,10 @@
|
|||
<p>{{this.outTime[2]}}</p>秒
|
||||
</div>
|
||||
|
||||
<div class="mask" v-if="loading" ref="load" @touchmove.prevent @mousewheel.prevent>
|
||||
<preload-component />
|
||||
</div>
|
||||
|
||||
<div class="couponShow">
|
||||
<span>
|
||||
<img @click="backgoodsFn" v-if="backAble" class="backIcon"
|
||||
|
|
Loading…
Reference in New Issue