@@ -1,6 +1,7 @@
<script>
export default {
onLaunch: function() {
+ //#ifdef APP-PLUS
// console.log('App Launch')
//判断客户端类别
if (/MicroMessenger/.test(window.navigator.userAgent)) {
@@ -22,6 +23,7 @@
});
// console.log('handleAliPay 其他浏览器');
};
+ //#endif
// this.$wxApi.config();
},
onShow: function() {
@@ -66,8 +66,10 @@
}
"geolocation" : {
- "system" : {
- "__platform__" : [ "android" ]
+ "amap" : {
+ "__platform__" : [ "android" ],
+ "appkey_ios" : "565ad55bec6d286e33a95a9ff1911b55",
+ "appkey_android" : "565ad55bec6d286e33a95a9ff1911b55"
"push" : {},
@@ -155,6 +155,7 @@
uni.getLocation({
type:"gcj02",
success : function (res) {
+ alert(res.latitude);
// console.log('定位',res)
uni.hideLoading();
//#ifdef APP-PLUS