From ce0e472c55ac2ffbfdc4f8f9cbe420c9035f06ab Mon Sep 17 00:00:00 2001
From: lccsw <805383944@qq.com>
Date: Mon, 10 Oct 2022 14:42:23 +0800
Subject: [PATCH] edit-sylive-html
---
home/views/h5/market/sylive/biz/brands.php | 2 +-
home/views/h5/market/sylive/biz/index.php | 4 ++--
home/views/h5/market/sylive/biz/lists.php | 6 +++---
home/views/h5/market/sylive/stic/index.php | 2 +-
home/views/h5/market/sylive/stic/rank.php | 4 ++--
home/views/h5/market/sylive/stic/users.php | 4 ++--
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/home/views/h5/market/sylive/biz/brands.php b/home/views/h5/market/sylive/biz/brands.php
index 8cbb77fe..5391c34a 100644
--- a/home/views/h5/market/sylive/biz/brands.php
+++ b/home/views/h5/market/sylive/biz/brands.php
@@ -167,7 +167,7 @@
that.list = that.list.concat(result.data.list);
if (result.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == result.data.total && result.data.total>10) {
+ } else if (that.list.length == result.data.total) {
that.isDataEnd = true;
}
},'json')
diff --git a/home/views/h5/market/sylive/biz/index.php b/home/views/h5/market/sylive/biz/index.php
index d4be4aa8..2b91479b 100644
--- a/home/views/h5/market/sylive/biz/index.php
+++ b/home/views/h5/market/sylive/biz/index.php
@@ -35,7 +35,7 @@
暂无数据
请稍等...
- 我们是有底线的
+ 我们是有底线的
@@ -100,7 +100,7 @@
that.list = that.list.concat(result.data.list);
if (result.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == result.data.total && result.data.total>10) {
+ } else if (that.list.length == result.data.total) {
that.isDataEnd = true;
}
},'json')
diff --git a/home/views/h5/market/sylive/biz/lists.php b/home/views/h5/market/sylive/biz/lists.php
index 079cfce0..603ec28a 100644
--- a/home/views/h5/market/sylive/biz/lists.php
+++ b/home/views/h5/market/sylive/biz/lists.php
@@ -73,7 +73,7 @@
暂无数据
请稍等...
- 我们是有底线的
+ 我们是有底线的
@@ -175,7 +175,7 @@
that.list = that.list.concat(result.data.list);
if (result.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == result.data.total && result.data.total>10) {
+ } else if (that.list.length == result.data.total) {
that.isDataEnd = true;
}
},'json')
@@ -193,7 +193,7 @@
that.list = that.list.concat(result.data.list);
if (result.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == result.data.total && result.data.total>10) {
+ } else if (that.list.length == result.data.total) {
that.isDataEnd = true;
}
},'json')
diff --git a/home/views/h5/market/sylive/stic/index.php b/home/views/h5/market/sylive/stic/index.php
index 23bc34b4..ba19c549 100644
--- a/home/views/h5/market/sylive/stic/index.php
+++ b/home/views/h5/market/sylive/stic/index.php
@@ -61,7 +61,7 @@
暂无数据
请稍等...
- 我们是有底线的
+ 我们是有底线的
diff --git a/home/views/h5/market/sylive/stic/rank.php b/home/views/h5/market/sylive/stic/rank.php
index 4341727d..62c55797 100644
--- a/home/views/h5/market/sylive/stic/rank.php
+++ b/home/views/h5/market/sylive/stic/rank.php
@@ -17,7 +17,7 @@
暂无数据
请稍等...
- 我们是有底线的
+ 我们是有底线的
@@ -71,7 +71,7 @@
that.list = that.list.concat(res.data.lists);
if (res.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == res.data.total && res.data.total>20) {
+ } else if (that.list.length == res.data.total) {
that.isDataEnd = true;
}
},'json');
diff --git a/home/views/h5/market/sylive/stic/users.php b/home/views/h5/market/sylive/stic/users.php
index 8281fda8..aae4b71f 100644
--- a/home/views/h5/market/sylive/stic/users.php
+++ b/home/views/h5/market/sylive/stic/users.php
@@ -18,7 +18,7 @@
暂无数据
请稍等...
- 我们是有底线的
+ 我们是有底线的
@@ -73,7 +73,7 @@
that.list = that.list.concat(res.data.lists);
if (res.data.total == 0) {
that.isNoData = true;
- } else if (that.list.length == res.data.total && res.data.total>20) {
+ } else if (that.list.length == res.data.total) {
that.isDataEnd = true;
}
},'json');