store-pick.wxml 1.4 KB

1
  1. <app-layout vue-id="2ea03a4a-1" class="data-v-22765c69" bind:__l="__l" vue-slots="{{['default']}}"><view class="page data-v-22765c69"><block wx:if="{{list!==null}}"><block wx:if="{{!list.length}}"><view class="no-data data-v-22765c69">暂无门店</view></block><block wx:else><view class="main-center dir-top-nowrap list data-v-22765c69"><view class="manual-location data-v-22765c69"><app-button vue-id="{{('2ea03a4a-2')+','+('2ea03a4a-1')}}" type="general" data-event-opts="{{[['^click',[['selectLocation']]]]}}" bind:click="__e" class="data-v-22765c69" bind:__l="__l" vue-slots="{{['default']}}">手动定位</app-button><block wx:if="{{locationAddress}}"><view class="location-address data-v-22765c69">{{''+locationAddress+''}}</view></block></view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['setData',['$0',index],[[['list','',index,'id']]]]]]]}}" class="dir-left-nowrap item data-v-22765c69" bindtap="__e"><view class="box-grow-0 data-v-22765c69"><image class="avatar data-v-22765c69" src="{{item.cover_url}}"></image></view><view class="box-grow-1 data-v-22765c69"><view class="name mb-8 data-v-22765c69">{{item.name}}</view><view class="mobile mb-8 data-v-22765c69">{{"电话: "+item.mobile}}</view><view class="distance data-v-22765c69">{{"距离: "+item.distance}}</view></view></view></block></view></block></block></view></app-layout>