yuminge-app/yun-min-program-plugin-master/packageC/o2o/o2oLocation/o2oLocation.wxml

57 lines
1.8 KiB
Plaintext

<!--pages/o2oLocation/o2oLocation.wxml-->
<view class="all">
<view class="x0">
<view class="search_box">
<view class="close" catchtap="goback">
<icon class="iconfont icon-close11"></icon>
</view>
<view class="search">
<icon class="iconfont icon-sousuo1"></icon>
<input catchtap="tosearch" type="text" disabled placeholder="选择城市、小区、写字楼、学校" />
</view>
</view>
<view class="x4" style="text-align: left;">
<view class="x5" catchtap="toGeolocation">
<view class="left">
<icon></icon>
</view>
<view class="center">
<view class="p">点击定位当前地点</view>
</view>
<view class="right">
<van-icon color="#47b34f" size="40rpx" name="arrow" />
</view>
</view>
</view>
<view class="xc none">
<view class="ul"></view>
</view>
</view>
<view class="open_city">
<view class="h1">已开通城市</view>
<view class="ul open">
<view class="li" data-fulladdress="" catchtap="setCity" wx:if="{{position_switch}}">
全国
</view>
<view class="li" data-fulladdress="{{item.full_address}}" catchtap="setCity" wx:for="{{sixCity}}" wx:key="index">
{{ item.full_address }}
</view>
</view>
</view>
<view class="city_list">
<view class="ul city_b" wx:for-item="city" wx:for="{{citys}}" wx:key="index">
<view class="p letter d_jump">{{ city.title }}</view>
<view class="li" data-fulladdress="{{item.full_address}}" catchtap="setCity" wx:for="{{city.item}}" wx:for-index="{{cityidx}}" wx:key="{{cityidx}}">
{{ item.full_address }}
</view>
</view>
</view>
<view class="right_letter">
<view class="ul letter_box">
<view class="li" wx:for-item="l" wx:for="{{shortcutList}}" wx:key="index" catchtap="Jump" data-index="{{index}}" data-text="{{l}}">
{{ l }}
</view>
</view>
</view>
</view>
<shopfoot></shopfoot>