YY 2 anni fa
parent
commit
da5a62e1d0

+ 1 - 1
src/views/selfShop/order/detail_orderDetail.vue

@@ -32,7 +32,7 @@
             </el-col>
             <el-col :span="24">
               <el-col :span="6">运费</el-col>
-              <el-col :span="18" class="other" v-if="!goods.freight == '0'">{{ goods.freight }}</el-col>
+              <el-col :span="18" class="other" v-if="!item.goods.freight == '0'">{{ item.goods.freight }}</el-col>
               <el-col :span="18" class="other" v-else>包邮</el-col>
             </el-col>
           </el-col>

+ 1 - 1
src/views/system/order/detail_orderDetail.vue

@@ -32,7 +32,7 @@
             </el-col>
             <el-col :span="24">
               <el-col :span="6">运费</el-col>
-              <el-col :span="18" class="other" v-if="!goods.freight == '0'">{{ goods.freight }}</el-col>
+              <el-col :span="18" class="other" v-if="!item.goods.freight == '0'">{{ item.goods.freight }}</el-col>
               <el-col :span="18" class="other" v-else>包邮</el-col>
             </el-col>
           </el-col>