diff --git a/quasar.config.js b/quasar.config.js index bc1bced..1905483 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -132,14 +132,14 @@ module.exports = configure(function ( ctx ) { // 将所有以/api开头的请求代理到jsonplaceholder "/api": { // target: 'http://buyer.jingcai.quickfly.eu.org:3000/', - target: 'https://test.buyer.daxiangzj.com/', + target: 'https://m168.yunduoxd.com/', changeOrigin: true, secure: false // pathRewrite: false }, "/uploads":{ // target: 'http://jingcai.quickfly.eu.org:3000/', - target: 'https://test.buyer.daxiangzj.com/', + target: 'https://m168.yunduoxd.com/', changeOrigin: true, secure: false } diff --git a/src/components/ScoreItem.vue b/src/components/ScoreItem.vue index c8ae03f..2928390 100644 --- a/src/components/ScoreItem.vue +++ b/src/components/ScoreItem.vue @@ -13,10 +13,14 @@
-
+
{{ props.item.match.home_team_name }}
+
+ + {{ props.item.match.away_team_name }} +
VS
-
+
{{ props.item.match.away_team_name }}
+
+ {{ props.item.match.home_team_name }} + +
@@ -49,7 +57,7 @@
- {{ props.item.score['q'+i+'home_score'] }}:{{ props.item.score['q'+i+'away_score'] }} + {{ props.item.score['q'+i+'away_score'] }}:{{ props.item.score['q'+i+'home_score'] }}
diff --git a/src/pages/score/DetailPage.vue b/src/pages/score/DetailPage.vue index 69f9150..64dae7e 100644 --- a/src/pages/score/DetailPage.vue +++ b/src/pages/score/DetailPage.vue @@ -1,8 +1,14 @@