Compare commits
2 Commits
cfb5cd079f
...
7c1f4911d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1f4911d2 | ||
|
|
87d1d88c74 |
BIN
src/assets/picture/fengmian.png
Normal file
BIN
src/assets/picture/fengmian.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@@ -7,7 +7,7 @@
|
|||||||
<el-card class="card-wrap" :body-style="{ padding: '10px' }">
|
<el-card class="card-wrap" :body-style="{ padding: '10px' }">
|
||||||
<div class="img-wrap" @click="goToDetail(item)">
|
<div class="img-wrap" @click="goToDetail(item)">
|
||||||
<el-image style="width: 100%; height: 100%; border-radius: 5px" lazy
|
<el-image style="width: 100%; height: 100%; border-radius: 5px" lazy
|
||||||
:src="baseApi + item.pageImage" fit="cover"></el-image>
|
:src="item.pageImage" fit="cover"></el-image>
|
||||||
</div>
|
</div>
|
||||||
<div class="tag-wrap">
|
<div class="tag-wrap">
|
||||||
<span>{{ item.pageResolution ? item.pageResolution : '未知' }}</span>
|
<span>{{ item.pageResolution ? item.pageResolution : '未知' }}</span>
|
||||||
@@ -51,7 +51,7 @@ export default {
|
|||||||
"isShare": null,
|
"isShare": null,
|
||||||
"shareUrl": null,
|
"shareUrl": null,
|
||||||
"sharePass": null,
|
"sharePass": null,
|
||||||
"pageImage": "/profile/upload/2026/03/23/11(新)冻干3_1 (1)_20260323173148A001.png",
|
"pageImage": require("../../../assets/picture/fengmian.png"),
|
||||||
"tenantId": null,
|
"tenantId": null,
|
||||||
"tenantName": null,
|
"tenantName": null,
|
||||||
"delFlag": 0,
|
"delFlag": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user