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
104c76f7
authored
2024-05-23 14:36:50 +0800
by
yyx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
421304e8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
src/viewsPc/seat/add-watch-people.vue
src/viewsPc/seat/confirm-order.vue
src/viewsPc/seat/utils/request.js
src/viewsPc/seat/add-watch-people.vue
View file @
104c76f
...
...
@@ -86,7 +86,7 @@ const people = reactive({
</div>
<div
class=
"footer"
>
<div
class=
"can_pay"
>
<div
class=
"can_pay"
@
click=
"$router.go(-1)"
>
{{
languageFormat
(
language
,
"取消"
,
"Cancel"
)
}}
</div>
<div
class=
"pay"
@
click=
"people.onConfirm()"
>
...
...
@@ -142,6 +142,7 @@ div {
height
:
70px
;
background-color
:
#fff
;
margin-top
:
12px
;
user-select
:
none
;
.pay
{
width
:
200px
;
height
:
40px
;
...
...
src/viewsPc/seat/confirm-order.vue
View file @
104c76f
...
...
@@ -26,7 +26,7 @@ const startCheckSuccessListener = (orderSn, actId) => {
payment
.
showCodeDialog
=
false
;
ElMessage
({
type
:
"success"
,
message
:
anguageFormat
(
message
:
l
anguageFormat
(
language
.
value
,
"支付成功"
,
"Payment succeeded"
...
...
@@ -237,7 +237,7 @@ order.fetchData();
{{
languageFormat
(
language
,
"共计"
,
"Total"
)
}}
</div>
<div
class=
"price_num"
>
<span
v-if=
"language ==
1
"
>
¥
</span>
{{
order
.
data
?.
paymentAmount
}}
<span
v-if=
"language ==
0
"
>
¥
</span>
{{
order
.
data
?.
paymentAmount
}}
</div>
</div>
</div>
...
...
src/viewsPc/seat/utils/request.js
View file @
104c76f
...
...
@@ -27,7 +27,7 @@ http.interceptors.request.use(
const
TOKEN
=
getToken
();
if
(
TOKEN
)
config
.
headers
.
Authorization
=
TOKEN
;
if
(
config
.
method
==
"get"
)
config
.
params
=
config
.
data
;
console
.
log
(
"config"
,
config
);
//
console.log("config", config);
return
config
;
},
(
error
)
=>
{
...
...
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