Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
c1bcd56f
Commit
c1bcd56f
authored
Oct 19, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.33.cn:chenqikuai/fns_front_2 into dev
parents
e656a869
6d842cf1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
line.png
src/assets/img/line.png
+0
-0
index.vue
src/components/PopUpContent/LoanFilter/index.vue
+1
-1
appList.ts
src/views/withMenu/Home/appList.ts
+0
-2
index.vue
src/views/withMenu/Home/index.vue
+1
-0
msg.vue
src/views/withMenu/Mine/msg.vue
+1
-0
No files found.
src/assets/img/line.png
0 → 100644
View file @
c1bcd56f
100 Bytes
src/components/PopUpContent/LoanFilter/index.vue
View file @
c1bcd56f
...
@@ -229,7 +229,7 @@ export default defineComponent({
...
@@ -229,7 +229,7 @@ export default defineComponent({
z-index: 145;
z-index: 145;
width: 14px;
width: 14px;
height: 1px;
height: 1px;
background: url(
https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga0e9464c2bc2666ea94aaa969a4fbb2853a62a3a30b32f0a92310f37426eb2d6
)
background: url(
'../../../assets/img/line.png'
)
0px 0px no-repeat;
0px 0px no-repeat;
margin-top: 20px;
margin-top: 20px;
}
}
...
...
src/views/withMenu/Home/appList.ts
View file @
c1bcd56f
...
@@ -55,8 +55,6 @@ export default [
...
@@ -55,8 +55,6 @@ export default [
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
allow
=
res
.
data
.
allow
allow
=
res
.
data
.
allow
time_section
=
res
.
data
.
time_section
time_section
=
res
.
data
.
time_section
}
else
{
}
}
new
Bridge
().
bridge_live
({
new
Bridge
().
bridge_live
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
...
...
src/views/withMenu/Home/index.vue
View file @
c1bcd56f
...
@@ -159,6 +159,7 @@ export default defineComponent({
...
@@ -159,6 +159,7 @@ export default defineComponent({
const
ret
=
await
queryNotifyList
({
notify_type
:
"1"
});
const
ret
=
await
queryNotifyList
({
notify_type
:
"1"
});
if
(
ret
.
code
===
200
)
{
if
(
ret
.
code
===
200
)
{
const
list
=
ret
.
data
.
items
;
const
list
=
ret
.
data
.
items
;
list
.
sort
((
a
,
b
)
=>
b
.
created_at
-
a
.
created_at
)
this
.
notifyList
=
list
;
this
.
notifyList
=
list
;
}
}
},
},
...
...
src/views/withMenu/Mine/msg.vue
View file @
c1bcd56f
...
@@ -22,6 +22,7 @@ export default defineComponent({
...
@@ -22,6 +22,7 @@ export default defineComponent({
const
notifyList
=
()
=>
{
const
notifyList
=
()
=>
{
getNotifyList
(
type
).
then
(
res
=>
{
getNotifyList
(
type
).
then
(
res
=>
{
list
.
value
=
res
.
data
.
items
list
.
value
=
res
.
data
.
items
list
.
value
.
sort
((
a
:
{
created_at
:
number
},
b
:
{
created_at
:
number
})
=>
b
.
created_at
-
a
.
created_at
)
})
})
}
}
notifyList
()
notifyList
()
...
...
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