1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063 |
- <template>
- <div id="report_container">
-
- <view class="user_info">
- <img :src="userinfo.portrait" />
- <view class="info_wrap">
- <view class="box_wrap">
- <text>{{ record.user_name }}</text>
- <text>{{ record.phone }}</text>
- </view>
- <view class="box_wrap info_right">
- <text>{{ record.start_time }}</text>
- <text>训练时间 : {{ record.play_time }}</text>
- </view>
- </view>
- </view>
- <div class="bran_wrap">
- <img
- src="http://img.shuimuai.com/report_ brain_coefficient.png"
- alt=""
- >
- <div class="bran">
- <p class="p_num">{{record.ratio}}</p>
- <p class="p_text">智脑系数</p>
- </div>
- </div>
-
-
- {{ record.play_time }}
- {{ record.name }}
- <view>
- <van-divider
- contentPosition="left"
- borderColor="#E98F36"
- >
- <van-image
- src="https://img.shuimuai.com/line.png"
- alt=""
- width="40"
- height="40"
- ></van-image>
- </van-divider>
- </view>
-
- <view class="margin-tb">
-
- <view class="margin_left">
- <view class="hight_pie_chart">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="hight_att_charts"
- canvasId="demo-canvas-interfere"
- />
- </view>
- <view class="left_content">
- <view class="left_num">{{ record.height_absorbed }}%</view>
- <view class="left_text">高专注力占比</view>
- </view>
- </view>
-
- <view class="margin_centent">
- <view class="detail">
- <te class="detail_num">{{ record.scope_diff }}</te>
- <view>专注力维持区间</view>
- </view>
- <view class="detail">
- <view class="detail_num">{{ record.interfere }}</view>
- <view>受干扰次数</view>
- </view>
- <view class="detail">
- <view class="detail_num">{{ record.burst }}</view>
- <view>专注力最大爆发值</view>
- </view>
- <view class="detail">
- <view class="detail_num">{{ record.start }}</view>
- <view>专注力启动时长</view>
- </view>
- </view>
-
- <view class="margin_right ">
- <view class="right_num">{{ record.att_average }}</view>
- <view class="right_text">平均专注力</view>
- </view>
- </view>
- <view class="bar">
- <view>
- <view class="line"></view>
- <view class="title">专注力要素分析</view>
- </view>
- </view>
- <view class="radar_chart">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="radar_charts"
- canvasId="demo-canvas2"
- />
- </view>
- <view class="">
- <view class="bar">
- <view>
- <view class="line"></view>
- <view class="title">报告分析</view>
- </view>
- </view>
- <view class="conclution">{{ record.content }}</view>
- {{ record.content2 }}
- <view class="bar">
- <view>
- <view class="line"></view>
- <view class="title">训练建议</view>
- </view>
- </view>
- <view class="conclution">{{ record.advise }}</view>
- </view>
- <view class="bar">
- <view>
- <view class="line"></view>
- <view class="title">专注力数值曲线</view>
- </view>
- </view>
- <view class="chart">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="attCharts"
- canvasId="demo-canvas"
- />
- </view>
- <view
- class="section_container"
- v-if="is_cut"
- >
- <van-tabs
- :active="0"
- color="#6858C4"
- type="card"
- @change="changeMin"
- >
- <van-tab
- :name="index"
- :title="(5*index)+'-'+(5*(index+1)) + '分钟'"
- v-for="(section,index) in data_section"
- :key="index"
- ></van-tab>
- </van-tabs>
- </view>
- <view class="cu-bar bg-white">
- <view class="action">
- <text class="cuIcon-titles text-primary"></text>
- <text class="">专注力数值累计比例</text>
- </view>
- </view>
- <view class="chart">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="pie_charts"
- canvasId="demo-canvas-1"
- />
- </view>
-
- <view class="bar">
- <view>
- <view class="line"></view>
- <view class="title">核销详情</view>
- </view>
- </view>
- <view class="sheet">
- <view class="left">
- <view>专注力训练设备: {{ record.name }}</view>
- </view>
- <view class="right">
- <view>核销方式:
- <text v-if="record.consumption_type==1">次卡</text>
- <text v-if="record.consumption_type==2">时间卡</text>
- </view>
- </view>
- </view>
-
- <view class="absorbed_change">
- <view class="interfere_title_wrap">
- <view class="line"></view>
- <view class="title">专注力变化分析</view>
- </view>
-
- <view class="interfere_wrap">
- <view class="interfere">
- <img
- src="http://img.shuimuai.com/program_interfere_log.png"
- alt=""
- class="interfere_logo"
- >
- <view class="interfere_text">
- 受干扰次数:
- <title class="interfere_text_num"> {{record.interfere}}</title>
- 次
- </view>
- </view>
-
- <view class="interfere_echarts_wrap">
- <view class="interfere_echarts">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="interfere_charts"
- canvasId="demo-canvas-4"
- />
- </view>
- <view class="interfere_echarts_bottom">
- <text>0</text>
- <text>2</text>
- <text>4</text>
- <text>6</text>
- <text>8</text>
- <text>10</text>
- <text>12</text>
- <text>14</text>
- <text>16</text>
- <text>18</text>
- <text>20</text>
- </view>
- </view>
- <view class="interfere_footer">
- <title class="interfere_footer_logo"></title>专注力干扰
- </view>
- </view>
-
- <view class="adjustment_warp">
- <view class="adjustment_title">
- <img
- src="http://img.shuimuai.com/program_rise_log.png"
- alt=""
- class="adjustment_title_logo"
- >
- <text>调整能力分析</text>
- </view>
-
- <view class="adjustment_echarts_wrap">
- <view class="adjustment_echarts">
- <mpvue-echarts
- :echarts="echarts"
- :onInit="adjustment_charts"
- canvasId="demo-canvas-5"
- />
- </view>
- <view class="adjustment_echarts_bottom">
- <text>0</text>
- <text>2</text>
- <text>4</text>
- <text>6</text>
- <text>8</text>
- <text>10</text>
- <text>12</text>
- <text>14</text>
- <text>16</text>
- <text>18</text>
- <text>20</text>
- </view>
- </view>
- <view class="adjustment_footer">
- <view class="adjustment_footer_logo"></view>专注力上升
- </view>
- </view>
-
- <view class="absorbed_change_footer">
- <view class="footer_text">
- 最大爆发值:
- <text class="footer_text_W">{{ record.burst }}</text>
- </view>
- <view class="footer_text">
- 平均调整时间:
- <text class="footer_text_W">{{ record.burstTime}}</text>
- s
- </view>
- </view>
- </view>
- <van-toast id="van-toast" />
- </div>
- </template>
- <script>
- import mpvueEcharts from "mpvue-echarts";
- import echarts from "../../../static/echarts.min";
- import util, {
- filterPieData,
- formatSeconds,
- getHightPieChartOption,
- getPieChartsOption,
- getRadarChartOption,
- timestampToTimeS,
- getInterfereChartsOption,
- interfereAction,
- getAdjustmentChartsOption,
- } from "../../utils/index";
- import { gameDetail, gameLineChart } from "../../requests/game";
- import game_store from "../../store/game";
- import Toast from "../../../static/vant/toast/toast";
- var att_charts,
- hight_att_pie_charts,
- radar_charts,
- $pie_charts,
- $interfere_echarts,
- $adjustment_echarts,
- $this;
- function initAttChart(canvas, width, height) {
- att_charts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart(att_charts);
- var option = util.getLineOption([0], [0]);
- att_charts.setOption(option);
- return att_charts;
- }
- function initHightPieChart(canvas, width, height) {
- hight_att_pie_charts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart(hight_att_pie_charts);
- var option = getHightPieChartOption(0, 0);
- hight_att_pie_charts.setOption(option);
- return hight_att_pie_charts;
- }
- function initRadarChart(canvas, width, height) {
- radar_charts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart(radar_charts);
- var option = getRadarChartOption(0);
- radar_charts.setOption(option);
- return radar_charts;
- }
- function initPieChart(canvas, width, height) {
- $pie_charts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart($pie_charts);
- var option = getPieChartsOption();
- $pie_charts.setOption(option);
- return $pie_charts;
- }
- function interfereChart(canvas, width, height) {
- $interfere_echarts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart($interfere_echarts);
- var option = getInterfereChartsOption();
- $interfere_echarts.setOption(option);
- return $interfere_echarts;
- }
- function adjustmentCharts(canvas, width, height) {
- $adjustment_echarts = echarts.init(canvas, null, {
- width: width,
- height: height,
- });
- canvas.setChart($adjustment_echarts);
- var option = getAdjustmentChartsOption();
- $adjustment_echarts.setOption(option);
- return $adjustment_echarts;
- }
- export default {
- name: "index_container",
- components: {
- mpvueEcharts,
- },
- data() {
- return {
-
-
- attCharts: initAttChart,
- hight_att_charts: initHightPieChart,
- radar_charts: initRadarChart,
- pie_charts: initPieChart,
- interfere_charts: interfereChart,
- adjustment_charts: adjustmentCharts,
- echarts,
- record: {},
- userinfo: {},
- record_id: 0,
-
- is_cut: false,
-
- data_section: 0,
-
- data_lines: [],
-
- interfereData: [],
-
- adjustmentData: [],
- };
- },
- methods: {
-
- get_report($record_id) {
- $this.record = {};
- Toast.loading({
- forbidClick: true,
- message: "加载中",
- duration: 0,
- });
- setTimeout(() => {
- gameDetail($record_id).then(
- (res) => {
- Toast.clear();
- let $res = res.data;
- $this.record = $res.data;
-
-
- $this.record.play_time = formatSeconds($this.record.play_time);
- $this.record.start_time = timestampToTimeS($this.record.start_time);
- $this.record.height_absorbed = Math.ceil(
- $this.record.height / $this.record.total * 100
- );
- let $options = getHightPieChartOption(
- $this.record.height,
- $this.record.total
- );
- hight_att_pie_charts.setOption($options);
-
- $options = getRadarChartOption([
- $this.record.att_average,
- $this.record.att_scope,
- $this.record.att_burst,
- $this.record.att_interfere,
- $this.record.att_start,
- $this.record.att_height,
- ]);
- radar_charts.setOption($options);
- let $pie_data = filterPieData($this.record.level);
- let $pie_option = getPieChartsOption($pie_data);
- $pie_charts.setOption($pie_option);
-
- let $five_min = 5 * 60;
- $this.is_cut = $this.record.play_time > $five_min;
- if ($this.is_cut) {
-
- $this.data_section = Math.ceil(
- $this.record.play_time / $five_min
- );
- }
-
- $this.interfereData = interfereAction($res.data.interfereArr);
- let $interfere_option = getInterfereChartsOption(
- $this.interfereData
- );
- $interfere_echarts.setOption($interfere_option);
-
- $this.adjustmentData = interfereAction($res.data.burstArr);
- let $adjustment_option = getAdjustmentChartsOption(
- $this.adjustmentData
- );
- $adjustment_echarts.setOption($adjustment_option);
- },
- (err) => {
- Toast.fail("错误代码:" + res.code + ",联系客服");
- }
- );
- }, 800);
- },
- get_game_line($record_id) {
- let $params = {
- game_record_id: $record_id,
- };
- gameLineChart($params).then(
- (res) => {
- let $res = res.data;
- let $option = {};
- setTimeout(() => {
- let $line_data = $res.data.line;
- if ($this.is_cut) {
-
- let $more_than_count = $line_data.length % $this.data_section;
- let i = 0;
-
- for (i = 0; i < $more_than_count; i++) {
- $line_data.pop();
- }
- $this.data_lines = [];
-
- let $item_len = $line_data.length / $this.data_section;
- for (i = 0; i < $this.data_section; i++) {
- $this.data_lines.push(
- $line_data.slice(i * $item_len, (i + 1) * $item_len)
- );
- }
- $option = util.getLineOption($this.data_lines[0], [0]);
- } else {
- $option = util.getLineOption($line_data, [0]);
- }
- att_charts.setOption($option);
- }, 800);
- },
- (err) => {
- Toast.fail("错误代码:" + res.code + ",联系客服");
- }
- );
- },
- to_game_records() {
- mpvue.navigateTo({
- url: "/pages/game_record/main",
- });
- },
-
- changeMin($e) {
- let $index = $e.mp.detail.name;
- let $option = util.getLineOption($this.data_lines[$index], [0]);
- att_charts.setOption($option);
- },
- },
- mounted() {
- $this.userinfo = wx.getStorageSync("userinfo");
-
- wx.removeStorageSync("played_time");
- $this.get_report($this.record_id);
- $this.get_game_line($this.record_id);
- },
- created() {
- $this = this;
- },
- onLoad(options) {
- $this.record_id = options.id
- ? options.id
- : game_store.getters.getGameRecordId();
- },
- };
- </script>
- <style scoped>
- #report_container {
- background: white;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .head {
- width: 442px;
- height: 385px;
- background-color: #4b3ab0;
- border-radius: 50%;
- position: absolute;
- left: -34px;
- top: -252px;
- z-index: -1;
- }
- image.boy {
- width: 110px;
- height: 111px;
- position: absolute;
- left: 225px;
- top: 45px;
- }
- .user_info {
- width: 95%;
- height: 51px;
- display: flex;
- margin: 0 auto;
- margin-bottom: 10px;
- align-items: center;
- padding-right: 10px;
- box-sizing: border-box;
- box-shadow: 0px 0px 10px rgba(51, 56, 74, 0.11);
- border-radius: 5px;
- background: #fff;
- }
- .user_info img {
- display: inline-block;
- width: 40px;
- height: 40px;
- margin-left: 10px;
- margin-right: 8px;
- }
- .user_info .info_wrap {
- display: flex;
- justify-content: space-between;
- flex: 1;
- }
- .user_info .box_wrap {
- display: flex;
- flex-direction: column;
- color: #676767;
- }
- .bran_wrap {
- width: 100%;
- height: 101px;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .bran_wrap img {
- display: inline-block;
- width: 60px;
- height: 68px;
- margin-right: 20px;
- }
- .bran_wrap .bran {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- }
- .bran_wrap .bran .p_num {
- color: #ffb72d;
- font-size: 40px;
- font-weight: 900;
- }
- .bran_wrap .bran .p_text {
- color: #333333;
- font-size: 12px;
- font-weight: 900;
- }
- .margin-tb {
- width: 95%;
- height: 110px;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- background: #f3f3f3;
- border-radius: 5px;
- }
- .margin-tb .margin_left {
- flex: 1;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .margin-tb .margin_left .left_content {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #676767;
- }
- .margin-tb .margin_left .left_content .left_num {
- font-size: 16px;
- font-weight: 900;
- }
- .margin-tb .margin_left .left_content .left_text {
- font-size: 8px;
- }
- .margin-tb .margin_centent {
- flex: 3;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .margin-tb .margin_right {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #90df24;
- box-sizing: border-box;
- padding: 0 3px;
- }
- .margin-tb .margin_right .right_num {
- font-size: 25px;
- font-weight: 900;
- margin-bottom: 10px;
- }
- .margin-tb .margin_right .right_text {
- width: 90%;
- height: 20px;
- background: #90df24;
- color: #fff;
- text-align: center;
- line-height: 20px;
- font-size: 10px;
- border-radius: 1px;
- }
- .margin-tb .detail {
- width: 48%;
- height: 50%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #676767;
- font-size: 11px;
- }
- .margin-tb .detail .detail_num {
- font-size: 18px;
- font-weight: 900;
- }
- .bar {
- width: 100%;
- height: 10px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 7px;
- box-sizing: border-box;
- margin: 11px 0;
- }
- .bar view {
- display: flex;
- align-items: center;
- justify-content: start;
- }
- .conclution {
- width: 100%;
- padding: 5px 19px 8px;
- font-size: 12px;
- color: #6c6c6c;
- box-sizing: border-box;
- }
- .conclution_title {
- font-weight: 600;
- color: #000;
- }
- .bar .line {
- width: 4px;
- height: 15px;
- background-color: #5d4db8;
- margin-right: 7px;
- }
- .bar .title {
- color: #010101;
- font-size: 15px;
- }
- #mychart-dom-multi-line {
- width: 360px;
- height: 193px;
- }
- .chart {
- margin: 0 auto;
- width: 360px;
- height: 193px;
- background: #f3f3f3;
- opacity: 0.6;
- border-radius: 10px;
- box-shadow: 0px 6px 11px #dadada;
- }
- .radar_chart {
- margin: 0 auto;
- width: 360px;
- height: 293px;
- background: #f3f3f3;
- opacity: 0.6;
- border-radius: 10px;
- box-shadow: 0px 6px 11px #dadada;
- }
- .hight_pie_chart {
-
- width: 100%;
- height: 50px;
- background: #f3f3f3;
- margin-top: 15px;
-
-
- }
- .sheet {
- color: #6d6d6d;
- font-size: 12px;
- display: flex;
- padding: 0 16px;
- box-sizing: border-box;
- }
- .sheet .left,
- .sheet .right {
- height: 15px;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- }
- .sheet .left {
- width: 195px;
- }
- .content_card {
- border-radius: 10px;
- box-shadow: 0px 6px 11px #dadada;
- }
- .absorbed_change {
- width: 100%;
- padding: 0 7px;
- box-sizing: border-box;
- margin-top: 40px;
- }
- .absorbed_change .line {
- width: 4px;
- height: 15px;
- background-color: #5d4db8;
- margin-right: 7px;
- }
- .absorbed_change .title {
- color: #010101;
- font-size: 15px;
- }
- .interfere_title_wrap {
- width: 100%;
- height: 40px;
- display: flex;
- align-items: center;
- border-top: 1px solid #e5e5e5;
- }
- .interfere {
- display: flex;
- margin-left: 8px;
- height: 54px;
- align-items: center;
- margin-bottom: 14px;
- }
- .interfere .interfere_logo {
- display: inline-block;
- width: 19px;
- height: 19px;
- margin-right: 7px;
- }
- .interfere .interfere_text {
- font-size: 15px;
- color: #676767;
- }
- .interfere .interfere_text .interfere_text_num {
- font-size: 18px;
- font-weight: 900;
- }
- .interfere_echarts_wrap {
- width: 360px;
- height: 193px;
- background: #f3f3f3;
- opacity: 0.6;
- box-shadow: 0px 6px 11px #dadada;
- }
- .interfere_echarts {
-
- width: 100%;
- height: 173px;
-
- }
- .interfere_echarts_bottom {
- margin: 0 auto;
- width: 90%;
- height: 20px;
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 15px;
- color: #828282;
- }
- .interfere_footer {
- width: 100%;
- height: 26px;
- font-size: 13px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #676767;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 10px;
- }
- .interfere_footer .interfere_footer_logo {
- display: inline-block;
- width: 13px;
- height: 13px;
- background-color: #23cc92;
- margin-right: 5px;
- }
- .adjustment_warp {
- margin-top: 50px;
- }
- .adjustment_title {
- display: flex;
- color: #676767;
- font-size: 15px;
- padding-left: 8px;
- box-sizing: border-box;
- margin-bottom: 35px;
- }
- .adjustment_title .adjustment_title_logo {
- display: inline-block;
- width: 19px;
- height: 19px;
- margin-right: 7px;
- }
- .adjustment_echarts_wrap {
- margin: 0 auto;
- width: 360px;
- height: 193px;
- background: #f3f3f3;
- opacity: 0.6;
- box-shadow: 0px 6px 11px #dadada;
- }
- .adjustment_echarts {
- width: 100%;
- height: 173px;
- }
- .adjustment_echarts_bottom {
- margin: 0 auto;
- width: 90%;
- height: 20px;
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 15px;
- color: #828282;
- }
- .adjustment_footer {
- width: 100%;
- height: 26px;
- font-size: 13px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #676767;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 10px;
- }
- .adjustment_footer .adjustment_footer_logo {
- display: inline-block;
- width: 13px;
- height: 13px;
- background-color: #f3a100;
- margin-right: 5px;
- }
- .absorbed_change_footer {
- display: flex;
- justify-content: space-around;
- margin-top: 28px;
- }
- .absorbed_change_footer .footer_text {
- font-size: 16px;
- color: #676767;
- }
- .footer_text_W {
- font-size: 21px;
- font-weight: 600;
- }
- .test {
- color: rgb(163, 7, 7);
- }
- </style>
|