完成加载页、首页、答题页逻辑,待处理动画
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
|
||||
const load = [
|
||||
'load/clock-second.png',
|
||||
'load/clock-minute.png',
|
||||
'load/clock-hour.png',
|
||||
'load/clock-circle.png',
|
||||
'load/clock-bg.png',
|
||||
'load/icon.png',
|
||||
'load/bg.jpg',
|
||||
]
|
||||
|
||||
|
||||
@@ -1,205 +1,72 @@
|
||||
export const data = [
|
||||
{
|
||||
id: 1,
|
||||
type: 'mbti',
|
||||
question: '当朋友约你外出,你会?',
|
||||
question: [
|
||||
'元宵幸福是来源于阖家团圆',
|
||||
'你的投资“幸福感”从何而来?',
|
||||
],
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '询问计划具体时间段做什么',
|
||||
secore: 'J',
|
||||
text: [
|
||||
'低波动低回撤',
|
||||
'追求稳稳的幸福',
|
||||
],
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '说走就走',
|
||||
secore: 'P',
|
||||
text: [
|
||||
'流动性好',
|
||||
'存取超方便',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
type: 'mbti',
|
||||
question: '你更喜欢什么样的社交生活?',
|
||||
question: [
|
||||
'“投资就像猜灯谜,不能碰运气',
|
||||
'学会评估才是关键”',
|
||||
'你倾向于什么方式评估?',
|
||||
],
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '独处回血爽歪歪',
|
||||
secore: 'I',
|
||||
text: [
|
||||
'根据详细的市场报告',
|
||||
'及历史数据具体分析',
|
||||
],
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '呼朋唤友快乐多',
|
||||
secore: 'E',
|
||||
text: [
|
||||
'根据整体市场趋势',
|
||||
'进行未来预测',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
type: 'mbti',
|
||||
question: '当你想要做一个计划时,你会?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '收集尽量多的信息',
|
||||
secore: 'S',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '偏向依靠经验',
|
||||
secore: 'N',
|
||||
},
|
||||
question: [
|
||||
'元宵是新年开运吉日',
|
||||
'此时开启一项新投资',
|
||||
'你更追求?',
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
type: 'mbti',
|
||||
question: '得知朋友因心情不好买了很多饼干,你第一想到的是?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '买了多少?一个人能吃完吗',
|
||||
secore: 'T',
|
||||
text: [
|
||||
'尽可能保证本金安全',
|
||||
'追求“落袋为安”',
|
||||
],
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '为什么心情不好呢',
|
||||
secore: 'F',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
type: 'lc',
|
||||
question: '当你考虑投资一个新的金融产品时,你更倾向于?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '与朋友、同事或专业顾问讨论, 通过外部交流获得信息和建议',
|
||||
secore: 'E',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '独立研究,通过阅读、在线课程和个人分析来形成决策',
|
||||
secore: 'I',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
type: 'lc',
|
||||
question: '当评估一项投资机会时,你更倾向于?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '依赖详细的市场报告、历史数据和具体分析',
|
||||
secore: 'S',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '依赖整体市场趋势、未来预测和直觉感受 ',
|
||||
secore: 'N',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
type: 'lc',
|
||||
question: '在选择一个投资合伙人时,你更看重?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '他们的专业能力、以往的业绩和逻辑决策过程',
|
||||
secore: 'T',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '他们的个人价值观、信任度和与你的情感共鸣',
|
||||
secore: 'F',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
type: 'lc',
|
||||
question: '当面对投资市场的不确定性和变化时,你更倾向于?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '坚持你的投资计划和策略,不轻易改变已经制定的计划',
|
||||
secore: 'J',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '保持灵活性,根据市场的最新变化调整你的投资策略',
|
||||
secore: 'P',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
type: 'lc',
|
||||
question: '在做某项决定时,你认为比较重要的是?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '根据实际情况衡量考虑',
|
||||
secore: 'J',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '考虑他人的感受和意见',
|
||||
secore: 'P',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
type: 'mbti',
|
||||
question: '你认为别人一般会?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '花很长时间才认识你',
|
||||
secore: 'I',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '很短的时间便了解你',
|
||||
secore: 'E',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
type: 'mbti',
|
||||
question: '哪些人会更吸引你?',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '一个思想敏捷及非常聪颖的人',
|
||||
secore: 'N',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '实事求是,具有丰富常识的人',
|
||||
secore: 'S',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
type: 'mbti',
|
||||
question: '你是否经常让',
|
||||
answer: [
|
||||
{
|
||||
aid: 'A',
|
||||
text: '你的情感支配你的理智',
|
||||
secore: 'F',
|
||||
},
|
||||
{
|
||||
aid: 'B',
|
||||
text: '你的理智主宰你的情感',
|
||||
secore: 'T',
|
||||
text: [
|
||||
'产生较多的收益',
|
||||
'可以承担一定的投资风险',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user