页面
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
sjeam 2025-09-03 14:56:17 +08:00
parent 7edaec912b
commit 6739e375ad
17 changed files with 39 additions and 49 deletions

View File

@ -80,13 +80,6 @@
color: 'blue',
},
{
name: '问题反馈',
url: '/pages/users/feedback/index',
type: 2,
icon: '/static/icons/rural_ecommerce.png',
color: 'red',
},
{
name: '平台客服',
url: '17309090670',
@ -143,6 +136,21 @@ function more(item) {
show.value = true
return
}
if (item.name == '平台客服') {
uni.showModal({
title: '提示',
content: ' 确定拨打客服电话:' + 17309090670 + '吗?',
success: function (res) {
if (res.confirm) {
uni.makePhoneCall({
phoneNumber: 17309090670,
})
}
},
})
return
}
if (item.type == 1) {
getUrl(item.url)
} else if (item.type == 2) {

View File

@ -51,49 +51,49 @@
{
name: '找停车',
url: '/pages/activity/lease/index',
icon: '/static/icons/village_service.png',
icon: '/static/icons/fj_1.png',
color: 'green',
},
{
name: '农事服务',
url: '/pages/store/home/index?id=13',
icon: '/static/icons/agriculture_service.png',
icon: '/static/icons/fj_2.png',
color: 'blue',
},
{
name: '店铺街',
url: '/pages/store/shopStreet/index',
icon: '/static/icons/agriculture_course.png',
icon: '/static/icons/fj_3.png',
color: 'orange',
},
{
name: '特产产品',
url: '/pages/activity/lease/index',
icon: '/static/icons/village_service.png',
icon: '/static/icons/fj_4.png',
color: 'green',
},
{
name: '特色美食',
url: '/pages/store/home/index?id=13',
icon: '/static/icons/agriculture_service.png',
icon: '/static/icons/fj_5.png',
color: 'blue',
},
{
name: '当季产品',
url: '/pages/activity/lease/index',
icon: '/static/icons/agriculture_course.png',
icon: '/static/icons/fj_6.png',
color: 'orange',
},
{
name: '美丽乡村',
url: '/pages/activity/lease/index',
icon: '/static/icons/rural_ecommerce.png',
icon: '/static/icons/fj_7.png',
color: 'red',
},
{
name: '景区景色',
url: '/pages/activity/lease/index',
icon: '/static/icons/rural_ecommerce.png',
icon: '/static/icons/fj_8.png',
color: 'red',
},
]"
@ -135,35 +135,23 @@
@click="more"
v-for="item in [
{
name: '特产产品',
name: '酒店住宿',
url: '/pages/activity/lease/index',
icon: '/static/icons/village_service.png',
icon: '/static/icons/ly_1.png',
color: 'green',
},
{
name: '特色美食',
name: '风景景区',
url: '/pages/activity/lease/index',
icon: '/static/icons/agriculture_service.png',
icon: '/static/icons/ly_2.png',
color: 'blue',
},
{
name: '当季产品',
name: '天气预报',
url: '/pages/activity/lease/index',
icon: '/static/icons/agriculture_course.png',
icon: '/static/icons/ly_3.png',
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>
@ -185,9 +173,9 @@
<template #title>
<view class="title">
<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>
</view>
<!-- <wd-button type="primary" size="small">
@ -202,33 +190,27 @@
@click="more"
v-for="item in [
{
name: '特产产品',
name: '一条龙服务',
url: '/pages/activity/lease/index',
icon: '/static/icons/village_service.png',
icon: '/static/icons/local_1.png',
color: 'green',
},
{
name: '特色美食',
name: '人才服务',
url: '/pages/activity/lease/index',
icon: '/static/icons/agriculture_service.png',
icon: '/static/icons/local_2.png',
color: 'blue',
},
{
name: '当季产品',
name: '技术服务',
url: '/pages/activity/lease/index',
icon: '/static/icons/agriculture_course.png',
icon: '/static/icons/local_3.png',
color: 'orange',
},
{
name: '美丽乡村',
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',
icon: '/static/icons/local_4.png',
color: 'red',
},
]"

BIN
src/static/icons/fj_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
src/static/icons/fj_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
src/static/icons/fj_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
src/static/icons/fj_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
src/static/icons/fj_5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
src/static/icons/fj_6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
src/static/icons/fj_7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
src/static/icons/fj_8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
src/static/icons/ly_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
src/static/icons/ly_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
src/static/icons/ly_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB