tanxue hace 3 semanas
padre
commit
31c0cf821a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      components/zhuapaiConfirm/submitScore.vue

+ 1 - 3
components/zhuapaiConfirm/submitScore.vue

@@ -65,9 +65,7 @@
 	}
 	
 	function goIndex(){
-		uni.redirectTo({
-		  url: `/pages/client/ShouYe/shouye`
-		})
+		emits('goIndex');
 	}