Browse Source

Merge branch '2024鹅状元' of https://gogs.mtavip.com/wangguoyu/uniProject into 2024鹅状元

tanxue 6 months ago
parent
commit
97f3fb642f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      pages/game/components/constantConfig.js

+ 6 - 6
pages/game/components/constantConfig.js

@@ -1,18 +1,18 @@
 // 食物种类列表
 export const foodSpeciesList = [{
-		id: 100,
+		id: 30,
 		imgUrl: '/static/images/game/food-img1.png',
-		credit: 30
+		credit: 100
 	},
 	{
-		id: 300,
+		id: 100,
 		imgUrl: '/static/images/game/food-img2.png',
-		credit: 100
+		credit: 300
 	},
 	{
-		id: 600,
+		id: 300,
 		imgUrl: '/static/images/game/food-img3.png',
-		credit: 300
+		credit: 600
 	}
 ]