柒零 1 년 전
부모
커밋
db680fd46d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pages/index/index.js

+ 6 - 0
pages/index/index.js

@@ -143,6 +143,12 @@ Page({
   },
   savehotelnew() {
     const that = this;
+    console.log({
+      token: "89835e65993fee4a6a6cbbe4c271da51e5521822934e13769e61cadabaed72c3" || wx.getStorageSync('token'),
+      unionid: wx.getStorageSync('unionid'),
+      longandlat: that.data.longitude + "|" + that.data.latitude
+    });
+    
     wx.request({
       url: 'https://aipush.aidsleep.cn/savehotelnew',
       method: 'POST',