Selaa lähdekoodia

新增文字提示

tanxue 6 kuukautta sitten
vanhempi
commit
2e4cd39e7b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();
 		})
 	}