mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 04:59:37 +08:00
1
This commit is contained in:
parent
93a7a9be24
commit
2451572683
@ -104,8 +104,7 @@ Page({
|
||||
// 确认时间
|
||||
confirmTime() {
|
||||
let _this = this;
|
||||
let id = 1;
|
||||
// let id = _this.data.id;
|
||||
let id = _this.data.id;
|
||||
let startTime = _this.data.startTime;
|
||||
let endTime = _this.data.endTime;
|
||||
let paramUrl = "?id=" + id + "&startTime=" + selfFormatTimeYMDHMS(startTime) + "&endTime=" + selfFormatTimeYMDHMS(endTime);
|
||||
|
@ -33,8 +33,8 @@ Page({
|
||||
showroomDetailRq(_this.data.id).then(res => {
|
||||
console.log('showroomDetailRq', res);
|
||||
_this.setData({
|
||||
detail: res,
|
||||
bannerList: [res.indoorPicUrl]
|
||||
detail: res.data,
|
||||
bannerList: [res.data.indoorPicUrl]
|
||||
})
|
||||
})
|
||||
// 获取地址信息
|
||||
|
@ -101,8 +101,8 @@ Page({
|
||||
let _this = this;
|
||||
showroomDetailRq(this.data.id).then(res => {
|
||||
_this.setData({
|
||||
detail: res,
|
||||
bannerList: [res.indoorPicUrl]
|
||||
detail: res.data,
|
||||
bannerList: [res.data.indoorPicUrl]
|
||||
})
|
||||
})
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user