页面
@ -80,13 +80,6 @@
|
|||||||
color: 'blue',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
name: '问题反馈',
|
|
||||||
url: '/pages/users/feedback/index',
|
|
||||||
type: 2,
|
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
|
||||||
color: 'red',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '平台客服',
|
name: '平台客服',
|
||||||
url: '17309090670',
|
url: '17309090670',
|
||||||
@ -143,6 +136,21 @@ function more(item) {
|
|||||||
show.value = true
|
show.value = true
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if (item.name == '平台客服') {
|
||||||
|
uni.showModal({
|
||||||
|
title: '提示',
|
||||||
|
content: ' 确定拨打客服电话:' + 17309090670 + '吗?',
|
||||||
|
success: function (res) {
|
||||||
|
if (res.confirm) {
|
||||||
|
uni.makePhoneCall({
|
||||||
|
phoneNumber: 17309090670,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if (item.type == 1) {
|
if (item.type == 1) {
|
||||||
getUrl(item.url)
|
getUrl(item.url)
|
||||||
} else if (item.type == 2) {
|
} else if (item.type == 2) {
|
||||||
|
@ -51,49 +51,49 @@
|
|||||||
{
|
{
|
||||||
name: '找停车',
|
name: '找停车',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/village_service.png',
|
icon: '/static/icons/fj_1.png',
|
||||||
color: 'green',
|
color: 'green',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '农事服务',
|
name: '农事服务',
|
||||||
url: '/pages/store/home/index?id=13',
|
url: '/pages/store/home/index?id=13',
|
||||||
icon: '/static/icons/agriculture_service.png',
|
icon: '/static/icons/fj_2.png',
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '店铺街',
|
name: '店铺街',
|
||||||
url: '/pages/store/shopStreet/index',
|
url: '/pages/store/shopStreet/index',
|
||||||
icon: '/static/icons/agriculture_course.png',
|
icon: '/static/icons/fj_3.png',
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '特产产品',
|
name: '特产产品',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/village_service.png',
|
icon: '/static/icons/fj_4.png',
|
||||||
color: 'green',
|
color: 'green',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '特色美食',
|
name: '特色美食',
|
||||||
url: '/pages/store/home/index?id=13',
|
url: '/pages/store/home/index?id=13',
|
||||||
icon: '/static/icons/agriculture_service.png',
|
icon: '/static/icons/fj_5.png',
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '当季产品',
|
name: '当季产品',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/agriculture_course.png',
|
icon: '/static/icons/fj_6.png',
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '美丽乡村',
|
name: '美丽乡村',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
icon: '/static/icons/fj_7.png',
|
||||||
color: 'red',
|
color: 'red',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '景区景色',
|
name: '景区景色',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
icon: '/static/icons/fj_8.png',
|
||||||
color: 'red',
|
color: 'red',
|
||||||
},
|
},
|
||||||
]"
|
]"
|
||||||
@ -135,35 +135,23 @@
|
|||||||
@click="more"
|
@click="more"
|
||||||
v-for="item in [
|
v-for="item in [
|
||||||
{
|
{
|
||||||
name: '特产产品',
|
name: '酒店住宿',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/village_service.png',
|
icon: '/static/icons/ly_1.png',
|
||||||
color: 'green',
|
color: 'green',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '特色美食',
|
name: '风景景区',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/agriculture_service.png',
|
icon: '/static/icons/ly_2.png',
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '当季产品',
|
name: '天气预报',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/agriculture_course.png',
|
icon: '/static/icons/ly_3.png',
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: '美丽乡村',
|
|
||||||
url: '/pages/activity/lease/index',
|
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
|
||||||
color: 'red',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '景区景色',
|
|
||||||
url: '/pages/activity/lease/index',
|
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
|
||||||
color: 'red',
|
|
||||||
},
|
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<wd-grid-item use-slot>
|
<wd-grid-item use-slot>
|
||||||
@ -185,9 +173,9 @@
|
|||||||
<template #title>
|
<template #title>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<view>
|
<view>
|
||||||
<text class="text-xl text-sm font-size-4">公共交通</text>
|
<text class="text-xl text-sm font-size-4">本地必备</text>
|
||||||
<text class="ps-2 text-xl text-sm font-size-3 color-gray-500">
|
<text class="ps-2 text-xl text-sm font-size-3 color-gray-500">
|
||||||
好物上新季,特产抢先购
|
<!-- 好物上新季,特产抢先购 -->
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <wd-button type="primary" size="small">
|
<!-- <wd-button type="primary" size="small">
|
||||||
@ -202,33 +190,27 @@
|
|||||||
@click="more"
|
@click="more"
|
||||||
v-for="item in [
|
v-for="item in [
|
||||||
{
|
{
|
||||||
name: '特产产品',
|
name: '一条龙服务',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/village_service.png',
|
icon: '/static/icons/local_1.png',
|
||||||
color: 'green',
|
color: 'green',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '特色美食',
|
name: '人才服务',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/agriculture_service.png',
|
icon: '/static/icons/local_2.png',
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '当季产品',
|
name: '技术服务',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/agriculture_course.png',
|
icon: '/static/icons/local_3.png',
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '美丽乡村',
|
name: '租赁服务',
|
||||||
url: '/pages/activity/lease/index',
|
url: '/pages/activity/lease/index',
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
icon: '/static/icons/local_4.png',
|
||||||
color: 'red',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '景区景色',
|
|
||||||
url: '/pages/activity/lease/index',
|
|
||||||
icon: '/static/icons/rural_ecommerce.png',
|
|
||||||
color: 'red',
|
color: 'red',
|
||||||
},
|
},
|
||||||
]"
|
]"
|
||||||
|
BIN
src/static/icons/fj_1.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
src/static/icons/fj_2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
src/static/icons/fj_3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
src/static/icons/fj_4.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
src/static/icons/fj_5.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
src/static/icons/fj_6.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
src/static/icons/fj_7.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
src/static/icons/fj_8.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
src/static/icons/local_1.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
src/static/icons/local_2.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
src/static/icons/local_3.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/icons/local_4.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
src/static/icons/ly_1.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
src/static/icons/ly_2.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/static/icons/ly_3.png
Normal file
After Width: | Height: | Size: 2.7 KiB |