需求信息回显

This commit is contained in:
”chenxuelian“
2023-01-29 21:25:38 +08:00
parent 7765787876
commit efb8a1703e
2 changed files with 26 additions and 27 deletions

View File

@@ -109,7 +109,7 @@
item.pub_time = dateFormatXwDetail(item.pub_time)
item.images = item.images.split(';')
item.images = item.images.map(item1 => {
item1 = uni.getStorageSync('img_url') + item1
item1 = uni.getStorageSync('img_url') + '/' + item1
return item1
})
}