优化物品放行功能

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-03-28 08:59:11 +00:00 committed by Gitee
parent a31140061d
commit 0392aaff64
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -177,9 +177,10 @@
}, },
}).then(()=>{ }).then(()=>{
uni.removeStorageSync('_tempItemReleaseResource'); uni.removeStorageSync('_tempItemReleaseResource');
uni.navigateTo({ uni.navigateBack();
url:'/pages/my/my' // uni.navigateTo({
}) // url:'/pages/my/my'
// })
},_err=>{ },_err=>{
uni.showToast({ uni.showToast({
icon:'none', icon:'none',