wesmiler 6 years ago
parent
commit
691dc4bf42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/static/weixin/js/index.js

+ 1 - 1
public/static/weixin/js/index.js

@@ -115,7 +115,7 @@ var app = new Vue({
                         type: 'BD09', // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02'
                         // type: 'wgs84', // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02'
                         success: function (res) {
-
+                            $(".index-navs").append(JSON.stringify(res))
                             $.toast(JSON.stringify(res),'text');
 
                         }