💊 fix: 修复bug

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

View File

@ -20,7 +20,7 @@
<body>
<div id="app">
<!-- 弹出提示 -->
<img class="backPresTy" @click="()=>{history.go(-2)}" v-if="goodsCount<2"
<img class="backPresTy" @click="()=>{history.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)"