c1e224e6 by 杨炀

no message

1 parent 8554f824
...@@ -135,7 +135,7 @@ export function getInvoiceByActiveId(query) { ...@@ -135,7 +135,7 @@ export function getInvoiceByActiveId(query) {
135 } 135 }
136 export function getCanInvoiceBills(query) { 136 export function getCanInvoiceBills(query) {
137 return request({ 137 return request({
138 url: `ota/norder/getOrderInvoiceList`, 138 url: `/ota/norder/getOrderInvoiceList`,
139 method: 'get', 139 method: 'get',
140 params: query 140 params: query
141 }) 141 })
......
...@@ -156,13 +156,13 @@ const menus = ref([ ...@@ -156,13 +156,13 @@ const menus = ref([
156 picUrl2: '/img/nav_30_dwn.png', 156 picUrl2: '/img/nav_30_dwn.png',
157 isActive: false 157 isActive: false
158 }, 158 },
159 { 159 // {
160 name: language.value==0?'发票申请':'Electronic invoice', 160 // name: language.value==0?'发票申请':'Electronic invoice',
161 routeName: 'myKP', 161 // routeName: 'myKP',
162 picUrl1: '/img/fp.svg', 162 // picUrl1: '/img/fp.svg',
163 picUrl2: '/img/fp_dwn.svg', 163 // picUrl2: '/img/fp_dwn.svg',
164 isActive: false 164 // isActive: false
165 } 165 // }
166 ]) 166 ])
167 const menusEn = ref([ 167 const menusEn = ref([
168 { 168 {
...@@ -251,13 +251,13 @@ const menus3 = ref([ ...@@ -251,13 +251,13 @@ const menus3 = ref([
251 picUrl2: '/img/c7.png', 251 picUrl2: '/img/c7.png',
252 isActive: false 252 isActive: false
253 }, 253 },
254 { 254 // {
255 name: language.value==0?'发票申请':'Electronic invoice', 255 // name: language.value==0?'发票申请':'Electronic invoice',
256 routeName: 'myKP', 256 // routeName: 'myKP',
257 picUrl1: '/img/fp.svg', 257 // picUrl1: '/img/fp.svg',
258 picUrl2: '/img/fp_dwn.svg', 258 // picUrl2: '/img/fp_dwn.svg',
259 isActive: false 259 // isActive: false
260 } 260 // }
261 ]) 261 ])
262 const menus3En = ref([ 262 const menus3En = ref([
263 { 263 {
...@@ -332,13 +332,13 @@ const menusPersonal = ref([ ...@@ -332,13 +332,13 @@ const menusPersonal = ref([
332 picUrl2: '/img/nav_30_dwn.png', 332 picUrl2: '/img/nav_30_dwn.png',
333 isActive: false 333 isActive: false
334 }, 334 },
335 { 335 // {
336 name: language.value==0?'发票申请':'Electronic invoice', 336 // name: language.value==0?'发票申请':'Electronic invoice',
337 routeName: 'myKP', 337 // routeName: 'myKP',
338 picUrl1: '/img/fp.svg', 338 // picUrl1: '/img/fp.svg',
339 picUrl2: '/img/fp_dwn.svg', 339 // picUrl2: '/img/fp_dwn.svg',
340 isActive: false 340 // isActive: false
341 } 341 // }
342 ]) 342 ])
343 const menusPersonalEn = ref([ 343 const menusPersonalEn = ref([
344 { 344 {
......
1 <template> 1 <template>
2 <el-dialog 2 <el-dialog
3 v-model="show" :close-on-click-modal="false" :title="language==0?'背号查询':'Back Number'" append-to-body 3 v-model="show" :close-on-click-modal="false" :title="language==0?'背号查询':'Competition Number'" append-to-body
4 center class="pcloginpop" 4 center class="pcloginpop"
5 close-icon="CircleClose" destroy-on-close 5 close-icon="CircleClose" destroy-on-close
6 width="460px" 6 width="460px"
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
31 </van-count-down> 31 </van-count-down>
32 </div> 32 </div>
33 <div v-if="n.timeEnd<0"> 33 <div v-if="n.timeEnd<0">
34 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count" v-if="time>0&&n.id=='1778253367748993026'" @click="goMatch(n)"> 34 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count"
35 v-if="time>0&&n.id=='1778253367748993026'" @click="goMatch(n)">
35 <van-count-down :time="time" format="DD 天 HH 时 mm 分 ss 秒"> 36 <van-count-down :time="time" format="DD 天 HH 时 mm 分 ss 秒">
36 <template #default="timeData"> 37 <template #default="timeData">
37 <div class="block">{{ timeData.days }} 38 <div class="block">{{ timeData.days }}
...@@ -53,6 +54,9 @@ ...@@ -53,6 +54,9 @@
53 </van-count-down> 54 </van-count-down>
54 开始直播 55 开始直播
55 </a> 56 </a>
57 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count bb" v-else-if="time<=0&&n.id=='1778253367748993026'" @click="goMatch(n)">
58 直播进行中
59 </a>
56 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)"> 60 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)">
57 报名已结束 61 报名已结束
58 </div> 62 </div>
...@@ -117,6 +121,9 @@ ...@@ -117,6 +121,9 @@
117 </van-count-down> 121 </van-count-down>
118 开始直播 122 开始直播
119 </a> 123 </a>
124 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count bb" v-else-if="time<=0&&n.id=='1778253367748993026'" @click="goMatch(n)">
125 直播进行中
126 </a>
120 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)"> 127 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)">
121 报名已结束 128 报名已结束
122 </div> 129 </div>
...@@ -145,7 +152,7 @@ ...@@ -145,7 +152,7 @@
145 </a> 152 </a>
146 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" @click="popMaster">青少年公益课报名</a>--> 153 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" @click="popMaster">青少年公益课报名</a>-->
147 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">背号查询</a> 154 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">背号查询</a>
148 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearch">日程查询</a> 155 <!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearch">日程查询</a>-->
149 </div> 156 </div>
150 </el-col> 157 </el-col>
151 <el-col :sm="24" :lg="14"> 158 <el-col :sm="24" :lg="14">
......
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
51 </van-count-down> 51 </van-count-down>
52 Living start 52 Living start
53 </a> 53 </a>
54 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count bb" v-else-if="time<=0&&n.id=='1778253367748993026'" @click="goMatch(n)">
55 LIVING
56 </a>
54 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)"> 57 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)">
55 Registration has ended 58 Registration has ended
56 </div> 59 </div>
...@@ -112,6 +115,9 @@ ...@@ -112,6 +115,9 @@
112 </van-count-down> 115 </van-count-down>
113 Living start 116 Living start
114 </a> 117 </a>
118 <a target="_blank" href="https://wx.vzan.com/live/page/1151815649?v=1720589464698" class="banner-count bb" v-else-if="time<=0&&n.id=='1778253367748993026'" @click="goMatch(n)">
119 LIVING
120 </a>
115 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)"> 121 <div class="banner-count bb" v-else-if="n.timeEnd<0" @click="goMatch(n)">
116 Registration has ended 122 Registration has ended
117 </div> 123 </div>
...@@ -142,8 +148,8 @@ ...@@ -142,8 +148,8 @@
142 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" style="font-size: 15px;margin-right: 20px" @click="popMaster">--> 148 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" style="font-size: 15px;margin-right: 20px" @click="popMaster">-->
143 <!-- Junior &Youth Camp REGISTER<el-icon><Edit /></el-icon>--> 149 <!-- Junior &Youth Camp REGISTER<el-icon><Edit /></el-icon>-->
144 <!-- </a>--> 150 <!-- </a>-->
145 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">Back Number</a> 151 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">Competition Number</a>
146 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearchSearch">Schedule Inquiry</a> 152 <!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearchSearch">Schedule Inquiry</a>-->
147 153
148 </div> 154 </div>
149 155
......
...@@ -83,8 +83,8 @@ export default defineConfig(({ mode, command }) => { ...@@ -83,8 +83,8 @@ export default defineConfig(({ mode, command }) => {
83 }, 83 },
84 '/dev-api': { 84 '/dev-api': {
85 // target: 'http://192.168.1.118:8081/', 85 // target: 'http://192.168.1.118:8081/',
86 target: 'http://192.168.1.131:8081/', 86 // target: 'http://192.168.1.131:8081/',
87 // target: 'https://jijin.wtwuxicenter.com/stage-api', 87 target: 'https://jijin.wtwuxicenter.com/stage-api',
88 // target: 'https://wdsfwuxicenter.com/stage-api/', 88 // target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 changeOrigin: true,
90 rewrite: (p) => p.replace(/^\/dev-api/, '') 90 rewrite: (p) => p.replace(/^\/dev-api/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!