🚑️ hotfix: 修复ibuf

This commit is contained in:
wangsongsole 2023-08-11 17:29:25 +08:00
parent cd780199f7
commit 45a53341b6
1 changed files with 1 additions and 2 deletions

View File

@ -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;