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
a7c19a31
Commit
a7c19a31
authored
Oct 28, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
6878d59b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Integral.less
views/Integral.less
+4
-4
Integral.vue
views/Integral.vue
+2
-2
No files found.
views/Integral.less
View file @
a7c19a31
...
@@ -640,8 +640,8 @@
...
@@ -640,8 +640,8 @@
}
}
.reward_coin {
.reward_coin {
width:
50
rpx;
width:
42
rpx;
height:
5
0rpx;
height:
4
0rpx;
}
}
// 已签到状态样式
// 已签到状态样式
...
@@ -659,8 +659,8 @@
...
@@ -659,8 +659,8 @@
position: relative;
position: relative;
.check_mark {
.check_mark {
width:
14
rpx;
width:
21
rpx;
height: 1
0
rpx;
height: 1
5
rpx;
}
}
}
}
}
}
...
...
views/Integral.vue
View file @
a7c19a31
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
</view>
</view>
<!-- 7天连续签到奖励容器 -->
<!-- 7天连续签到奖励容器 -->
<view class="
signin_reward_container
" :class="`item-${itemIndex
}
`" v-if="
true
">
<view class="
signin_reward_container
" :class="`item-${itemIndex
}
`" v-if="
integralStore
?.
signinAndTaskInfo
?.
data
">
<!-- 标题区域 -->
<!-- 标题区域 -->
<view class="
signin_title_area
" :class="`item-${itemIndex
}
`">
<view class="
signin_title_area
" :class="`item-${itemIndex
}
`">
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
<!-- 已签到状态:显示白色圆圈内的对勾 -->
<!-- 已签到状态:显示白色圆圈内的对勾 -->
<view class="
reward_status
signed
" v-if="
signinStatus
[
day
-
1
]
">
<view class="
reward_status
signed
" v-if="
signinStatus
[
day
-
1
]
">
<view class="
check_circle
">
<view class="
check_circle
">
<image class="
check_mark
" :src="
$baseUrl
+
`integral/1023/sign_duihao
1
.png`" mode="
aspectFit
" />
<image class="
check_mark
" :src="
$baseUrl
+
`integral/1023/sign_duihao.png`" mode="
aspectFit
" />
</view>
</view>
</view>
</view>
<!-- 未签到状态:显示金币图标 -->
<!-- 未签到状态:显示金币图标 -->
...
...
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