fix: 修改参数2
This commit is contained in:
parent
5a53aa187c
commit
85e3f519f9
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<!-- 商品列表 -->
|
||||
<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']">
|
||||
<view class="Commodity-Item" @tap="ischoiceDiscount(item,index)">
|
||||
<b-rx-commodity-item :item="item" :key='index'></b-rx-commodity-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue