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
81bbfcac
Commit
81bbfcac
authored
Oct 10, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
fdd4f8c2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
我的页面-.json
mock/我的页面-.json
+0
-0
Integral.less
views/Integral.less
+1
-1
Integral.vue
views/Integral.vue
+4
-4
No files found.
mock/我的页面-.json
View file @
81bbfcac
This diff is collapsed.
Click to expand it.
views/Integral.less
View file @
81bbfcac
.integral-container{
.integral-container{
width: 100%;
width: 100%;
// height: 100vh;
height: 100vh;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
align-items: center;
align-items: center;
...
...
views/Integral.vue
View file @
81bbfcac
...
@@ -421,7 +421,7 @@
...
@@ -421,7 +421,7 @@
</view>
</view>
<!-- 7天连续签到奖励容器 -->
<!-- 7天连续签到奖励容器 -->
<view class="
signin_reward_container
">
<view class="
signin_reward_container
"
v-if="
false
"
>
<!-- 标题区域 -->
<!-- 标题区域 -->
<view class="
signin_title_area
">
<view class="
signin_title_area
">
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
...
@@ -628,7 +628,7 @@
...
@@ -628,7 +628,7 @@
</view>
</view>
<!-- 查看更多容器 -->
<!-- 查看更多容器 -->
<view class="
more
-
container
" @click="
handleMoreClick
">
<view class="
more
-
container
"
v-if="
goodsDataArr
?.
length
>
0
"
@click="
handleMoreClick
">
<text class="
more
-
text
">点击查看更多</text>
<text class="
more
-
text
">点击查看更多</text>
<image
<image
class="
more
-
arrow
"
class="
more
-
arrow
"
...
@@ -1927,7 +1927,7 @@
...
@@ -1927,7 +1927,7 @@
let
bannerData
=
integralData
.
value
.
banner
;
let
bannerData
=
integralData
.
value
.
banner
;
vipActive
.
value
=
[];
vipActive
.
value
=
[];
bannerData
.
data
.
forEach
(
item
=>
{
bannerData
?.
data
?
.
forEach
(
item
=>
{
vipActive
.
value
.
push
({
vipActive
.
value
.
push
({
"img"
:
data
.
url
,
"img"
:
data
.
url
,
"url"
:
data
.
link
.
url
,
"url"
:
data
.
link
.
url
,
...
@@ -1936,7 +1936,7 @@
...
@@ -1936,7 +1936,7 @@
}
);
}
);
}
);
}
);
goodsDataArr
.
value
=
integralData
.
value
.
goodsListData
;
goodsDataArr
.
value
=
integralData
?.
value
?
.
goodsListData
;
swiperData
.
value
=
integralData
.
value
?.
swiper
;
swiperData
.
value
=
integralData
.
value
?.
swiper
;
...
...
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