名医精彩
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<z-nav-bar title="太湖英才" bgColor="#5188e5" fontColor="#fff" :backState="2000"></z-nav-bar>
|
||||
<view class="talents_module" :style="`top: ${45 + statusBarHeight}px;`">
|
||||
<view class="talents_module" :style="`top: ${42 + statusBarHeight}px;`">
|
||||
<view class="talents_tab">
|
||||
<view class="tab_item" @click="toggleFilter('city')">
|
||||
地区
|
||||
@@ -219,6 +219,7 @@ export default {
|
||||
this.cityIndex = null;
|
||||
this.city = [];
|
||||
this.region = '';
|
||||
this.cityTitle = '';
|
||||
this.selectedPath = [data.areaId];
|
||||
|
||||
//只有中国有二级,如果没有二级则为海外国家
|
||||
|
||||
Reference in New Issue
Block a user