StoreControl.wxml 644 字节
<view class="function_card data-v-15043e18"><view class="col-3d f-28 l-h-38 f-w-500 px-20 mb-20 data-v-15043e18">门店管理</view><view class="function_list data-v-15043e18"><block wx:for="{{myMenu}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goRouter',['$0'],[[['myMenu','',index,'routerPath']]]]]]]}}" class="function_item data-v-15043e18" bindtap="__e"><view class="list_img data-v-15043e18"><image class="list_icon data-v-15043e18" src="{{item.icon}}" mode="widthFix"></image></view><text class="col-3d f-24 l-h-32 m-top10 data-v-15043e18">{{item.text}}</text></view></block></view></view>