[更新发现]

This commit is contained in:
zhangmanman
2022-01-13 13:56:32 +08:00
parent 9af54bc24a
commit c82f40ee09
27 changed files with 1274 additions and 295 deletions

View File

@@ -11,7 +11,7 @@
</view>
<oct-menu
:lists="menuData.foods"
:isType='true'
isType="det"
:btnStyle="{'margin-top': '30rpx'}"
@onMenu="$Router.push({ name: 'menuDetails', params: {id: $event.food_id, title: $event.name }})"
/>
@@ -25,31 +25,31 @@
<view class="other-name">
碳水化合物
</view>
<view class="other-number">
200.00g
<view class="nowrap other-number">
{{ menuData.carbohydrate }}g
</view>
</view>
<view class="other-label">
<view class="other-name">
蛋白质
</view>
<view class="other-number">
200.00g
<view class="nowrap other-number">
{{ menuData.protein }}g
</view>
</view>
<view class="other-label">
<view class="other-name">
脂肪
</view>
<view class="other-number">
200.00g
<view class="nowrap other-number">
{{ menuData.cellulose }}g
</view>
</view>
<view class="other-label">
<view class="other-name">
千卡
</view>
<view class="other-number">
<view class="nowrap other-number">
{{ menuData.calory }}
</view>
</view>