This commit is contained in:
xingyy 2023-09-25 20:10:56 +08:00
parent 53f297ed93
commit 2e06e42bc5
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,9 @@
<div :style="{height:`${distance}px`}" style="overflow-y: auto">
<div style="padding-bottom: 128rpx">
<div class="content2">
<image src="../../static/zu709@3x.png"></image>
<div class="content2">
<image :src="info.artworkImg"></image>
</div>
</div>
<div class="content3">
<div class="wrap1">

View File

@ -306,6 +306,7 @@ export default {
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
if (res.code===200){
uni.setStorageSync("jumpUrl", res.data.jumpUrl)
this.info.artworkImg=this.fileList1[0].url
uni.setStorageSync("orderingInfo", {
cycleID:this.cycleId,
warehouseID:this.warehouseID,