地图预览
This commit is contained in:
@@ -290,7 +290,7 @@ export default {
|
|||||||
openLink(row) {
|
openLink(row) {
|
||||||
window.open(row.linkUrl);
|
window.open(row.linkUrl);
|
||||||
},
|
},
|
||||||
openApp(row) {
|
openApp(row) {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
// appId: row.goodsJdAppid,
|
// appId: row.goodsJdAppid,
|
||||||
// path: row.goodsJdUrl
|
// path: row.goodsJdUrl
|
||||||
@@ -308,7 +308,7 @@ export default {
|
|||||||
longitude: row.lng, // 经度,浮点数,范围为180 ~ -180。
|
longitude: row.lng, // 经度,浮点数,范围为180 ~ -180。
|
||||||
name: row.title, // 位置名
|
name: row.title, // 位置名
|
||||||
address: row.address, // 地址详情说明
|
address: row.address, // 地址详情说明
|
||||||
scale: 1, // 地图缩放级别,整形值,范围从1~28。默认为16
|
scale: row.zoom, // 地图缩放级别,整形值,范围从1~28。默认为16
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user