mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
|
|||||||
import { getCookie } from "@/api/utils";
|
import { getCookie } from "@/api/utils";
|
||||||
|
|
||||||
import { USER_INFO } from "@/api/api";
|
import { USER_INFO } from "@/api/api";
|
||||||
console.log("版本2.1.3------------");
|
console.log("版本2.1.6------------");
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
|||||||
@@ -31,11 +31,11 @@
|
|||||||
:key="key"
|
:key="key"
|
||||||
:style="{
|
:style="{
|
||||||
background:
|
background:
|
||||||
value.selectAnswer === item
|
value.selectAnswer === item + 1
|
||||||
? 'rgba(86, 163, 249, 1)'
|
? 'rgba(86, 163, 249, 1)'
|
||||||
: 'rgba(86, 163, 249, 0)',
|
: 'rgba(86, 163, 249, 0)',
|
||||||
color:
|
color:
|
||||||
value.selectAnswer === item
|
value.selectAnswer === item + 1
|
||||||
? '#fff'
|
? '#fff'
|
||||||
: 'rgba(86, 163, 249, 1)',
|
: 'rgba(86, 163, 249, 1)',
|
||||||
}"
|
}"
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
if (data.isSubmit) {
|
if (data.isSubmit) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
value.selectAnswer = item;
|
value.selectAnswer = item + 1;
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user