Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
c9b814d7
Commit
c9b814d7
authored
Aug 20, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
f59cfe93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
suyuanyou.vue
components/quanyi/suyuanyou.vue
+5
-5
Integral.vue
views/Integral.vue
+10
-9
No files found.
components/quanyi/suyuanyou.vue
View file @
c9b814d7
...
...
@@ -57,10 +57,10 @@ const props = defineProps({
type
:
Number
,
default
:
0
},
startDate
:
{
type
:
String
,
default
:
''
},
//
startDate: {
//
type: String,
//
default: ''
//
},
isshowLock
:{
type
:
Boolean
,
...
...
@@ -127,7 +127,7 @@ onMounted(async () => {
showLoading
();
const
res
=
await
fetchActivityStateJSON
();
if
(
res
?.
success
){
isStart
.
value
=
res
?.
data
?.
isStart
;
isStart
.
value
=
res
?.
data
;
}
hideLoading
();
})
...
...
views/Integral.vue
View file @
c9b814d7
...
...
@@ -386,7 +386,6 @@
<suyuanyou
:index="
itemIndex
"
:isshowLock="
memberInfo
?.
grade
<
3
"
startDate="
2025
-
08
-
17
"
v-if="
Number
(
selectIdx
)
===
8
"
@upgrade="
handleGoToShop_suyuanyou
"
/>
...
...
@@ -2327,15 +2326,17 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
}
;
const
handleGoToShop_suyuanyou
=
(
data
)
=>
{
console
.
log
(
'溯源游'
,
data
.
index
);
if
(
Number
(
data
.
index
)
===
0
||
Number
(
data
.
index
)
===
1
||
Number
(
data
.
index
)
===
2
){
if
(
data
.
index
<
3
){
gotoGonglue
();
}
else
{
//去使用
// uni.showToast(
{
// title: "溯源游资格已过期",
// icon: "none",
//
}
);
}
else
{
jump
({
type
:
2
,
url
:
"subPackages/shopMainProcess/coupons/couponList"
,
extra
:
{
appId
:
"wx4205ec55b793245e"
,
envVersion
:
"release"
}
}
)
}
}
;
...
...
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