Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
5ef8c53e
Commit
5ef8c53e
authored
Apr 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
1746abe4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
ActivityInProgress.vue
pages/bigredrnvelope/ActivityInProgress.vue
+7
-6
list.vue
pages/bigredrnvelope/list.vue
+1
-1
No files found.
pages/bigredrnvelope/ActivityInProgress.vue
View file @
5ef8c53e
...
...
@@ -196,7 +196,7 @@ export default {
},
data
()
{
return
{
page
:
'出发序章'
,
page
:
'
Lv1
出发序章'
,
boxOption
:
0
,
params
:
{
year
:
true
,
...
...
@@ -345,7 +345,7 @@ export default {
this
.
scrollViewHeight
=
rect
.
height
;
// 获取 scroll-view 内容区域高度
}).
exec
();
this
.
getSignDetails
()
this
.
getElementPosition
()
//
this.getElementPosition()
},
methods
:
{
// 获取元素位置
...
...
@@ -400,14 +400,15 @@ export default {
let
data
=
res
.
data
this
.
Details
=
data
this
.
CustomerOrderListAll
=
data
.
CustomerOrderList
let
Lv
=
`Lv
${
this
.
Details
.
Level
}
`
if
(
this
.
Details
.
Level
==
2
){
this
.
page
=
'秘境探索'
this
.
page
=
`
${
Lv
}
秘境探索`
}
else
if
(
this
.
Details
.
Level
==
3
){
this
.
page
=
'云端行者'
this
.
page
=
`
${
Lv
}
云端行者`
}
else
if
(
this
.
Details
.
Level
==
4
){
this
.
page
=
'丝路征程'
this
.
page
=
`
${
Lv
}
丝路征程`
}
else
if
(
this
.
Details
.
Level
==
5
){
this
.
page
=
'寰宇旅人'
this
.
page
=
`
${
Lv
}
寰宇旅人`
}
this
.
SelectDate
(
1
)
let
TotalAmount
=
0
...
...
pages/bigredrnvelope/list.vue
View file @
5ef8c53e
...
...
@@ -140,7 +140,7 @@ export default {
}
},
goWebUrl
(
item
){
return
console
.
log
(
item
,
"-----item"
)
return
let
url
=
""
url
=
`https://activity.oytour.com/html/contract/index.html?ContractId=
${
item
.
ContractId
}
`
if
(
process
.
env
.
NODE_ENV
==
"development"
)
return
console
.
log
(
url
,
"-----url"
)
...
...
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