浏览代码

进球数

flyzto 5 月之前
父节点
当前提交
86b08e05fd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      server/models/GamesPs.js
  2. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 1 - 1
server/models/GamesPs.js

@@ -18,7 +18,7 @@ const PS_IOR_KEYS = [
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
-  ['2-3', 'ior_ot_2', 'ior_os_2#3', 'ior_ot_3'],
+  ['2-3', 'ior_ot_2', 'ior_os_2-3', 'ior_ot_3'],
 ];
 
 const BASE_URL = 'https://api.isthe.me/api/p';

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -162,7 +162,7 @@ const PS_IOR_KEYS = [
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
-  ['2-3', 'ior_ot_2', 'ior_os_2#3', 'ior_ot_3'],
+  ['2-3', 'ior_ot_2', 'ior_os_2-3', 'ior_ot_3'],
 ];
 
 const formatPsEvents = (events) => {