Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c1e224e6
authored
2024-07-17 10:12:41 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
8554f824
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
29 deletions
src/apiPc/booking.js
src/viewsPc/center/index.vue
src/viewsPc/components/querybackNumber.vue
src/viewsPc/index.vue
src/viewsPc/index_en.vue
vite.config.js
src/apiPc/booking.js
View file @
c1e224e
...
...
@@ -135,7 +135,7 @@ export function getInvoiceByActiveId(query) {
}
export
function
getCanInvoiceBills
(
query
)
{
return
request
({
url
:
`ota/norder/getOrderInvoiceList`
,
url
:
`
/
ota/norder/getOrderInvoiceList`
,
method
:
'get'
,
params
:
query
})
...
...
src/viewsPc/center/index.vue
View file @
c1e224e
...
...
@@ -156,13 +156,13 @@ const menus = ref([
picUrl2
:
'/img/nav_30_dwn.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menusEn
=
ref
([
{
...
...
@@ -251,13 +251,13 @@ const menus3 = ref([
picUrl2
:
'/img/c7.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menus3En
=
ref
([
{
...
...
@@ -332,13 +332,13 @@ const menusPersonal = ref([
picUrl2
:
'/img/nav_30_dwn.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menusPersonalEn
=
ref
([
{
...
...
src/viewsPc/components/querybackNumber.vue
View file @
c1e224e
<
template
>
<el-dialog
v-model=
"show"
:close-on-click-modal=
"false"
:title=
"language==0?'背号查询':'
Back
Number'"
append-to-body
v-model=
"show"
:close-on-click-modal=
"false"
:title=
"language==0?'背号查询':'
Competition
Number'"
append-to-body
center
class=
"pcloginpop"
close-icon=
"CircleClose"
destroy-on-close
width=
"460px"
...
...
src/viewsPc/index.vue
View file @
c1e224e
...
...
@@ -31,7 +31,8 @@
</van-count-down>
</div>
<div
v-if=
"n.timeEnd<0"
>
<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)"
>
<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)"
>
<van-count-down
:time=
"time"
format=
"DD 天 HH 时 mm 分 ss 秒"
>
<
template
#
default=
"timeData"
>
<div
class=
"block"
>
{{
timeData
.
days
}}
...
...
@@ -53,6 +54,9 @@
</van-count-down>
开始直播
</a>
<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)"
>
直播进行中
</a>
<div
class=
"banner-count bb"
v-else-if=
"n.timeEnd<0"
@
click=
"goMatch(n)"
>
报名已结束
</div>
...
...
@@ -117,6 +121,9 @@
</van-count-down>
开始直播
</a>
<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)"
>
直播进行中
</a>
<div
class=
"banner-count bb"
v-else-if=
"n.timeEnd<0"
@
click=
"goMatch(n)"
>
报名已结束
</div>
...
...
@@ -145,7 +152,7 @@
</a>
<!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" @click="popMaster">青少年公益课报名</a>-->
<a
class=
"zn-btn ml20 btn-q"
v-show=
"matchData?.id=='1778253367748993026'"
@
click=
"backNumberSearch"
>
背号查询
</a>
<a
class=
"zn-btn ml20 btn-q"
v-show=
"matchData?.id=='1778253367748993026'"
@
click=
"schSearch"
>
日程查询
</a
>
<!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearch">日程查询</a>--
>
</div>
</el-col>
<el-col
:sm=
"24"
:lg=
"14"
>
...
...
src/viewsPc/index_en.vue
View file @
c1e224e
...
...
@@ -51,6 +51,9 @@
</van-count-down>
Living start
</a>
<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)"
>
LIVING
</a>
<div
class=
"banner-count bb"
v-else-if=
"n.timeEnd<0"
@
click=
"goMatch(n)"
>
Registration has ended
</div>
...
...
@@ -112,6 +115,9 @@
</van-count-down>
Living start
</a>
<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)"
>
LIVING
</a>
<div
class=
"banner-count bb"
v-else-if=
"n.timeEnd<0"
@
click=
"goMatch(n)"
>
Registration has ended
</div>
...
...
@@ -142,8 +148,8 @@
<!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" style="font-size: 15px;margin-right: 20px" @click="popMaster">-->
<!-- Junior &Youth Camp REGISTER<el-icon><Edit /></el-icon>-->
<!-- </a>-->
<a
class=
"zn-btn ml20 btn-q"
v-show=
"matchData?.id=='1778253367748993026'"
@
click=
"backNumberSearch"
>
Back
Number
</a>
<a
class=
"zn-btn ml20 btn-q"
v-show=
"matchData?.id=='1778253367748993026'"
@
click=
"schSearchSearch"
>
Schedule Inquiry
</a
>
<a
class=
"zn-btn ml20 btn-q"
v-show=
"matchData?.id=='1778253367748993026'"
@
click=
"backNumberSearch"
>
Competition
Number
</a>
<!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearchSearch">Schedule Inquiry</a>--
>
</div>
...
...
vite.config.js
View file @
c1e224e
...
...
@@ -83,8 +83,8 @@ export default defineConfig(({ mode, command }) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8081/',
target
:
'http://192.168.1.131:8081/'
,
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
//
target: 'http://192.168.1.131:8081/',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
// target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment