标题更改
This commit is contained in:
parent
18d075b847
commit
5b1360c2f2
|
@ -7,7 +7,7 @@
|
|||
:class="[choose === 0 ? 'departmentStyle' : 'departmentStyle1']"
|
||||
@click="handleChose(0)"
|
||||
>
|
||||
市级领域场景
|
||||
多跨融合场景
|
||||
</div>
|
||||
<div
|
||||
:class="[choose === 1 ? 'departmentStyle' : 'departmentStyle1']"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<div class="resultListSearchInput-father" v-if="number === 0">
|
||||
<div class="second-title">
|
||||
<div :class="[cityOrArea === 0 ? 'departmentStyle' : 'departmentStyle1']" @click="handleChose(0)">
|
||||
<img src="~@/assets/home/city.png" /> 市级领域场景
|
||||
<img src="~@/assets/home/city.png" /> 多跨融合场景
|
||||
<div :class="cityOrArea === 0 ? 'sanjiao' : ''"></div>
|
||||
</div>
|
||||
|
||||
|
@ -357,7 +357,7 @@ export default defineComponent({
|
|||
onMounted(() => {
|
||||
searchAreas()
|
||||
if (returnType == '典型赋能场景') {
|
||||
|
||||
|
||||
if(districtType==0){
|
||||
cityOrArea.value=0
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue