Commit 60c62ffb by LJM

bug

parent 2814cc5b
......@@ -362,9 +362,10 @@ export default {
this.closeDrawer();
}, 2000);
} else {
uni.showToast({
title: res.msg,
icon: 'error'
uni.showModal({
itle: '提示',
content: res.msg,
showCancel: false
});
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment