소스 검색

增加弹窗

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>