瀏覽代碼

返回修改

tanxue 3 周之前
父節點
當前提交
31c0cf821a
共有 1 個文件被更改,包括 1 次插入3 次删除
  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');
 	}