Explorar el Código

新增文字提示

tanxue hace 6 meses
padre
commit
2e4cd39e7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
 		})
 	}