Ver código fonte

返回修改

tanxue 3 semanas atrás
pai
commit
31c0cf821a
1 arquivos alterados com 1 adições e 3 exclusões
  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');
 	}