fix::菜品列表修改增加

This commit is contained in:
GaoHao
2024-07-26 11:17:49 +08:00
parent 82b3a74435
commit ece7a35afd
5 changed files with 832 additions and 11 deletions

View File

@@ -58,13 +58,13 @@
</view>
<view class="price"> {{ item.totalAmount}} </view>
</view>
<view class="favorable" v-for="(item,index) in favorable" :key="index">
<!-- <view class="favorable" v-for="(item,index) in favorable" :key="index">
<view class="favorable_left">
<image class="icon" :src="item.url" mode="aspectFill"/>
<text class="name"> {{ item.name }} </text>
</view>
<view class="favorable_right"><text class="favorable_right_text">暂无可用优惠券</text> <u-icon name="arrow-right" color="#575B66" size="28"></u-icon></view>
</view>
</view> -->
<view class="totalPrice">
<text style="margin-bottom: 5rpx;">小计</text>
<text class="totalPriceNum"> {{listinfo.payAmount}} </text>