Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
312a6d60
authored
2024-07-23 14:55:54 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
7477e4da
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
16 deletions
src/viewsPc/booking/addInvoice.vue
src/viewsPc/booking/invoiceDetail.vue
src/viewsPc/center/index.vue
src/viewsPc/home.vue
src/viewsPc/match/detail_en.vue
vite.config.js
src/viewsPc/booking/addInvoice.vue
View file @
312a6d6
<
template
>
<div>
<div
class=
"box"
>
<el-card
:body-style=
"
{ padding: '0px' }" class="mt20">
<div
slot=
"header"
>
<div
class=
"bg-lineg"
>
{{
language
==
0
?
'发票开具'
:
'Invoice application'
}}
</div>
<div
class=
"bg-lineg"
>
<div
class=
"pl-back"
@
click=
"goBack"
>
<el-icon><ArrowLeftBold
/></el-icon>
返回
</div>
{{
language
==
0
?
'发票开具'
:
'Invoice application'
}}
</div>
</div>
<el-row
class=
"pd20"
:gutter=
"20"
>
<el-col
:span=
"24"
>
...
...
@@ -419,9 +424,13 @@ function backList() {
name
:
'myKP'
})
}
function
goBack
()
{
router
.
go
(
-
1
)
}
</
script
>
<
style
scoped
lang=
"scss"
>
.pl-back
{
position
:
absolute
;
padding
:
0
15px
;
display
:
flex
;
align-items
:
center
;
cursor
:
pointer
}
.bigMoney
{
font-size
:
36px
!important
;
font-family
:
'DIN Alternate'
;
...
...
src/viewsPc/booking/invoiceDetail.vue
View file @
312a6d6
...
...
@@ -3,7 +3,11 @@
<div
class=
"box"
>
<el-card
:body-style=
"
{ padding: '0px' }" class="mt20">
<div
slot=
"header"
>
<div
class=
"bg-lineg"
>
{{
language
==
0
?
'发票开具'
:
'Invoice application'
}}
</div>
<div
class=
"bg-lineg"
>
<div
class=
"pl-back"
@
click=
"goBack"
>
<el-icon><ArrowLeftBold
/></el-icon>
返回
</div>
{{
language
==
0
?
'发票开具'
:
'Invoice application'
}}
</div>
</div>
<el-row
class=
"pd20"
:gutter=
"20"
>
<el-col
:span=
"24"
>
...
...
@@ -221,9 +225,14 @@ function backList() {
name
:
'myKP'
})
}
function
goBack
()
{
router
.
go
(
-
1
)
}
</
script
>
<
style
scoped
lang=
"scss"
>
.pl-back
{
position
:
absolute
;
padding
:
0
15px
;
display
:
flex
;
align-items
:
center
;
cursor
:
pointer
}
.bigMoney
{
font-size
:
36px
!important
;
font-family
:
'DIN Alternate'
;
...
...
src/viewsPc/center/index.vue
View file @
312a6d6
...
...
@@ -21,7 +21,7 @@
:key=
"i"
:class=
"
{ active: m.isActive }"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menus)"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menus
En
)"
>
<img
:src=
"m.isActive ? m.picUrl2 : m.picUrl1"
>
{{
m
.
name
}}
</a>
...
...
@@ -45,7 +45,7 @@
:key=
"i"
:class=
"
{ active: m.isActive }"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menusPersonal)"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menusPersonal
En
)"
>
<img
:src=
"m.isActive ? m.picUrl2 : m.picUrl1"
>
{{
m
.
name
}}
</a>
...
...
@@ -69,7 +69,7 @@
:key=
"i"
:class=
"
{ active: m.isActive }"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menus3)"
>
<a
href=
"javascript:void(0)"
@
click=
"toInfo(m,menus3
En
)"
>
<img
:src=
"m.isActive ? m.picUrl2 : m.picUrl1"
>
{{
m
.
name
}}
</a>
...
...
src/viewsPc/home.vue
View file @
312a6d6
...
...
@@ -59,9 +59,9 @@
</div>
</el-dialog>
</div>
<div
class=
"poCode"
>
<el-image
:preview-src-list=
"['/img/code.jpg']"
hide-on-click-modal=
"true"
style=
"width: 120px;height: 120px;"
src=
"/img/code.jpg"
/
>
</div
>
<!--
<div
class=
"poCode"
>
--
>
<!--
<el-image
:preview-src-list=
"['/img/code.jpg']"
hide-on-click-modal=
"true"
style=
"width: 120px;height: 120px;"
src=
"/img/code.jpg"
/>
--
>
<!--
</div>
--
>
<dialog-master-class
ref=
"masterClassRef"
/>
<pick-up
ref=
"pickupRef"
></pick-up>
<back-number
ref=
"backNumberRef"
></back-number>
...
...
src/viewsPc/match/detail_en.vue
View file @
312a6d6
...
...
@@ -287,10 +287,10 @@
</el-row>
</div>
<!-- <div class="fixed_gg_l" @click="applyInvitation" v-if="matchData.leagueId==0">--
>
<!-- <img src="@/assets/logo/Invitation_c.png" v-if="language==0"/>--
>
<!-- <img src="@/assets/logo/Invitation_e.png" v-else/>--
>
<!-- </div>--
>
<div
class=
"fixed_gg_l"
@
click=
"applyInvitation"
v-if=
"matchData.leagueId==0"
>
<img
src=
"@/assets/logo/Invitation_c.png"
v-if=
"language==0"
/
>
<img
src=
"@/assets/logo/Invitation_e.png"
v-else
/
>
</div
>
<affix-invitation
ref=
"dialogInvitationRef"
/>
<div
style=
"height: 50px"
></div>
...
...
vite.config.js
View file @
312a6d6
...
...
@@ -83,17 +83,17 @@ 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
:
'https://jijin.wtwuxicenter.com/stage-api'
,
// target: 'http://124.70.181.90:1880/stage-api',
target
:
'https://wdsfwuxicenter.com/stage-api/'
,
//
target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
'/ticket'
:
{
target
:
'http://192.168.1.131:8098/'
,
//
target: 'http://192.168.1.131:8098/',
// target: 'http://192.168.1.131:8081/',
// target: 'http://124.70.181.90:1880/h5/',
//
target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
target
:
'https://ticketh5.wdsfwuxicenter.com/h5/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
ticket/
,
''
)
}
...
...
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