|
@@ -146,9 +146,7 @@
|
|
>
|
|
>
|
|
<template #title v-if="noLoginOrFree">
|
|
<template #title v-if="noLoginOrFree">
|
|
<span class="mr-6">采购单位类型</span>
|
|
<span class="mr-6">采购单位类型</span>
|
|
- <van-tag plain round type="danger" @click="onNoPower"
|
|
|
|
- >开通</van-tag
|
|
|
|
- >
|
|
|
|
|
|
+ <span class="v-vip-icon" @click="onNoPower"></span>
|
|
</template>
|
|
</template>
|
|
</van-cell>
|
|
</van-cell>
|
|
<JCell
|
|
<JCell
|
|
@@ -158,9 +156,7 @@
|
|
>
|
|
>
|
|
<template #title v-if="noLoginOrFree">
|
|
<template #title v-if="noLoginOrFree">
|
|
<span class="mr-6">中标企业联系方式</span>
|
|
<span class="mr-6">中标企业联系方式</span>
|
|
- <van-tag plain round type="danger" @click="onNoPower"
|
|
|
|
- >开通</van-tag
|
|
|
|
- >
|
|
|
|
|
|
+ <span class="v-vip-icon" @click="onNoPower"></span>
|
|
</template>
|
|
</template>
|
|
<template #label>
|
|
<template #label>
|
|
<CheckboxGroup
|
|
<CheckboxGroup
|
|
@@ -178,9 +174,7 @@
|
|
>
|
|
>
|
|
<template #title v-if="noLoginOrFree">
|
|
<template #title v-if="noLoginOrFree">
|
|
<span class="mr-6">采购单位联系方式</span>
|
|
<span class="mr-6">采购单位联系方式</span>
|
|
- <van-tag plain round type="danger" @click="onNoPower"
|
|
|
|
- >开通</van-tag
|
|
|
|
- >
|
|
|
|
|
|
+ <span class="v-vip-icon" @click="onNoPower"></span>
|
|
</template>
|
|
</template>
|
|
<template #label>
|
|
<template #label>
|
|
<CheckboxGroup
|
|
<CheckboxGroup
|
|
@@ -713,7 +707,7 @@ export default {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
case 'more': {
|
|
case 'more': {
|
|
-
|
|
|
|
|
|
+
|
|
const sameList = []
|
|
const sameList = []
|
|
|
|
|
|
// 更多关键词
|
|
// 更多关键词
|
|
@@ -873,7 +867,7 @@ export default {
|
|
filters.industry = industry
|
|
filters.industry = industry
|
|
this.cacheMoreFilters.industry = industry
|
|
this.cacheMoreFilters.industry = industry
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
// 信息类型
|
|
// 信息类型
|
|
if (infoType) {
|
|
if (infoType) {
|
|
filters.infoType = infoType
|
|
filters.infoType = infoType
|
|
@@ -1184,4 +1178,12 @@ export default {
|
|
.price-input-group {
|
|
.price-input-group {
|
|
margin-top: 6px;
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
|
|
+.v-vip-icon{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 14px;
|
|
|
|
+ height: 14px;
|
|
|
|
+ background: url(@/assets/image/icon/vip/v_icon.png) no-repeat center;
|
|
|
|
+ background-size: contain;
|
|
|
|
+ margin-bottom: 2px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|