|
@@ -32,7 +32,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-col :span="6">运费</el-col>
|
|
<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 :span="18" class="other" v-else>包邮</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|