代码调试

This commit is contained in:
BianLzhaoMin 2025-01-08 08:48:34 +08:00
parent 0238efb16f
commit 8ec3ed4f70
3 changed files with 7 additions and 5 deletions

View File

@ -421,7 +421,6 @@ const anAreaList = computed(() => {
})
onLoad(() => {
getEquipmentTypeData()
console.log(areaList, 'areaList')
// anAreaList.province = areaList.value.province.filter(
// (province) => ['340000'].includes(province.code), //
// )

View File

@ -69,7 +69,7 @@
</van-cell-group> -->
</view>
<van-action-bar v-if="memberStore.userType === 2">
<van-action-bar v-show="memberStore.userType === 2">
<van-action-bar-icon icon="chat-o" text="在线聊" @click="onLineMessage" />
<van-action-bar-icon
icon="shop-o"
@ -196,7 +196,7 @@ onLoad(() => {
<style lang="scss" scoped>
.swiper-container {
position: relative !important;
position: relative;
.count-tip {
position: absolute;
top: 10px;
@ -272,4 +272,7 @@ onLoad(() => {
font-size: 14px;
color: #00a288;
}
.van-action-bar {
z-index: 10000;
}
</style>

View File

@ -146,8 +146,8 @@
}}
</text>
<text class="colon"></text>
<text class="block"
>{{
<text class="block">
{{
timeData.minutes > 10
? timeData.minutes
: '0' + timeData.minutes