💊 fix: 修复bug
This commit is contained in:
parent
3634693729
commit
cd780199f7
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue