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