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
d2828be0
Commit
d2828be0
authored
Aug 01, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1cab81da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
pages/spokesman/index.vue
+2
-2
No files found.
pages/spokesman/index.vue
View file @
d2828be0
...
@@ -69,12 +69,12 @@ export default {
...
@@ -69,12 +69,12 @@ export default {
this
.
status
=
this
.
page
*
this
.
rows
>=
this
.
total
?
this
.
status
=
this
.
page
*
this
.
rows
>=
this
.
total
?
'nomore'
:
'loadmore'
'nomore'
:
'loadmore'
this
.
unitList
=
this
.
vuex_unit
this
.
unitList
=
this
.
vuex_unit
if
(
this
.
unitList
&&
this
.
unitList
.
length
>
0
)
{
if
(
this
.
unitList
&&
this
.
unitList
.
length
>
0
&&
this
.
unitId
===
"null"
)
{
this
.
unitId
=
this
.
unitList
[
0
].
businessId
this
.
unitId
=
this
.
unitList
[
0
].
businessId
}
else
{
}
else
{
this
.
unitId
=
''
this
.
unitId
=
''
}
}
this
.
$u
.
get
(
'cmspriceclick/getCmsPriceClickByCircleId?page=
1
&rows=10&unitId='
+
this
.
unitId
).
then
(
res
=>
{
this
.
$u
.
get
(
'cmspriceclick/getCmsPriceClickByCircleId?page=
'
+
this
.
page
+
'
&rows=10&unitId='
+
this
.
unitId
).
then
(
res
=>
{
if
(
this
.
page
===
1
)
{
if
(
this
.
page
===
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