修改样式

dev_aliyun_beta
杨树林 6 years ago
parent 9a92d9b58e
commit c63f115d06

@ -2110,6 +2110,7 @@ class PollNewQuestbank extends Component {
axios.put(url, { axios.put(url, {
opr: "up", opr: "up",
}).then((result) => { }).then((result) => {
debugger
try { try {
if(result){ if(result){
if(result.data){ if(result.data){
@ -2128,9 +2129,11 @@ class PollNewQuestbank extends Component {
this.props.showNotification(`上移失败`); this.props.showNotification(`上移失败`);
} }
} }
}else {
this.props.showNotification(`上移失败`);
} }
} catch (e) { } catch (e) {
// console.log("上移题目成功 错误") this.props.showNotification(`上移失败`);
console.log(e) console.log(e)
} }
@ -2159,10 +2162,12 @@ class PollNewQuestbank extends Component {
}else { }else {
this.props.showNotification(`下移失败`); this.props.showNotification(`下移失败`);
} }
}else {
this.props.showNotification(`上移失败`);
} }
} }
} catch (e) { } catch (e) {
// console.log("下移题目成功 错误") this.props.showNotification(`上移失败`);
console.log(e) console.log(e)
} }
}) })

Loading…
Cancel
Save