app-my-service.wxml 1.4 KB

1
  1. <view class="app-view data-v-84c82ac4"><view class="{{['app-my-service data-v-84c82ac4',!margin?'no-margin':'',!round?'no-round':'']}}"><block wx:if="{{title}}"><view class="title data-v-84c82ac4">{{title}}</view></block><view class="{{['list data-v-84c82ac4',listStyle]}}"><block wx:for="{{menus}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-84c82ac4"><app-jump-button vue-id="{{'62e965ec-1-'+index}}" form="{{true}}" url="{{item.name=='我的课程'?item.link_url+'?type=1':item.name=='我的比赛'?item.link_url+'?type=2':item.name=='培训班订单'?item.link_url+'&goods_type=2':item.link_url}}" open_type="{{item.open_type}}" item="{{item}}" arrangement="{{''+(menu_style==='1'?'row':menu_style==='2'?'column':'')}}" class="data-v-84c82ac4" bind:__l="__l" vue-slots="{{['default']}}"><view class="{{['item-container data-v-84c82ac4',menu_style=='1'?'dir-left-nowrap cross-center':'',menu_style=='2'?'dir-top-nowrap cross-center':'']}}" style="width:100%;"><view class="box-grow-0 data-v-84c82ac4"><image class="icon data-v-84c82ac4" src="{{item.icon_url}}"></image></view><view class="box-grow-1 data-v-84c82ac4" style="max-width:100%;"><view class="name data-v-84c82ac4">{{item.name}}</view></view><block wx:if="{{menu_style=='1'}}"><view class="box-grow-0 data-v-84c82ac4"><image class="arrow data-v-84c82ac4" src="/static/image/icon/arrow-right.png"></image></view></block></view></app-jump-button></view></block></view></view></view>