mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化物品放行
This commit is contained in:
parent
68ff574011
commit
e4ebf0e422
@ -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