|
|
@@ -98,17 +98,17 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import AMap from "AMap"; |
|
|
|
import njBround from "static/nj.json"; |
|
|
|
// import dateLeft from './date/dateLeft' |
|
|
|
// import dateRight from './date/dateRight' |
|
|
|
// import problemLeft from './problem/problemLeft' |
|
|
|
// import askLeft from './ask/askLeft' |
|
|
|
import njBround from "static/nj"; |
|
|
|
import dateLeft from './date/dateLeft' |
|
|
|
import dateRight from './date/dateRight' |
|
|
|
import problemLeft from './problem/problemLeft' |
|
|
|
import askLeft from './ask/askLeft' |
|
|
|
import {mapGetters} from "vuex"; |
|
|
|
import api from '@/api/main/index' |
|
|
|
import problemDetailWin from './problem/problemDetailWin' |
|
|
|
import hpDetailWin from './ask/hpDetailWin' |
|
|
|
// import qualityLeft from './quality/qualityLeft' |
|
|
|
// import qualityRight from './quality/qualityRight' |
|
|
|
import qualityLeft from './quality/qualityLeft' |
|
|
|
import qualityRight from './quality/qualityRight' |
|
|
|
import store from '../../vuex' |
|
|
|
import $ from 'jquery' |
|
|
|
|
|
|
@@ -175,8 +175,7 @@ |
|
|
|
computed: { |
|
|
|
...mapGetters(["fontSize"]) |
|
|
|
}, |
|
|
|
// components: {dateLeft, dateRight, problemLeft, problemDetailWin, askLeft,hpDetailWin,qualityLeft,qualityRight}, |
|
|
|
components: {problemDetailWin,hpDetailWin}, |
|
|
|
components: {dateLeft, dateRight, problemLeft, problemDetailWin, askLeft,hpDetailWin,qualityLeft,qualityRight}, |
|
|
|
methods: { |
|
|
|
hpDetail(driverId){ |
|
|
|
this.closeInfoWin() |