|
@@ -562,10 +562,10 @@ Page({
|
|
|
const { nickName } = wx.getStorageSync('userInfo');
|
|
const { nickName } = wx.getStorageSync('userInfo');
|
|
|
const unionid = wx.getStorageSync('unionid');
|
|
const unionid = wx.getStorageSync('unionid');
|
|
|
let exportData = {
|
|
let exportData = {
|
|
|
- hotel: this.data.hotel?this.data.hotel:'0',
|
|
|
|
|
- room: this.data.room?this.data.room:'0',
|
|
|
|
|
- userId: nickName?nickName:'0',
|
|
|
|
|
- id2: unionid?unionid:'0',
|
|
|
|
|
|
|
+ hotel: this.data.hotel,
|
|
|
|
|
+ room: this.data.room,
|
|
|
|
|
+ userId: nickName,
|
|
|
|
|
+ id2: unionid,
|
|
|
}
|
|
}
|
|
|
if (!that.data.intervalId1) {
|
|
if (!that.data.intervalId1) {
|
|
|
that.data.intervalId1 = setInterval(() => {
|
|
that.data.intervalId1 = setInterval(() => {
|