Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
40cd8d3e
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3216
Star
106
Fork
815
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
94
列表
看板
标记
里程碑
合并请求
70
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
94
Issue
94
列表
看板
标记
里程碑
合并请求
70
合并请求
70
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
40cd8d3e
编写于
1月 10, 2023
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'pr'
上级
ddc58089
930352aa
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
33 addition
and
33 deletion
+33
-33
docs/api/location/map.md
docs/api/location/map.md
+32
-32
docs/tutorial/run/run-app.md
docs/tutorial/run/run-app.md
+1
-1
未找到文件。
docs/api/location/map.md
浏览文件 @
40cd8d3e
...
...
@@ -341,44 +341,44 @@ App nvue 3.6.9+ 支持
this
.
addMarkers
();
},
methods
:
{
addMarkers
()
{
const
marker
=
{
id
:
1
,
iconPath
:
img
,
width
:
50
,
height
:
50
,
joinCluster
:
true
,
// 指定了该参数才会参与聚合
label
:
{
width
:
50
,
height
:
30
,
borderWidth
:
1
,
borderRadius
:
10
,
bgColor
:
'
#ffffff
'
const
positions
=
[
{
latitude
:
23.099994
,
longitude
:
113.324520
,
},
{
latitude
:
23.099994
,
longitude
:
113.322520
,
},
{
latitude
:
23.099994
,
longitude
:
113.326520
,
},
{
latitude
:
23.096994
,
longitude
:
113.329520
,
}
};
const
positions
=
[{
latitude
:
23.099994
,
longitude
:
113.324520
,
},
{
latitude
:
23.099994
,
longitude
:
113.322520
,
},
{
latitude
:
23.099994
,
longitude
:
113.326520
,
},
{
latitude
:
23.096994
,
longitude
:
113.329520
,
}]
]
const
markers
=
[]
positions
.
forEach
((
p
,
i
)
=>
{
const
newMarker
=
Object
.
assign
({},
marker
,
p
)
newMarker
.
id
=
i
+
1
newMarker
.
label
.
content
=
`label
${
i
+
1
}
`
markers
.
push
(
newMarker
)
console
.
log
(
i
)
markers
.
push
(
Object
.
assign
({},{
id
:
i
+
1
,
iconPath
:
img
,
width
:
50
,
height
:
50
,
joinCluster
:
true
,
// 指定了该参数才会参与聚合
label
:
{
width
:
50
,
height
:
30
,
borderWidth
:
1
,
borderRadius
:
10
,
bgColor
:
'
#ffffff
'
,
content
:
`label
${
i
+
1
}
`
}
},
p
)
)
})
this
.
_mapContext
.
addMarkers
({
markers
,
...
...
docs/tutorial/run/run-app.md
浏览文件 @
40cd8d3e
...
...
@@ -137,7 +137,7 @@ ls -lh /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D
## 离线打包生成自定义运行基座
可使用离线SDK打包生成自定义运行基座,生成后将apk和ipa包存放在项目目录/unpackage/debug目录下,文件名分别为android_debug.apk和iOS_debug.ipa。
可使用离线SDK打包生成自定义运行基座
(不支持cli方式,将src拖拽到编辑器中,并重新识别项目类型)
,生成后将apk和ipa包存放在项目目录/unpackage/debug目录下,文件名分别为android_debug.apk和iOS_debug.ipa。
-
[
Android平台离线生成自定义调试基座
](
https://ask.dcloud.net.cn/article/35482
)
-
[
iOS平台离线生成自定义调试基座
](
https://nativesupport.dcloud.net.cn/AppDocs/usesdk/ios?id=%e5%a6%82%e4%bd%95%e7%94%a8%e7%a6%bb%e7%ba%bf%e6%89%93%e5%8c%85%e5%b7%a5%e7%a8%8b%e5%88%b6%e4%bd%9c%e8%87%aa%e5%ae%9a%e4%b9%89%e5%9f%ba%e5%ba%a7
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录