mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
修改撤回逻辑
This commit is contained in:
@@ -223,7 +223,7 @@ export default {
|
||||
}, 100);
|
||||
},
|
||||
withdraw(item){
|
||||
apiShares.deleteshares(item.id).then(res=>{
|
||||
apiShares.deleteshares(item.shareId).then(res=>{
|
||||
if(res.status == 200){
|
||||
uni.showToast({
|
||||
icon:'success',
|
||||
|
||||
Reference in New Issue
Block a user