张文飞 hace 3 años
padre
commit
3e899e702d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      pages/homePage/homePage.vue

+ 3 - 0
pages/homePage/homePage.vue

@@ -289,6 +289,9 @@
 		},
 		methods: {
 			toPage(pathName,projectId){
+				uni.showModal({
+					content:"pathName:"+pathName+"projectId: "+projectId,
+				});
 				if((projectId&&pathName.indexOf('houseDetail')>-1)||(projectId&&!pathName)){
 					let e = {
 						projectId