Commit 02ae65c1 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent c68b63b1
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
}, },
fail: () => { fail: () => {
setTimeout(() => { setTimeout(() => {
message.notify('请重新上传图片'); message.notify('图片存在风险,请重新上传');
setTimeout(() => { setTimeout(() => {
navigateBack(); navigateBack();
}, 500); }, 500);
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
fail: () => { fail: () => {
uni.hideLoading() uni.hideLoading()
setTimeout(() => { setTimeout(() => {
message.notify('请重新上传图片'); message.notify('图片存在风险,请重新上传');
setTimeout(() => { setTimeout(() => {
navigateBack(); navigateBack();
}, 500); }, 500);
......
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 to comment