Commit 4ec0f011 authored by youjie's avatar youjie

no message

parent a56f8ade
......@@ -41,7 +41,7 @@
</div>
</div>
<div v-show="showRegion" id="cit">
<div class="row no-wrap q-pa-sm">
<div class="row no-wrap q-pa-sm" v-show="msg.CityCode&&regionList.length">
<div class="col q-pa-sm" style="width: 500px;">
<div class="w-full row wrap">
<div class="CityNameBox-r-kkday col-2 text-center overflow-hidden
......@@ -216,7 +216,7 @@
@clear="clearQuery"></destination>
<div class="q-pt-sm cursor-pointer">
<div v-show="regionList.length" class="self-center no-outline text-s"
<div v-show="msg.CityCode&&regionList.length" class="self-center no-outline text-s"
tabindex="0"
>
<div class="row justify-between q-px-md">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment