Merge branch 'feature/feature-20250331-h5' into uat
This commit is contained in:
@@ -3,8 +3,38 @@
|
|||||||
*/
|
*/
|
||||||
import config from '@/config';
|
import config from '@/config';
|
||||||
import { showDialog } from 'vant';
|
import { showDialog } from 'vant';
|
||||||
import { advancedQuesTypeList } from './quesInfoList';
|
const advancedQuesTypeList = [
|
||||||
|
{
|
||||||
|
name: 'Maxdiff',
|
||||||
|
icon: '',
|
||||||
|
check: false,
|
||||||
|
type: 105
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'CBC',
|
||||||
|
icon: '',
|
||||||
|
check: false,
|
||||||
|
type: 103
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'BPTO',
|
||||||
|
icon: '',
|
||||||
|
check: false,
|
||||||
|
type: 104
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'PSM',
|
||||||
|
icon: '',
|
||||||
|
check: false,
|
||||||
|
type: 101
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'KANO',
|
||||||
|
icon: '',
|
||||||
|
check: false,
|
||||||
|
type: 102
|
||||||
|
}
|
||||||
|
];
|
||||||
const advancedTypes = advancedQuesTypeList.map((i) => i.type); // 高级题型的 question_type
|
const advancedTypes = advancedQuesTypeList.map((i) => i.type); // 高级题型的 question_type
|
||||||
|
|
||||||
const performance = {
|
const performance = {
|
||||||
|
|||||||
Reference in New Issue
Block a user