二手车交易,写建议弹框优化

This commit is contained in:
2025-03-17 16:11:02 +08:00
parent b5f01b70b7
commit ee69ed0c2b
2 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@
} }
</script> </script>
<script src="https://webapi.amap.com/maps?v=1.4.15&key=2560bbf04daef66c810c5e6a97e8c508&plugin=AMap.Polyline"></script> <script src="https://webapi.amap.com/maps?v=1.4.15&key=2560bbf04daef66c810c5e6a97e8c508&plugin=AMap.Polyline"></script>
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>--> <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script> <script>
// VConsole 默认会挂载到 `window.VConsole` 上 // VConsole 默认会挂载到 `window.VConsole` 上
<!-- let vConsole = new window.VConsole();--> let vConsole = new window.VConsole();
(function (doc, win) { (function (doc, win) {
// console.log("==window.location.pathname===",window.location.pathname) // console.log("==window.location.pathname===",window.location.pathname)
let docEl = doc.documentElement let docEl = doc.documentElement

View File

@ -101,7 +101,7 @@
</div> </div>
<img v-show="activeTab==0" @click="releaseHandle(1)" class="fixImg" src="@/assets/secondHandCar/sellCar.png" /> <img v-show="activeTab==0" @click="releaseHandle(1)" class="fixImg" src="@/assets/secondHandCar/sellCar.png" />
<img v-show="activeTab==1" @click="releaseHandle(2)" class="fixImg" src="@/assets/secondHandCar/buyCar.png" /> <img v-show="activeTab==1" @click="releaseHandle(2)" class="fixImg" src="@/assets/secondHandCar/buyCar.png" />
<van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'40%' }" class="poupWrap"> <van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'38%' }" class="poupWrap">
<span class="title">反馈建议</span> <span class="title">反馈建议</span>
<div class="poupContent"> <div class="poupContent">
<div class="tip">如有任何建议请及时反馈我们</div> <div class="tip">如有任何建议请及时反馈我们</div>