weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
927 B

<view class="container"><view class="header bg-ff row padding"><icon type="search" size="22" color="#999"></icon><input class="col padding-l" placeholder="请输入地址" focus="{{true}}" auto-focus="{{true}}" data-event-opts="{{[['input',[['bindInput',['$event']]]],['confirm',[['bindConfirm',['$event']]]]]}}" bindinput="__e" bindconfirm="__e"/></view><view class="bg-ff"><view class="padding color-99 font-26">从下面列表中选择</view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['address',['$0'],[[['list','',index]]]]]]]}}" class="padding border-t list position-r" bindtap="__e"><view class="padding-b">{{item.title}}</view><view class="color-99">{{item.address}}</view></view></block><block wx:if="{{$root.g0}}"><view class="icon_img_tip"><image src="/icon/icon_tip.png"></image><view>快去添加地址吧~~</view></view></block></view></view>