|
@ -20,7 +20,7 @@ |
|
|
<!-- 金刚区 --> |
|
|
<!-- 金刚区 --> |
|
|
<view class="menu-box flex-between"> |
|
|
<view class="menu-box flex-between"> |
|
|
<view class="menu-left flex-around"> |
|
|
<view class="menu-left flex-around"> |
|
|
<view class="" v-for="(item,index) in menuList" :key="index" @click="goTeChan(item)"> |
|
|
<view class="" v-for="(item,index) in menuList" :key="index" @click="gotoPath(item.path)"> |
|
|
<image :src="`https://static.ticket.sz-trip.com/cgc/images/index/${index + 1}.png`" class="topImg" mode="heightFix"></image> |
|
|
<image :src="`https://static.ticket.sz-trip.com/cgc/images/index/${index + 1}.png`" class="topImg" mode="heightFix"></image> |
|
|
<image :src="`https://static.ticket.sz-trip.com/cgc/images/index/${index + 1}s.png`" class="titleImg" mode="heightFix"></image> |
|
|
<image :src="`https://static.ticket.sz-trip.com/cgc/images/index/${index + 1}s.png`" class="titleImg" mode="heightFix"></image> |
|
|
</view> |
|
|
</view> |
|
|