zs 2 năm trước cách đây
mục cha
commit
455548909c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pagesMy/logistics/index.vue

+ 1 - 1
pagesMy/logistics/index.vue

@@ -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>
 							</view>
 						</view>