Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
h5-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
h5-ci-test
Commits
8e450ee1
提交
8e450ee1
authored
10月 11, 2023
作者:
chenkunfeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改地图页面布局
上级
f94c93c7
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
38 行增加
和
26 行删除
+38
-26
index.vue
src/pages/index/comp/network-list/index.vue
+22
-5
index.vue
src/pages/index/index.vue
+16
-21
listicon.png
src/static/img/listicon.png
+0
-0
location-icon.png
src/static/img/location-icon.png
+0
-0
mylocation.png
src/static/img/mylocation.png
+0
-0
没有找到文件。
src/pages/index/comp/network-list/index.vue
浏览文件 @
8e450ee1
...
...
@@ -83,7 +83,6 @@ import { InterListType } from '@/api/interface'
import
{
listCompanyInfoByCoopIdType
}
from
'@/api/interface/common'
type
ListType
=
InterListType
<
listCompanyInfoByCoopIdType
>
// 传参
const
props
=
defineProps
({
list
:
{
...
...
@@ -123,7 +122,6 @@ const emits = defineEmits(['onSelect'])
const
handleSelect
=
(
j
:
number
)
=>
{
emits
(
'onSelect'
,
props
.
list
[
j
])
}
// const toCooperation = () => {
// weChatSDK.miniProgram.navigateTo({
// url: '/page-mine/help-center/index'
...
...
@@ -138,13 +136,14 @@ onMounted(() => {
.network-list
{
position
:
fixed
;
//
top
:
calc
(
100vh
-
704
rpx
+
110
rpx
);
top
:
1156
rpx
;
bottom
:
44
rpx
;
left
:
0
;
width
:
100%
;
z-index
:
20
;
.list-view
{
//
height
:
calc
(
100vh
-
156
rpx
-
110
rpx
-
(
100vh
-
504
rpx
));
height
:
calc
(
100vh
-
156
rpx
-
110
rpx
-
(
100vh
-
504
rpx
));
//
屏幕高度
-
底部
-
搜索
-
地图
height
:
212
rpx
;
height
:
424
rpx
;
overflow-y
:
auto
;
//
background-color
:
lightpink
;
background-color
:
#fff
;
...
...
@@ -275,6 +274,24 @@ onMounted(() => {
box-shadow
:
0
rpx
16
rpx
32
rpx
0
rpx
rgba
(
151
,
151
,
151
,
0.5
);
border-radius
:
24
rpx
;
margin
:
0
16
rpx
;
.item-content
{
margin-top
:
32
rpx
;
}
}
.list-item
::before
{
content
:
'飞手团队'
;
display
:
block
;
height
:
54
rpx
;
font-size
:
22
rpx
;
color
:
#fefffe
;
line-height
:
32
rpx
;
padding
:
2
rpx
22
rpx
20
rpx
10
rpx
;
box-sizing
:
border-box
;
background
:
url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng3d92bdd59fc666b3fe1d1f66ab351c446f566ebd73f61c6c6be6b918a9b3018d)
0
0
/
cover
no-repeat
;
position
:
absolute
;
top
:
0
;
left
:
0
;
}
}
}
...
...
src/pages/index/index.vue
浏览文件 @
8e450ee1
...
...
@@ -4,27 +4,22 @@
<view
class=
"network-return"
>
<image
src=
"../../static/img/return.png"
mode=
"widthFix"
/>
</view>
<!--
<view
class=
"network-total"
>
<image
class=
"icon"
src=
"https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/popup-network-point.png"
></image>
<view>
服务商158家
</view>
</view>
-->
<!-- 位置图标 -->
<view
class=
"network-location-click
"
>
<u-icon
<view
:class=
"isclick ? 'network-location-click' : 'network-location'
"
>
<
!--
<
u-icon
size=
"18"
name=
"https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngb34fee468ca3e624ae37b2ed7f800c2cbc382947577b1daba895ca28cda483d4"
></u-icon>
></u-icon>
-->
<image
src=
"../../static/img/mylocation.png"
mode=
"widthFix"
/>
<text>
我的位置
</text>
</view>
<!-- 列表图标 -->
<view
:class=
"['network-list-click', isclick ? 'network-list-show' : '']"
>
<u-icon
<
!--
<
u-icon
size=
"18"
name=
"https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf2561f36b7cad7d458a843b0a01249a692737b67280ad7f5a76b94264dabd383"
></u-icon>
></u-icon>
-->
<image
src=
"../../static/img/listicon.png"
mode=
"widthFix"
/>
<text>
列表
</text>
</view>
<!-- 入驻飞享云 -->
...
...
@@ -151,7 +146,7 @@ export default {
isclick
:
false
,
icon
:
{
type
:
'image'
,
image
:
'
https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/dab4b6b6de114edc8b91cd86bc0760c7_mergeImage
.png'
,
image
:
'
../../static/img/location-icon
.png'
,
size
:
[
24
,
24
],
anchor
:
'bottom-center'
,
},
...
...
@@ -259,7 +254,7 @@ export default {
</div>
</div>
<div class="info-right">
<im
g src="../../static/img/navigation.png" alt=""
>
<im
age src="../../static/img/navigation.png" mode="widthFix" /
>
<span>导航</span>
</div>
</div>
...
...
@@ -361,7 +356,7 @@ export default {
.network-location-click
,//
点击图标之后
.network-list-click
{
position
:
fixed
;
bottom
:
642
rpx
;
bottom
:
calc
(
686
rpx
+
44
rpx
)
;
right
:
26
rpx
;
width
:
96
rpx
;
height
:
96
rpx
;
...
...
@@ -405,7 +400,7 @@ export default {
}
.network-enter
{
position
:
fixed
;
top
:
918
rpx
;
bottom
:
calc
(
424
rpx
+
44
rpx
)
;
left
:
0
;
width
:
100%
;
height
:
238
rpx
;
...
...
@@ -453,7 +448,7 @@ export default {
}
.network-type
{
position
:
fixed
;
top
:
1052
rpx
;
bottom
:
calc
(
424
rpx
+
44
rpx
)
;
left
:
0
;
width
:
100%
;
height
:
104
rpx
;
...
...
@@ -501,12 +496,12 @@ export default {
}
.network-none
{
position
:
fixed
;
//
top
:
calc
(
100vh
-
704
rpx
+
110
rpx
);
bottom
:
44
rpx
;
left
:
0
;
//
bottom
:
300
rpx
;
top
:
calc
(
918
rpx
+
238
rpx
);
width
:
100%
;
height
:
calc
(
100vh
-
44
rpx
-
238
rpx
-
918
rpx
)
;
line-height
:
calc
(
100vh
-
44
rpx
-
238
rpx
-
918
rpx
)
;
height
:
424
rpx
;
line-height
:
424
rpx
;
font-size
:
22
rpx
;
font-weight
:
400
;
color
:
#28292b
;
...
...
src/static/img/listicon.png
0 → 100644
浏览文件 @
8e450ee1
3.7 KB
src/static/img/location-icon.png
0 → 100644
浏览文件 @
8e450ee1
2.2 KB
src/static/img/mylocation.png
0 → 100644
浏览文件 @
8e450ee1
7.7 KB
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论