functionList.wxml
539 字节
<view class="function_card data-v-31cc1696"><view class="function_list data-v-31cc1696"><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-31cc1696" bindtap="__e"><view class="list_img data-v-31cc1696"><image class="list_icon data-v-31cc1696" src="{{item.icon}}" mode="widthFix"></image></view><text class="list_name data-v-31cc1696">{{item.text}}</text></view></block></view></view>