Explorar o código

fix:搜索页面

chenzhen2 hai 1 ano
pai
achega
e86e1474e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/packagesEnv/pages/search/index.wpy

+ 1 - 1
src/packagesEnv/pages/search/index.wpy

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