This commit is contained in:
weipengfei 2023-08-25 17:24:19 +08:00
parent 23d9264123
commit cdc5cb8d0e
4 changed files with 2 additions and 4 deletions

View File

@ -526,8 +526,6 @@
} }
] ]
}], }],
"globalStyle": { "globalStyle": {

View File

@ -186,7 +186,7 @@ import { Toast } from "../../libs/uniApi";
if (url != "") { if (url != "") {
url = encodeURI(url); url = encodeURI(url);
plus.runtime.openURL(url, function(e) { plus.runtime.openURL(url, function(e) {
plus.nativeUI.alert("本机未安装指定的地图应用"); plus.nativeUI.alert("您的手机没有安装高德地图");
}); });
} }
}catch(e){ }catch(e){
@ -227,7 +227,7 @@ import { Toast } from "../../libs/uniApi";
else { else {
// alert('' + packageName + '') // alert('' + packageName + '')
uni.showToast({ uni.showToast({
title: `只支持高德地图`, title: `您的手机没有安装高德地图`,
icon: 'none' 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