Commit 8d755162 by Denglingling

调整语音上传失败,也可提交订单;

(cherry picked from commit f4466396)
parent e5e9e0b4
Showing with 2 additions and 1 deletions
...@@ -1062,9 +1062,10 @@ class EquipConsuPage extends Component { ...@@ -1062,9 +1062,10 @@ class EquipConsuPage extends Component {
show('登录过期,请重新登录'); show('登录过期,请重新登录');
props.exitLoginStatus(); props.exitLoginStatus();
} else { } else {
that.changeSubLoding(false) // that.changeSubLoding(false)
let error_msg = audioResult.error_msg || audioResult.message let error_msg = audioResult.error_msg || audioResult.message
show(error_msg); show(error_msg);
that.submitQuickOrder()
} }
} else { } else {
that.submitQuickOrder() that.submitQuickOrder()
......
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