Commit 97960ce4 authored by 吴卿华's avatar 吴卿华

Merge remote-tracking branch 'origin/master'

parents 15a3642a 9f403102
......@@ -172,7 +172,8 @@ export default {
// this.answerClear();
// this.$emit("update:visible", false);
this.saveBody();
const answers = JSON.stringify(this.answerArr.map((item) => item.answer));
const json = JSON.stringify(this.answerArr.map((item) => item.answer));
const answers = json.slice(1,json.length-1);
console.log(answers);
this.loading = true;
setAnswer({
......@@ -302,12 +303,16 @@ export default {
font-size: 14px;
text-align: center;
margin-right: 18px;
box-sizing: border-box;
cursor: pointer;
&.active {
background: #e9e9e9;
background: #afe8ab87;
border:none;
}
&.activered {
background: #ffffff;
background: #b9112633;
border:none;
}
&.now {
background: #a3d3ff;
......
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