Commit 02ae65c1 authored by mengcuiguang's avatar mengcuiguang

代码优化

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