Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8ef2db1e
authored
Sep 02, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
# Conflicts: # utils/api.js
parents
f8a40a8f
6ca1f1fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
pages/list/xj/index.js
pages/list/xj/index.js
View file @
8ef2db1e
...
...
@@ -18,7 +18,7 @@ Page({
p
:
1
,
//当前页面
total
:
0
,
isShowBottom
:
false
,
type
:
0
,
//1
看别人的询价 2给别人报
价 3分享进来的
type
:
0
,
//1
代表自己的询价 2代表别人的询
价 3分享进来的
inquiryItemsId
:
""
,
offerId
:
""
,
// isShowImg: false,
...
...
@@ -207,6 +207,9 @@ Page({
* 页面上拉触底事件的处理函数
*/
onReachBottom
:
function
()
{
if
(
this
.
data
.
type
==
2
||
this
.
data
.
isShareType
==
2
){
return
}
let
allPage
=
Math
.
ceil
(
this
.
data
.
total
/
this
.
data
.
limit
);
let
p
=
this
.
data
.
p
;
if
(
p
==
allPage
)
{
...
...
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