|
|
@@ -25,12 +25,10 @@ var app = new Vue({
|
|
|
},
|
|
|
created: function () {
|
|
|
this.params.type = getParam('type');
|
|
|
- this.initPoint();
|
|
|
+ //this.initPoint();
|
|
|
},
|
|
|
mounted: function () {
|
|
|
this.initMap();
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
// 初始化定位
|
|
|
@@ -75,7 +73,7 @@ var app = new Vue({
|
|
|
|
|
|
// 微信JSSDK
|
|
|
wx.config({
|
|
|
- debug: false, // 是否调试模式
|
|
|
+ debug: true, // 是否调试模式
|
|
|
appId: params.appId, // 必填,公众号的唯一标识
|
|
|
timestamp: params.timestamp, // 必填,生成签名的时间戳
|
|
|
nonceStr: params.nonceStr, // 必填,生成签名的随机串
|