|
@@ -27,9 +27,9 @@
|
|
|
</template>
|
|
|
</el-input>
|
|
|
<div class="addressPanel" v-show="addressPanelShow">
|
|
|
- <div style="position: absolute;left: 350px;z-index: 9999;cursor: pointer;top: 45px;color: #6b6b6b;" title="关闭" @click="closeSeachWin">
|
|
|
+ <!-- <div style="position: absolute;left: 350px;z-index: 9999;cursor: pointer;top: 45px;color: #6b6b6b;" title="关闭" @click="closeSeachWin">
|
|
|
<Close style="width: 1em; height: 1em; margin-right: 8px;padding: 5px;" />
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<el-scrollbar>
|
|
|
<ul>
|
|
|
<li v-for="(item, index) in searchResultList" :key="index" :class="searchSelect == index ? 'active' : ''" @click="judgeHandle(item,index)">
|
|
@@ -746,8 +746,9 @@ export default {
|
|
|
}
|
|
|
|
|
|
that.nearShopResult = nearShopResult
|
|
|
+ that.addressPanelShow = false
|
|
|
if(that.isMobile){
|
|
|
- that.addressPanelShow = false
|
|
|
+
|
|
|
if(that.resultPanelShow_mb != true){
|
|
|
that.resultPanelShow_mb = true;
|
|
|
}
|