doum
2025-09-26 9057e04efad1b7d61c77a72e5c37a504d0aee935
admin/src/views/index.vue
@@ -69,16 +69,15 @@
        </div>
        <div class="content">
          <el-button class="btn1" :loading="loadingMobile[0]"  type="primary" @click="staticPageMobile(0)">首页</el-button>
          <el-button class="btn1" :loading="loadingMobile[21]"  type="primary" @click="staticPageMobile(21)">景区&游乐园</el-button>
          <el-button class="btn1" :loading="loading[18]"  type="primary" @click="staticPageMobile(18)">客户案例详情</el-button>
          <el-button class="btn1" :loading="loading[19]"  type="primary" @click="staticPageMobile(19)">轮播图详情</el-button>
        </div>
        <div class="content">
          <el-button class="btn1" :loading="loadingMobile[20]"  type="primary" @click="staticPageMobile(20)">渠道合作</el-button>
          <el-button class="btn1" :loading="loadingMobile[21]"  type="primary" @click="staticPageMobile(21)">关于我们</el-button>
          <el-button class="btn1" :loading="loadingMobile[16]"   type="primary" @click="staticPageMobile(16)">最新动态</el-button>
          <el-button class="btn1" :loading="loadingMobile[22]"   type="primary" @click="staticPageMobile(22)">最新动态列表</el-button>
          <el-button class="btn1" :loading="loadingMobile[17]"   type="primary" @click="staticPageMobile(17)">最新动态详情</el-button>
        </div>
        <div class="content">
          <el-button class="btn1" :loading="loadingMobile[20]"  type="primary" @click="staticPageMobile(20)">渠道合作</el-button>
          <!--          <el-button class="btn1" :loading="loading[18]"  type="primary" @click="staticPageMobile(18)">客户案例详情</el-button>
                    <el-button class="btn1" :loading="loading[19]"  type="primary" @click="staticPageMobile(19)">轮播图详情</el-button>-->
        </div>
        <div style="font-size: 20px;font-weight: bold;margin-top: 30px;color: #144077">
          【首页解决方案】
@@ -121,8 +120,15 @@
          【数智体育平台】
        </div>
        <div class="content">
          <el-button class="btn1" :loading="loadingMobile[11]"  type="primary" @click="staticPageMobile(11)">体育连锁运营平台</el-button>
          <el-button class="btn1" :loading="loadingMobile[12]"  type="primary" @click="staticPageMobile(12)">省市级数智体育场馆</el-button>
          <el-button class="btn1" :loading="loadingMobile[24]"  type="primary" @click="staticPageMobile(24)">体育连锁运营平台</el-button>
          <el-button class="btn1" :loading="loadingMobile[23]"  type="primary" @click="staticPageMobile(23)">省市级数智体育场馆</el-button>
        </div>
        <div style="font-size: 20px;font-weight: bold; color: #144077;margin-top: 30px;">
          【景区&游乐园】
        </div>
        <div class="content">
          <el-button class="btn1" :loading="loadingMobile[25]"  type="primary" @click="staticPageMobile(25)">亲子乐园</el-button>
          <el-button class="btn1" :loading="loadingMobile[26]"  type="primary" @click="staticPageMobile(26)">旅游景区</el-button>
        </div>
      </div>
    </div>
@@ -138,8 +144,8 @@
  },
  data () {
    return {
      loading:[false,false,false,false,false,false,false,false,false,false],
      loadingMobile:[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false]
      loading:[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],
      loadingMobile:[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false]
    }
  },
  computed: {