|
@@ -325,7 +325,7 @@
|
|
|
<title class="interfere_footer_logo"></title>专注力干扰
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
|
|
|
<!-- 调整能力分析 -->
|
|
|
<view class="flex justify-center">
|
|
@@ -544,7 +544,7 @@
|
|
|
|
|
|
<script>
|
|
|
import mpvueEcharts from "mpvue-echarts";
|
|
|
-import echarts from "../../../static/echarts.min";
|
|
|
+import echarts from "../../../../static/echarts.min";
|
|
|
import util, {
|
|
|
filterPieData,
|
|
|
formatSeconds,
|
|
@@ -555,10 +555,10 @@ import util, {
|
|
|
interfereAction,
|
|
|
getAdjustmentChartsOption,
|
|
|
timestampToTimeS,
|
|
|
-} from "../../utils/index";
|
|
|
-import {gameDetail} from "../../requests/game";
|
|
|
-import game_store from "../../store/game";
|
|
|
-import Toast from "../../../static/vant/toast/toast";
|
|
|
+} from "../../../utils";
|
|
|
+import {gameDetail} from "../../../requests/game";
|
|
|
+import game_store from "../../../store/game";
|
|
|
+import Toast from "../../../../static/vant/toast/toast";
|
|
|
|
|
|
var att_charts,
|
|
|
// alpha_beta_charts,
|
|
@@ -641,7 +641,7 @@ function initRadarChart(canvas, width, height) {
|
|
|
radar_charts.setOption(option);
|
|
|
|
|
|
// 添加点击事件
|
|
|
- radar_charts.on('click', function(params){
|
|
|
+ radar_charts.on('click', function(params){
|
|
|
if(params.name.indexOf("专注力平均值") != -1) {
|
|
|
$this.radar_indication_type = 1
|
|
|
|
|
@@ -885,7 +885,7 @@ export default {
|
|
|
},
|
|
|
to_game_records() {
|
|
|
mpvue.navigateTo({
|
|
|
- url: "/pages/game_record/main",
|
|
|
+ url: "/pages/games/game_record/main",
|
|
|
});
|
|
|
},
|
|
|
// 切换时间查看线 数据
|