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