Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_uniapp
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
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
刘怀志
intel_promotion_uniapp
Commits
d1d43d2c
Commit
d1d43d2c
authored
Aug 02, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
传参
parent
ad1b5d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
index.vue
pages/sort/index.vue
+1
-2
No files found.
pages/sort/index.vue
View file @
d1d43d2c
...
@@ -102,12 +102,11 @@
...
@@ -102,12 +102,11 @@
}
else
{
}
else
{
this
.
unitId
=
this
.
unitList
[
0
].
businessId
this
.
unitId
=
this
.
unitList
[
0
].
businessId
}
}
this
.
userId
=
this
.
unitList
[
0
].
userId
}
else
{
}
else
{
this
.
unitId
=
''
this
.
unitId
=
''
this
.
userId
=
''
this
.
userId
=
''
}
}
this
.
$u
.
get
(
'cmsnews/miniProgram/listByClassification?page='
+
this
.
articlePage
+
'&rows='
+
this
.
articleRows
+
'&unitId='
+
this
.
unitId
+
'&
userId='
+
this
.
userId
+
'&
source=2'
).
then
(
res
=>
{
this
.
$u
.
get
(
'cmsnews/miniProgram/listByClassification?page='
+
this
.
articlePage
+
'&rows='
+
this
.
articleRows
+
'&unitId='
+
this
.
unitId
+
'&source=2'
).
then
(
res
=>
{
if
(
this
.
articlePage
===
1
)
{
if
(
this
.
articlePage
===
1
)
{
let
list
=
res
.
records
;
let
list
=
res
.
records
;
this
.
hotList
=
list
;
this
.
hotList
=
list
;
...
...
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