徐总多门店
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
475 B

<view class="px-20 grid-column-3 grid-gap-24rpx mt-20"><block wx:for="{{menuData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goMenuPage',['$0','$1'],[[['menuData','',index,'url']],[['menuData','',index,'name']]]]]]]}}" class="flex-col flex-center bg--w111-fff h-220 rd-24rpx" bindtap="__e"><image class="w-64 h-64 block mb-16" src="{{item.pic}}"></image><view class="fs-26 lh-36rpx">{{item.name}}</view></view></block></view>