@@ -14,7 +14,7 @@
<text>{{no}}</text>
</view>
<view class="second_1_1" v-if="type == 'order'">
- <text>物流商品:</text>
+ <text>包含商品:</text>
<text v-for="(item,index) in goods" :key="index">{{item.goods_name}};</text>