Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rmczjs1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
qd01
rmczjs1
Commits
342daa66
Commit
342daa66
authored
Feb 27, 2025
by
qd01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c39805bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
components.d.ts
components.d.ts
+0
-14
signIn.vue
src/components/signIn.vue
+9
-1
No files found.
components.d.ts
View file @
342daa66
...
...
@@ -17,29 +17,15 @@ declare module 'vue' {
RouterLink
:
typeof
import
(
'
vue-router
'
)[
'
RouterLink
'
]
RouterView
:
typeof
import
(
'
vue-router
'
)[
'
RouterView
'
]
SignIn
:
typeof
import
(
'
./src/components/signIn.vue
'
)[
'
default
'
]
VanButton
:
typeof
import
(
'
vant/es
'
)[
'
Button
'
]
VanDivider
:
typeof
import
(
'
vant/es
'
)[
'
Divider
'
]
VanList
:
typeof
import
(
'
vant/es
'
)[
'
List
'
]
VanLoading
:
typeof
import
(
'
vant/es
'
)[
'
Loading
'
]
VanNavBar
:
typeof
import
(
'
vant/es
'
)[
'
NavBar
'
]
VarButton
:
typeof
import
(
'
@varlet/ui
'
)[
'
Button
'
]
VarChip
:
typeof
import
(
'
@varlet/ui
'
)[
'
Chip
'
]
VarCountTo
:
typeof
import
(
'
@varlet/ui
'
)[
'
CountTo
'
]
VarForm
:
typeof
import
(
'
@varlet/ui
'
)[
'
Form
'
]
VarIcon
:
typeof
import
(
'
@varlet/ui
'
)[
'
Icon
'
]
VarInput
:
typeof
import
(
'
@varlet/ui
'
)[
'
Input
'
]
VarPaper
:
typeof
import
(
'
@varlet/ui
'
)[
'
Paper
'
]
VarPopup
:
typeof
import
(
'
@varlet/ui
'
)[
'
Popup
'
]
VarRadio
:
typeof
import
(
'
@varlet/ui
'
)[
'
Radio
'
]
VarRadioGroup
:
typeof
import
(
'
@varlet/ui
'
)[
'
RadioGroup
'
]
VarSpace
:
typeof
import
(
'
@varlet/ui
'
)[
'
Space
'
]
VarStep
:
typeof
import
(
'
@varlet/ui
'
)[
'
Step
'
]
VarSteps
:
typeof
import
(
'
@varlet/ui
'
)[
'
Steps
'
]
VarSwipe
:
typeof
import
(
'
@varlet/ui
'
)[
'
Swipe
'
]
VarSwipeItem
:
typeof
import
(
'
@varlet/ui
'
)[
'
SwipeItem
'
]
VarSwitch
:
typeof
import
(
'
@varlet/ui
'
)[
'
Switch
'
]
VarTab
:
typeof
import
(
'
@varlet/ui
'
)[
'
Tab
'
]
VarTabs
:
typeof
import
(
'
@varlet/ui
'
)[
'
Tabs
'
]
}
export
interface
ComponentCustomProperties
{
vRipple
:
typeof
import
(
'
@varlet/ui
'
)[
'
Ripple
'
]
...
...
src/components/signIn.vue
View file @
342daa66
...
...
@@ -175,7 +175,7 @@ onMounted(() => {
<div
class=
"header"
>
<div
class=
"checkin-info"
>
<h4>
已连续签到
<span>
{{
checkinDays
}}
</span>
天
</h4>
<p
v-if=
"isIntegral"
>
今日获得+
{{
integral
}}
积分
</p>
<p
>
每日赠送10000结算额度
</p>
</div>
<!--
<div
class=
"actions"
>
<span
v-if=
"supplementary"
class=
"makeup-btn"
@
click=
"$emit('shift')"
>
...
...
@@ -232,10 +232,18 @@ onMounted(() => {
签到
</button>
</div>
<p
class=
"sign-info"
>
签到5天赠送3万结算余额
<br>
签到10天赠送15万结算余额
<br>
签到30天赠送50万结算余额
</p>
</div>
</
template
>
<
style
lang=
"scss"
scoped
>
.sign-info
{
font-size
:
14px
;
color
:
red
;
margin-top
:
10px
;
padding
:
0
20px
;
}
.calendar-container
{
width
:
100%
;
display
:
flex
;
...
...
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