代码调试
This commit is contained in:
parent
0238efb16f
commit
8ec3ed4f70
|
|
@ -421,7 +421,6 @@ const anAreaList = computed(() => {
|
|||
})
|
||||
onLoad(() => {
|
||||
getEquipmentTypeData()
|
||||
console.log(areaList, 'areaList')
|
||||
// anAreaList.province = areaList.value.province.filter(
|
||||
// (province) => ['340000'].includes(province.code), // 只保留北京和天津
|
||||
// )
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -146,8 +146,8 @@
|
|||
}}
|
||||
</text>
|
||||
<text class="colon">时</text>
|
||||
<text class="block"
|
||||
>{{
|
||||
<text class="block">
|
||||
{{
|
||||
timeData.minutes > 10
|
||||
? timeData.minutes
|
||||
: '0' + timeData.minutes
|
||||
|
|
|
|||
Loading…
Reference in New Issue