张文飞 3 年之前
父節點
當前提交
7e3abb6074
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/houseDetail/houseDetail.vue

+ 1 - 1
pages/houseDetail/houseDetail.vue

@@ -160,7 +160,7 @@
 				if(res.data.success){
 				   let single =	res.data.single;
 				   wx.config({
-				   	debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
+				   	debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
 				   	appId: config.appid, // 必填,公众号的唯一标识
 				   	timestamp: single.timestamp, // 必填,生成签名的时间戳
 				   	nonceStr: single.nonceStr, // 必填,生成签名的随机串