1 line
4.3 KiB
Plaintext
1 line
4.3 KiB
Plaintext
<view class="main _div data-v-c850b6c4"><view class="top _div data-v-c850b6c4" style="{{'height:'+(menu.height+8+'px')+';'+('padding-top:'+(menu.top+'px')+';')}}"><view class="topContent _div data-v-c850b6c4"><image class="backIcon data-v-c850b6c4" src="https://eshangtech.com/wanmeiyizhanImg/home/backArrow.svg" data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" bindtap="__e"></image><view data-event-opts="{{[['tap',[['goSelectServer',['$event']]]]]}}" class="first _div data-v-c850b6c4" bindtap="__e"><image class="addressIcon data-v-c850b6c4" src="https://eshangtech.com/wanmeiyizhanImg/home/blackFixed.png"></image><view class="text _div data-v-c850b6c4">{{serverPart.SERVERPART_NAME||""}}</view><image class="moreIcon data-v-c850b6c4" src="https://eshangtech.com/wanmeiyizhanImg/home/rightArrow.png"></image></view></view></view><view class="newTabList _div data-v-c850b6c4"><block wx:for="{{selectTypeList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleChangeType',[index]]]]]}}" class="{{['_div','data-v-c850b6c4',selectTypeTab===index?'newTabItem selectTabItem':'newTabItem']}}" bindtap="__e">{{''+item.label+''}}</view></block></view><scroll-view class="shopListBox data-v-c850b6c4" style="{{'height:'+('calc(100vh - '+menu.top+'px - '+(menu.height+8)+'px - 50px )')+';'}}" scroll-y="{{true}}"><block wx:if="{{$root.g0}}"><view class="_div data-v-c850b6c4"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goBuy',['$0'],[[['onShowTypeList','',index]]]]]]]}}" class="shopItemBox _div data-v-c850b6c4" style="{{'margin-bottom:'+(index+1===item.g1?'0':'')+';'+('border-width:'+(index+1===item.g2?'0':'')+';')}}" catchtap="__e"><view class="shopItemTop _div data-v-c850b6c4"><view class="shopImg _div data-v-c850b6c4"><image class="shopIcon data-v-c850b6c4" src="{{item.$orig.MERCHANTS_LOGO||'https://eshangtech.com/ShopICO/no-picture.png'}}" mode="aspectFit"></image></view><view class="shopDetail _div data-v-c850b6c4"><view class="shopDetailLeft _div data-v-c850b6c4"><view class="detailLeftTop _div data-v-c850b6c4"><label class="topShopName _span data-v-c850b6c4">{{item.$orig.MERCHANTS_NAME}}</label></view><view class="detailLeftBottom _div data-v-c850b6c4"><view class="scoreBox data-v-c850b6c4"><uni-rate style="margin-right:8rpx;" vue-id="{{'41c51fb0-1-'+index}}" value="{{item.$orig.MERCHANTS_SCORE}}" size="16" readonly="{{true}}" allowHalf="{{true}}" color="#D9D9D9" activeColor="#FFC300" class="data-v-c850b6c4" bind:__l="__l"></uni-rate>{{''+(item.$orig.MERCHANTS_SCORE||'')+''}}</view><view class="newOtherDetail data-v-c850b6c4"><label class="label _span data-v-c850b6c4">月售</label><label class="value _span data-v-c850b6c4">{{item.$orig.MONTHLYSALES||"-"}}</label><label class="label _span data-v-c850b6c4" style="margin-left:20rpx;">人均</label><label class="value _span data-v-c850b6c4">{{"¥"+(item.$orig.PERCAPITA||"-")}}</label></view></view></view><view class="shopDetailRight _div data-v-c850b6c4"><block wx:if="{{item.$orig.SCANCODE_ORDER===1}}"><view data-event-opts="{{[['tap',[['goBuy',['$0'],[[['onShowTypeList','',index]]]]]]]}}" class="goFood data-v-c850b6c4" catchtap="__e">点餐</view></block><block wx:else><block wx:if="{{item.g3}}"><view data-event-opts="{{[['tap',[['goBuy',['$0'],[[['onShowTypeList','',index]]]]]]]}}" class="search data-v-c850b6c4" catchtap="__e">查看</view></block></block></view></view></view><block wx:if="{{item.g4}}"><view class="shopList _div data-v-c850b6c4"><block wx:for="{{item.$orig.GOODSLIST}}" wx:for-item="subItem" wx:for-index="subIndex" wx:key="subIndex"><view class="shopItem _div data-v-c850b6c4"><view class="shopImgBox _div data-v-c850b6c4"><image class="shopImg data-v-c850b6c4" lazy-load="{{true}}" src="{{subItem.IMAGE_URL}}"></image></view><view class="shopName _div data-v-c850b6c4">{{subItem.COMMODITY_NAME||""}}</view><view class="itemPrice _div data-v-c850b6c4"><label class="itemUnit _span data-v-c850b6c4">¥</label><label class="itemPrice _span data-v-c850b6c4">{{subItem.COMMODITY_RETAILPRICE||""}}</label></view></view></block></view></block></view></block></view></block><block wx:else><view class="noDataBox _div data-v-c850b6c4"><no-data vue-id="41c51fb0-2" text="暂无可点餐门店" isShow="{{!$root.g5}}" class="data-v-c850b6c4" bind:__l="__l"></no-data></view></block></scroll-view></view> |