Commit f4466396 by Denglingling

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

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