Commit fb29a294 by LJM

add

parent 54d35eda
Showing with 7 additions and 1 deletions
......@@ -737,12 +737,18 @@
setTimeout(() => {
this.getTallyData();
}, 2000);
} else {
} else if (res.err_code === 10000) {
console.log(res.err_msg)
uni.showModal({
title: '',
content: res.err_msg,
showCancel: false
});
} else {
uni.showToast({
title: res.err_msg,
icon: 'none'
});
}
});
},
......
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