zs 2 years ago
parent
commit
455548909c
1 changed files with 1 additions and 1 deletions
  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>