75
cuiqian2004
2025-11-28 e92aeae89a7430b326ab2157ed5004cc5c87d659
pages/index/index.vue
@@ -9,7 +9,7 @@
                     :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>
@@ -104,7 +104,7 @@
                     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)
                     }