Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
2d002608
Commit
2d002608
authored
Jun 16, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 分页,商户建议内容修改
parent
eedded71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+1
-1
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+1
-1
No files found.
src/_shanghu_detail-edit.html
View file @
2d002608
...
...
@@ -495,7 +495,7 @@
<div
style=
"display: flex; justify-content: space-between; margin: 8px 0"
>
<span
style=
"color: #737373; font-size: 0.28rem"
>
日期:{{ item.submitDate }}
</span>
</div>
<div
style=
"white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; font-size: 0.3rem; font-weight: bold; font-family: PingFang SC"
>
{{item.cont
actDetails
}}
</div>
<div
style=
"white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; font-size: 0.3rem; font-weight: bold; font-family: PingFang SC"
>
{{item.cont
ent
}}
</div>
</div>
</van-cell>
</van-list>
...
...
src/_shanghu_detail-edit.js
View file @
2d002608
...
...
@@ -237,7 +237,7 @@ window.addEventListener('load', function () {
},
0
);
var
result
=
JSON
.
parse
(
res
)
this
.
consumerSuggestList
.
push
(...
result
.
rows
);
this
.
total
=
result
.
total
Elements
this
.
total
=
result
.
total
if
(
this
.
page
*
this
.
size
>=
this
.
total
)
{
this
.
finished
=
true
;
// 下滑不在刷新数据
...
...
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