mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化物品放行功能
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
a31140061d
commit
0392aaff64
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user