|
@@ -326,7 +326,7 @@ wepy.page({
|
|
this.activeId = item.permanentSpaceId;
|
|
this.activeId = item.permanentSpaceId;
|
|
// 去地图页面
|
|
// 去地图页面
|
|
wx.redirectTo({
|
|
wx.redirectTo({
|
|
- url: `/packagesEnv/pages/officehome/index?from='FindIt'&=floorId=${item.floorId}&buildingId=${item.buildingId}&spaceId=${item.permanentSpaceId}`
|
|
|
|
|
|
+ url: `/packagesEnv/pages/officehome/index?from='FindIt'&floorId=${item.floorId}&buildingId=${item.buildingId}&spaceId=${item.permanentSpaceId}`
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// 搜索
|
|
// 搜索
|