Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
17c12bdd
提交
17c12bdd
authored
3月 27, 2026
作者:
廖在望
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: app页面效果调整。
上级
b4b30b49
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
200 行增加
和
123 行删除
+200
-123
pages.json
src/pages.json
+2
-0
detail.vue
src/pages/kexinnongzi/detail.vue
+0
-0
yonggongmap.vue
src/pages/linghuoyonggong/components/yonggongmap.vue
+51
-43
linghuoyonggong.vue
src/pages/linghuoyonggong/linghuoyonggong.vue
+0
-0
nongjifuwu.vue
src/pages/nongjifuwu/nongjifuwu.vue
+147
-80
shenqingruzhu.vue
src/pages/nongjifuwu/shenqingruzhu.vue
+0
-0
没有找到文件。
src/pages.json
浏览文件 @
17c12bdd
...
@@ -685,6 +685,8 @@
...
@@ -685,6 +685,8 @@
"pageOrientation"
:
"portrait"
,
"pageOrientation"
:
"portrait"
,
"app-plus"
:
{
"app-plus"
:
{
"scrollIndicator"
:
"none"
,
"scrollIndicator"
:
"none"
,
"popGesture"
:
"close"
,
"bounce"
:
"none"
,
"titleNView"
:
{
"titleNView"
:
{
"titleSize"
:
"18"
"titleSize"
:
"18"
}
}
...
...
src/pages/kexinnongzi/detail.vue
浏览文件 @
17c12bdd
差异被折叠。
点击展开。
src/pages/linghuoyonggong/components/yonggongmap.vue
浏览文件 @
17c12bdd
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
<fui-icon
name=
"search"
color=
"#999"
:size=
"32"
></fui-icon>
<fui-icon
name=
"search"
color=
"#999"
:size=
"32"
></fui-icon>
<input
class=
"search-input"
v-model=
"model.searchText"
placeholder=
"搜地点、技能..."
placeholder-style=
"color:#ccc"
@
confirm=
"onSearch"
/>
<input
class=
"search-input"
v-model=
"model.searchText"
placeholder=
"搜地点、技能..."
placeholder-style=
"color:#ccc"
@
confirm=
"onSearch"
/>
</view>
</view>
<scroll-view
scroll-x
class=
"tab-scroll"
v-if=
"model.currentEmploymentId != 2"
>
<scroll-view
scroll-x
class=
"tab-scroll"
>
<view
class=
"tabs-row"
>
<view
class=
"tabs-row"
>
<view
<view
v-for=
"tab in model.categoryTabs"
v-for=
"tab in model.categoryTabs"
...
@@ -310,18 +310,19 @@
...
@@ -310,18 +310,19 @@
<view
class=
"map-container"
>
<view
class=
"map-container"
>
<Mapbox
@
register=
"registerMap"
/>
<Mapbox
@
register=
"registerMap"
/>
<!-- 回到当前位置 -->
<!-- 悬浮控制按钮组 -->
<view
class=
"map-ctrl location"
@
click=
"backToUserLocation"
>
<view
class=
"map-ctrl-group"
>
<fui-icon
name=
"location"
color=
"#5db66f"
:size=
"44"
></fui-icon>
<view
class=
"map-ctrl location"
@
click=
"backToUserLocation"
>
<fui-icon
name=
"location"
color=
"#5db66f"
:size=
"28"
></fui-icon>
<text
class=
"ctrl-text"
>
定位
</text>
</view>
<view
class=
"map-ctrl list-btn"
@
click=
"onListModeClick"
>
<fui-icon
name=
"list"
color=
"#fff"
:size=
"28"
></fui-icon>
<text
class=
"ctrl-text"
>
列表
</text>
</view>
</view>
</view>
</view>
</view>
<!-- 模式切换胶囊 (沉浸式风格) -->
<view
class=
"view-toggle-pill"
@
tap=
"onListModeClick"
>
<fui-icon
name=
"list"
:size=
"32"
color=
"#5db66f"
></fui-icon>
<text
class=
"toggle-text"
>
返回列表
</text>
</view>
<RegisterDialog
ref=
"registerDialogRef"
/>
<RegisterDialog
ref=
"registerDialogRef"
/>
<ConfirmDialog
<ConfirmDialog
v-model:show=
"model.showConfirmDialog"
v-model:show=
"model.showConfirmDialog"
...
@@ -397,43 +398,50 @@
...
@@ -397,43 +398,50 @@
position
:
relative
;
position
:
relative
;
}
}
.map-ctrl
{
.map-ctrl
-group
{
position
:
absolute
;
position
:
absolute
;
right
:
30
rpx
;
right
:
24
rpx
;
bottom
:
200
rpx
;
bottom
:
100
rpx
;
width
:
88
rpx
;
height
:
88
rpx
;
background-color
:
#fff
;
border-radius
:
50%
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
justify-content
:
center
;
gap
:
16
rpx
;
box-shadow
:
0
8
rpx
24
rpx
rgba
(
0
,
0
,
0
,
0.12
);
z-index
:
200
;
z-index
:
200
;
&:active
{
transform
:
scale
(
0.92
);
}
}
.view-toggle-pill
{
.map-ctrl
{
position
:
fixed
;
position
:
relative
;
left
:
50%
;
width
:
88
rpx
;
transform
:
translateX
(
-50%
);
height
:
88
rpx
;
bottom
:
60
rpx
;
background-color
:
#fff
;
background-color
:
rgba
(
255
,
255
,
255
,
0.95
);
border-radius
:
50%
;
backdrop-filter
:
blur
(
12px
);
display
:
flex
;
padding
:
20
rpx
48
rpx
;
flex-direction
:
column
;
border-radius
:
100
rpx
;
align-items
:
center
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
box-shadow
:
0
6
rpx
20
rpx
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
12
rpx
40
rpx
rgba
(
0
,
0
,
0
,
0.15
);
transition
:
all
0.2s
;
border
:
1
rpx
solid
rgba
(
255
,
255
,
255
,
0.5
);
z-index
:
110
;
&:active
{
transition
:
all
0.3s
;
transform
:
scale
(
0.92
);
&:active
{
transform
:
translateX
(
-50%
)
scale
(
0.95
);
}
}
.toggle-text
{
font-size
:
28
rpx
;
.ctrl-text
{
color
:
#1a1a1a
;
font-size
:
18
rpx
;
font-weight
:
bold
;
color
:
#fff
;
margin-left
:
16
rpx
;
margin-top
:
2
rpx
;
}
&
.location
{
.ctrl-text
{
color
:
#5db66f
;
}
}
&
.list-btn
{
width
:
100
rpx
;
height
:
100
rpx
;
background
:
linear-gradient
(
135deg
,
#1890ff
0%
,
#096dd9
100%
);
box-shadow
:
0
6
rpx
20
rpx
rgba
(
24
,
144
,
255
,
0.4
);
}
}
}
}
}
...
...
src/pages/linghuoyonggong/linghuoyonggong.vue
浏览文件 @
17c12bdd
差异被折叠。
点击展开。
src/pages/nongjifuwu/nongjifuwu.vue
浏览文件 @
17c12bdd
差异被折叠。
点击展开。
src/pages/nongjifuwu/shenqingruzhu.vue
浏览文件 @
17c12bdd
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论