🚑️ hotfix: 修复ibuf
This commit is contained in:
parent
cd780199f7
commit
45a53341b6
|
@ -20,7 +20,7 @@
|
|||
<body>
|
||||
<div id="app">
|
||||
<!-- 弹出提示 -->
|
||||
<img class="backPresTy" @click="()=>{history.href='./homepage.html'}" v-if="goodsCount<2"
|
||||
<img class="backPresTy" @click="location.href = './homepage.html'" v-if="goodsCount<2"
|
||||
src=" https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png" alt="">
|
||||
<p class="nav-title">订单</p>
|
||||
<div id="refresh" @touchstart="touchStart($event)" @touchmove="touchMove($event)"
|
||||
|
@ -263,7 +263,6 @@
|
|||
}, 3000);
|
||||
},
|
||||
|
||||
|
||||
/* ————————————————————————以下方法为数据订单数据获取和处理———————————————————————— */
|
||||
scrollBottom (e) {
|
||||
let Scroll = e.target;
|
||||
|
|
Loading…
Reference in New Issue