|
@ -24,7 +24,7 @@ |
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<view class="grid"> |
|
|
<view class="grid"> |
|
|
<uv-grid :border="false" |
|
|
<uv-grid :border="false" |
|
|
:col="5"> |
|
|
|
|
|
|
|
|
:col="4"> |
|
|
<uv-grid-item |
|
|
<uv-grid-item |
|
|
v-for="(item,index) in baseList" |
|
|
v-for="(item,index) in baseList" |
|
|
@click="$utils.navigateTo(item.path)" |
|
|
@click="$utils.navigateTo(item.path)" |
|
@ -36,7 +36,11 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="index_box"> |
|
|
<view class="index_box"> |
|
|
<image :src="config_new_image" class="image" mode="aspectFill"></image> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<image :src="config_new_image" |
|
|
|
|
|
@click="$utils.navigateTo('/pages_order/service/newsList')" |
|
|
|
|
|
class="image" mode="aspectFill"></image> |
|
|
|
|
|
|
|
|
<view class="index_box_grid" |
|
|
<view class="index_box_grid" |
|
|
@click="$utils.navigateTo('/pages_order/service/carefree')"> |
|
|
@click="$utils.navigateTo('/pages_order/service/carefree')"> |
|
|
<text class="text">无忧服务</text> |
|
|
<text class="text">无忧服务</text> |
|
@ -132,11 +136,11 @@ |
|
|
// title : '无忧服务', |
|
|
// title : '无忧服务', |
|
|
// path : '/pages_order/service/carefree', |
|
|
// path : '/pages_order/service/carefree', |
|
|
// }, |
|
|
// }, |
|
|
{ |
|
|
|
|
|
icon : '/static/image/home/g6.png', |
|
|
|
|
|
title : '申遗新闻', |
|
|
|
|
|
path : '/pages_order/service/newsList', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
// { |
|
|
|
|
|
// icon : '/static/image/home/g6.png', |
|
|
|
|
|
// title : '申遗新闻', |
|
|
|
|
|
// path : '/pages_order/service/newsList', |
|
|
|
|
|
// }, |
|
|
], |
|
|
], |
|
|
bannerList: [ |
|
|
bannerList: [ |
|
|
// { |
|
|
// { |
|
|