fix: 修改参数2

This commit is contained in:
whitechiina 2025-03-31 16:47:22 +08:00
parent 5a53aa187c
commit 85e3f519f9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<!-- 商品列表 --> <!-- 商品列表 -->
<view class="box_3"> <view class="box_3">
<text lines="1" class="text_5">订单详情</text> <text lines="1" class="text_5"> 订单详情</text>
<template v-for="(item,index) in FormInfor['products']"> <template v-for="(item,index) in FormInfor['products']">
<view class="Commodity-Item" @tap="ischoiceDiscount(item,index)"> <view class="Commodity-Item" @tap="ischoiceDiscount(item,index)">
<b-rx-commodity-item :item="item" :key='index'></b-rx-commodity-item> <b-rx-commodity-item :item="item" :key='index'></b-rx-commodity-item>