소스 검색

新增文字提示

tanxue 6 달 전
부모
커밋
2e4cd39e7b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/game/index.vue

+ 1 - 0
pages/game/index.vue

@@ -77,6 +77,7 @@
 	
 	function onWeiShi(data) {
 		handleWeishi(data, () => {
+			toast("已投喂");
 			foodSelectRef.value.handleClose();
 		})
 	}