| | |
| | | :style="{'background-color':app.bk_color,'color':app.bk_color}"> |
| | | <text class="ico" :class="app.img_font_style" :style="{'color':app.txt_color}"></text> |
| | | </a> |
| | | <view @click="onClickApp(app)" class="app-name">{{app.name}}</view> |
| | | <view @click="onClickApp(app)" class="app-name">{{ (app.list_name || app.name)}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | const area = list[i] |
| | | area.app_type = appType |
| | | const areaApp = await this.GetFuncTree(i, area) |
| | | console.log(areaApp) |
| | | //console.log(areaApp) |
| | | if (areaApp) { |
| | | list2.push(areaApp) |
| | | } |