| 1 |
- <u-popup bind:input="__e" vue-id="21606cfc-1" mode="bottom" height="900" closeable="{{true}}" border-radius="14" value="{{show}}" data-event-opts="{{[['^input',[['__set_model',['','show','$event',[]]]]]]}}" class="data-v-74b08ff8" bind:__l="__l" vue-slots="{{['default']}}"><view class="xl p-24 text-center bold data-v-74b08ff8">TA提到的店铺</view><block wx:for="{{lists}}" wx:for-item="shopItem" wx:for-index="shopIndex" wx:key="shopIndex"><navigator hover-class="none" url="{{'/pages/store_index/store_index?id='+shopItem.id}}" class="data-v-74b08ff8"><view class="shop flex data-v-74b08ff8"><u-image vue-id="{{('21606cfc-2-'+shopIndex)+','+('21606cfc-1')}}" width="160" height="160" src="{{shopItem.logo}}" class="data-v-74b08ff8" bind:__l="__l"></u-image><view class="m-l-20 shop-info data-v-74b08ff8"><view class="line-2 nr normal data-v-74b08ff8">{{''+shopItem.name+''}}</view></view></view></navigator></block></u-popup>
|