submit
This commit is contained in:
parent
53f297ed93
commit
2e06e42bc5
@ -8,7 +8,9 @@
|
|||||||
<div :style="{height:`${distance}px`}" style="overflow-y: auto">
|
<div :style="{height:`${distance}px`}" style="overflow-y: auto">
|
||||||
<div style="padding-bottom: 128rpx">
|
<div style="padding-bottom: 128rpx">
|
||||||
<div class="content2">
|
<div class="content2">
|
||||||
<image src="../../static/zu709@3x.png"></image>
|
<div class="content2">
|
||||||
|
<image :src="info.artworkImg"></image>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content3">
|
<div class="content3">
|
||||||
<div class="wrap1">
|
<div class="wrap1">
|
||||||
|
@ -306,6 +306,7 @@ export default {
|
|||||||
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
|
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
|
||||||
if (res.code===200){
|
if (res.code===200){
|
||||||
uni.setStorageSync("jumpUrl", res.data.jumpUrl)
|
uni.setStorageSync("jumpUrl", res.data.jumpUrl)
|
||||||
|
this.info.artworkImg=this.fileList1[0].url
|
||||||
uni.setStorageSync("orderingInfo", {
|
uni.setStorageSync("orderingInfo", {
|
||||||
cycleID:this.cycleId,
|
cycleID:this.cycleId,
|
||||||
warehouseID:this.warehouseID,
|
warehouseID:this.warehouseID,
|
||||||
|
Loading…
Reference in New Issue
Block a user