Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
41d9574e
Commit
41d9574e
authored
May 29, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op 预览修复
parent
62320259
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PreviewCover.vue
src/views/Preview/PreviewCover.vue
+1
-1
Review.vue
src/views/components/Order/Review.vue
+1
-1
No files found.
src/views/Preview/PreviewCover.vue
View file @
41d9574e
...
...
@@ -43,7 +43,7 @@ import FileService from '@/services/FileService'
import
{
storeToRefs
}
from
'pinia'
import
{
useSlidesStore
}
from
'../../store'
import
{
VIEWPORT_SIZE
,
VIEWPORT_VER_SIZE
}
from
'../../configs/canvas'
import
{
ref
}
from
'vue'
;
import
{
ref
,
watch
}
from
'vue'
;
import
{
ElLoading
}
from
'element-plus'
import
{
useRouter
}
from
'vue-router'
import
{
useUserStore
}
from
"@/store"
;
...
...
src/views/components/Order/Review.vue
View file @
41d9574e
...
...
@@ -36,7 +36,7 @@
<div
class=
"price"
v-if=
"x.price>0"
>
<span
class=
"text-weight-bold"
>
¥
</span>
<span
class=
"text-weight-bold"
style=
"font-size: 1.67vw;"
>
{{
x
.
price
}}
</span>
<span
class=
"text-grey-8"
>
/
人
</span>
<span
class=
"text-grey-8"
>
/
{{
activeVersion
==
1
?
'人'
:
'年'
}}
</span>
</div>
<div
class=
"price"
v-else
>
<span
class=
"text-weight-bold"
style=
"font-size: 1.2vw;"
>
咨询客服
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment