更新
This commit is contained in:
parent
23d9264123
commit
cdc5cb8d0e
@ -526,8 +526,6 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
}],
|
||||
"globalStyle": {
|
||||
|
@ -186,7 +186,7 @@ import { Toast } from "../../libs/uniApi";
|
||||
if (url != "") {
|
||||
url = encodeURI(url);
|
||||
plus.runtime.openURL(url, function(e) {
|
||||
plus.nativeUI.alert("本机未安装指定的地图应用");
|
||||
plus.nativeUI.alert("您的手机没有安装高德地图");
|
||||
});
|
||||
}
|
||||
}catch(e){
|
||||
@ -227,7 +227,7 @@ import { Toast } from "../../libs/uniApi";
|
||||
else {
|
||||
// alert('未安装' + packageName + '')
|
||||
uni.showToast({
|
||||
title: `只支持高德地图`,
|
||||
title: `您的手机没有安装高德地图`,
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user