| | |
| | | </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"> |
| | | 【首页解决方案】 |
| | |
| | | 【数智体育平台】 |
| | | </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> |
| | |
| | | }, |
| | | 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: { |