浏览代码

增加弹窗

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>