@@ -770,12 +770,12 @@ export default {
return true;
}
// #ifdef MP-WEIXIN
- if (examLimitClient == 2) {
+ if (examLimitClient.includes("2")) {
// #endif
// #ifdef H5
- if (examLimitClient == 1 && this.isWeixin()) {
+ if (examLimitClient.includes("1") && this.isWeixin()) {