wangxy 4 ماه پیش
والد
کامیت
d1246950b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/game/components/foodSelect.vue

+ 1 - 1
pages/game/components/foodSelect.vue

@@ -20,7 +20,7 @@
 					<image :src="item.imgUrl" class="food-image"/>
 					<view class="food-item-jf">
 						<icon class="jf-icon"></icon>
-						<text class="jf-text" >{{item.credit}}</text>
+						<text class="jf-text" >{{item.id}}</text>
 					</view>
 				</view>
 			</view>