Parcourir la source

新增文字提示

tanxue il y a 6 mois
Parent
commit
2e4cd39e7b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
 		})
 	}