|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view :style="{ height: windowHeight + 'px' }">
|
|
|
-<!-- <view style="display: flex; justify-content: flex-end">
|
|
|
+ <!-- <view style="display: flex; justify-content: flex-end">
|
|
|
<view class="view0 step1"></view>
|
|
|
</view>
|
|
|
<view class="view1 step2"></view>
|
|
@@ -32,7 +32,7 @@
|
|
|
<p>{{ getDayOfWeek }}</p>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="search step1" @click="goPage('/pages/index/Search')">
|
|
|
+ <view class="search " @click="goPage('/pages/index/Search')">
|
|
|
<uv-input placeholder="🔥“潮玩大作战” 派对季重磅开启!" border="none"
|
|
|
:custom-style="{ background: '#fff', paddingLeft: '25rpx' }" shape="circle">
|
|
|
|
|
@@ -231,7 +231,7 @@
|
|
|
<image src="/static/home/release-btn.png" class="float-btn-icon"></image>
|
|
|
</view>
|
|
|
|
|
|
- <novice-guidance :step="step"></novice-guidance>
|
|
|
+ <!-- <novice-guidance :step="step"></novice-guidance> -->
|
|
|
<lhSelectCity style="height: 100vh;" class="lhSelectCity" :currentCity="currentCity"
|
|
|
:windowHeight="windowHeight" :hotCitys="hotCitys" @onSelect="City" v-if="lhSelectCityFalg"
|
|
|
@closeLhSelectCityFun="closeLhSelectCityFun()" />
|