2b565b99 by zrj

10.30 部分文字修改

1 parent 6c3369fe
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 <el-col :span="12"> 44 <el-col :span="12">
45 <div style="display: flex;flex-direction: column;text-align: center"> 45 <div style="display: flex;flex-direction: column;text-align: center">
46 <span style="font-size: 14px;color: #929AA0;margin-bottom: 5px">{{ languageLibrary[language].d }}</span> 46 <span style="font-size: 14px;color: #929AA0;margin-bottom: 5px">{{ languageLibrary[language].d }}</span>
47 <span style="color: #EEEEEE;font-size: 16px">${{item.totalFee}}</span> 47 <span style="color: #EEEEEE;font-size: 16px">{{item.serviceFee}}</span>
48 </div> 48 </div>
49 </el-col> 49 </el-col>
50 <el-col :span="12"> 50 <el-col :span="12">
...@@ -72,8 +72,8 @@ const languageLibrary = ref([{ ...@@ -72,8 +72,8 @@ const languageLibrary = ref([{
72 a:'返回', 72 a:'返回',
73 b:'主赛事', 73 b:'主赛事',
74 c:'微型赛事', 74 c:'微型赛事',
75 d:'买入费用', 75 d:'买入费用',
76 e:'参赛席位', 76 e:'参赛人次',
77 g:'未开始', 77 g:'未开始',
78 h:'进行中', 78 h:'进行中',
79 i:'已结束', 79 i:'已结束',
...@@ -81,8 +81,8 @@ const languageLibrary = ref([{ ...@@ -81,8 +81,8 @@ const languageLibrary = ref([{
81 a:'Return', 81 a:'Return',
82 b:'Main event', 82 b:'Main event',
83 c:'Mini event', 83 c:'Mini event',
84 d:'Total buy-in fee', 84 d:'Buyin',
85 e:'Entry seats', 85 e:'Players',
86 g:'Not started', 86 g:'Not started',
87 h:'In progress', 87 h:'In progress',
88 i:'Completed', 88 i:'Completed',
...@@ -90,8 +90,8 @@ const languageLibrary = ref([{ ...@@ -90,8 +90,8 @@ const languageLibrary = ref([{
90 a:'돌아가기', 90 a:'돌아가기',
91 b:'메인 이벤트', 91 b:'메인 이벤트',
92 c:'미니 이벤트', 92 c:'미니 이벤트',
93 d:'총 바이인 금액', 93 d:'구매비용',
94 e:'엔트리 수', 94 e:'참여인원',
95 g:'시작 전', 95 g:'시작 전',
96 h:'진행 중', 96 h:'진행 중',
97 i:'완료됨', 97 i:'완료됨',
...@@ -99,8 +99,8 @@ const languageLibrary = ref([{ ...@@ -99,8 +99,8 @@ const languageLibrary = ref([{
99 a:'戻る', 99 a:'戻る',
100 b:'メインイベント', 100 b:'メインイベント',
101 c:'ミニイベント', 101 c:'ミニイベント',
102 d:'バイイン総額', 102 d:'買い入れ費用(バイイン費用)',
103 e:'エントリー数', 103 e:'参加延べ人数',
104 g:'未開始', 104 g:'未開始',
105 h:'進行中', 105 h:'進行中',
106 i:'完了', 106 i:'完了',
...@@ -108,8 +108,8 @@ const languageLibrary = ref([{ ...@@ -108,8 +108,8 @@ const languageLibrary = ref([{
108 a:'Quay lại', 108 a:'Quay lại',
109 b:'Giải chính', 109 b:'Giải chính',
110 c:'Giải phụ', 110 c:'Giải phụ',
111 d:'Tổng phí Buy-in', 111 d:'chi phí mua hàng',
112 e:'Số ghế tham gia', 112 e:'số lượng người tham gia',
113 g:'Chưa bắt đầu', 113 g:'Chưa bắt đầu',
114 h:'Đang diễn ra', 114 h:'Đang diễn ra',
115 i:'Đã hoàn thành', 115 i:'Đã hoàn thành',
......
...@@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => { ...@@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => {
83 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 83 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
84 }, 84 },
85 '/dev-api': { 85 '/dev-api': {
86 // target: 'http://192.168.1.118:8082/', 86 target: 'http://192.168.1.227:8082/',
87 // target: 'http://192.168.1.6:8082', 87 // target: 'http://192.168.1.6:8082',
88 target: 'https://www.longpoker.com/stage-api/', 88 // target: 'https://www.longpoker.com/stage-api/',
89 // target: 'http://124.70.181.90:1880/stage-api', 89 // target: 'http://124.70.181.90:1880/stage-api',
90 // target: 'https://sys.2025wtcwuxi.com/stage-api/', 90 // target: 'https://sys.2025wtcwuxi.com/stage-api/',
91 changeOrigin: true, 91 changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!