shop.wxml 1.7 KB

1
  1. <view><u-navbar vue-id="21ffa5a9-1" placeholder="{{true}}" leftIconSize="22px" data-event-opts="{{[['^leftClick',[['leftClick']]]]}}" bind:leftClick="__e" bind:__l="__l" vue-slots="{{['center']}}"><view class="u-nav-slot" slot="center"><view><u-search bind:input="__e" vue-id="{{('21ffa5a9-2')+','+('21ffa5a9-1')}}" height="60rpx" placeholder="请输入药品" borderColor="#4CAF50" bgColor="#fff" showAction="{{false}}" value="{{keyword}}" data-event-opts="{{[['^input',[['__set_model',['','keyword','$event',[]]]]]]}}" bind:__l="__l"></u-search></view></view></u-navbar><view class="box_shop_card"><view data-event-opts="{{[['tap',[['goMerchant',['$event']]]]]}}" class="box_shop_item" bindtap="__e"><view class="store_img center_in">{{1}}</view><view class="home_box_content"><view class="home_name_shop">阳关大药房</view><view class="subhead_title">距离您 0.8 公里</view><view class="subhead_title">营业时间:08:00-22:00</view></view></view><view class="shop_tabs_box"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item_tab_box"><view class="box_shop">{{index+1}}</view><view class="tab_title">{{item.title}}</view></view></block></view></view><view class="card_commodity"><block wx:for="{{shopList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetails',['$event']]]]]}}" class="box_shop_commodity" bindtap="__e"><view class="image_shop_drug">{{index+1}}</view><view class="shop_headline">{{item.title}}</view><view class="shop_subhead">{{item.title}}</view><view class="space_between box_trolley"><view class="font_green title_money">{{"¥"+item.money}}</view><view class="shopping_cart">加入购物车</view></view></view></block></view></view>