diff --git a/pages.json b/pages.json index f555a42..99873d8 100644 --- a/pages.json +++ b/pages.json @@ -526,8 +526,6 @@ } - - ] }], "globalStyle": { diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 9eb8690..7b18e42 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -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' }) } diff --git a/static/img/logistics/SL.png b/static/img/logistics/SL.png index daff9f1..50dc380 100644 Binary files a/static/img/logistics/SL.png and b/static/img/logistics/SL.png differ diff --git a/static/img/logistics/WZ.png b/static/img/logistics/WZ.png index 948ef30..e6388fb 100644 Binary files a/static/img/logistics/WZ.png and b/static/img/logistics/WZ.png differ