import React from 'react';
import { Carousel } from 'antd';
import './index.less';
import Page from '@src/containers/Page';
import Assets from '@src/components/Assets';
import { formatDate } from '@src/services/Tools';
import Button from '../../../components/Button';
import Footer from '../../../components/Footer';
import { Main } from '../../../stores/main';
const courseIconList = ['grammar', 'read', 'logic', 'math'];
export default class extends Page {
constructor(props) {
super(props);
this.state = { courseIndex: 0 };
}
initData() {
Main.getIndex().then(result => {
this.setState(result);
});
setTimeout(() => {
this.createLayout();
}, 1);
}
createLayout() {
const msnry = new Masonry('.grid', {
itemSelector: '.grid-item',
});
msnry.layout();
}
location(url) {
window.location.href = url;
}
renderView() {
const { prepare = {}, user = {}, course = [], activity = [], evaluation = [], contact = {} } = this.state;
return (
PREPARE THE GMAT LIKE A PRO.
我们相信每位考生独一无二,但科学的备考方法本质相通;
我们知道考取高分并非易事,但千行的专业指导让难度下降25%;
我们清楚GMAT只是留学生涯的起点,但千行努力让您收获更多。
完善备考信息,赢VIP权限
知己知彼,百战不殆!
备考攻略
自学指南Self-guided
参与课程With DUKB24
WHY 千行
网站涵盖考试介绍、方法引导、技巧点拨、练习、课程、机经、模考、心经分享等,从入门到出分,一应俱全,满足各阶段考生的备考需求。
专注GMAT备考8年 出分周期高于行业平均水平26% 学员均分高于行业18%
除提供有用的数据信息外,网站多处设置信息导,提供必要的解释和原理说明,从源头规避误区,协助考生做出更加明智的决策,提高备考效率。
{user.numberOffline}
注册用户
千⾏课程Waste Less, Learn More
{course[this.state.courseIndex] &&
}
{course.map((row, index) => {
if (index >= 4) return null;
return
this.setState({ courseIndex: index })}
>
{row.title}
;
})}
独家服务
千⾏CAT模考>
采⽤CAT出题机制、排名制算分⽅法
独家题源,排除重题⼲扰
模考报告提供具体考点分析,明确提升 ⽅向
机经服务>
⾼效整理:梳理逻辑结构,⽆“反吞 噬”⻛险
轻松获取:⾃动更新⾄邮箱代替⼿动 领取
随时查阅:⼿机查看、在线浏览、在 线做题
VIP服务>
⾃由组卷,练你想练
独家解析,专业报告
提问特权,1VS1答疑
{activity.map((row) => {
return {
this.location(row.link);
}} />;
})}
{evaluation.map((row) => {
return
{row.nickname}
{formatDate(row.date, 'yyyy年mm月dd日')}
{row.content}
;
})}
发展历程
“OG12语法千行”首次与大家见面,下载量过万,成为当年最热门的备考资料。
正式成立“广州多少教育咨询有限公司”,致力于帮助GMAT考生花更少的时间,取得更高的成绩,"Waste Less, Learn
More." 同时发行“PREP0708语法千行”、“GMAT数学千行”。
发行“千行GMAT长难句”; 每4位GMAT考生中有3位使用“千行资料”; “千行”网站上线,我们希望为您做得更多。
联系我们
{contact.phone}
{contact.email}
{contact.wechat}
);
}
}