|
@@ -18,7 +18,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list_2">
|
|
|
- <image class="image" :src="item.file&&item.file.length>0?item.file[0].url:''" mode="">
|
|
|
+ <image class="image" :src="item.url&&item.url.length>0?item.url[0].url:''" mode="">
|
|
|
</image>
|
|
|
<view class="other">
|
|
|
<view class="name">
|
|
@@ -133,7 +133,8 @@
|
|
|
let list = [...that.list, ...arr.data];
|
|
|
for (let val of list) {
|
|
|
let type = that.typeList.find(i => i.value == val.type)
|
|
|
- if (status) val.zhType = status.label;
|
|
|
+ if (type) val.zhType = type.label;
|
|
|
+ val.url = val?.goods?.goods?.file;
|
|
|
}
|
|
|
that.$set(that, `list`, list)
|
|
|
that.$set(that, `total`, arr.total)
|