|
|
@ -3,8 +3,8 @@ |
|
|
<view class="cu-custom top-bg" style="height:{{customHeight}}rpx;z-index: 1;"> |
|
|
<view class="cu-custom top-bg" style="height:{{customHeight}}rpx;z-index: 1;"> |
|
|
<view class="cu-bar fixed " style="height:{{customHeight}}rpx;padding-top:{{StatusBar}}rpx;border-bottom:none;padding-right: 0px;width: {{customWidth}}px"> |
|
|
<view class="cu-bar fixed " style="height:{{customHeight}}rpx;padding-top:{{StatusBar}}rpx;border-bottom:none;padding-right: 0px;width: {{customWidth}}px"> |
|
|
<view class="flex flex-center" style="margin-left: 32rpx;width: 100%;flex: 1;"> |
|
|
<view class="flex flex-center" style="margin-left: 32rpx;width: 100%;flex: 1;"> |
|
|
<view id="city" class="flex flex-center" style="margin-right:24rpx;" catchtap="gridTap" wx:if="{{cityName}}"> |
|
|
|
|
|
<text class="text-white text-lg">{{cityName}}</text> |
|
|
|
|
|
|
|
|
<view id="city" class="flex flex-center" style="margin-right:24rpx;" catchtap="gridTap"> |
|
|
|
|
|
<text class="text-white text-lg">{{cityName || '未知'}}</text> |
|
|
<text class="cuIcon-unfold text-white" style="font-size:16px;padding-top: 8rpx;margin-left: 8rpx;"></text> |
|
|
<text class="cuIcon-unfold text-white" style="font-size:16px;padding-top: 8rpx;margin-left: 8rpx;"></text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white flex flex-center" style="flex: 1;border-radius: 16rpx;height: 64rpx;" catchtap="searchList"> |
|
|
<view class="bg-white flex flex-center" style="flex: 1;border-radius: 16rpx;height: 64rpx;" catchtap="searchList"> |
|
|
|