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