Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
contraceptives_app
Project
Project
Details
Activity
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
ynby
contraceptives_app
Commits
9260039a
Commit
9260039a
authored
May 23, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序 领取记录顶部title判断
parent
79d87846
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
collectRecords.vue
src/views/collectRecords.vue
+9
-3
No files found.
src/views/collectRecords.vue
View file @
9260039a
...
...
@@ -5,8 +5,8 @@
@
refresh=
"onRefresh"
:disabled=
"isRefreshDisable"
>
<mt-header
title=
"领取记录
"
>
<div
slot=
"left"
@
click=
"goBack"
>
<mt-header
:title=
"showNav() ? '领取记录' : ''
"
>
<div
slot=
"left"
@
click=
"goBack"
:style=
"
{display: showNav() ? 'block': 'none'}"
>
<mt-button
icon=
"back"
></mt-button>
</div>
<div
slot=
"right"
@
click=
"toLossReport"
v-if=
"!lossVisible"
>
...
...
@@ -214,6 +214,7 @@
export
default
{
name
:
"collectRecords"
,
components
:
{
NoData
},
inject
:[
'showNav'
],
data
()
{
return
{
loading
:
false
,
...
...
@@ -258,7 +259,12 @@
}
}
},
mounted
()
{
created
()
{
if
(
!
this
.
showNav
())
{
document
.
title
=
'领取记录'
}
},
mounted
()
{
this
.
$nextTick
(()
=>
{
const
notlist
=
this
.
$refs
.
notLoss
notlist
.
addEventListener
(
'scroll'
,
()
=>
{
...
...
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