diff --git a/home/controllers/h5/market/sylive/Act.php b/home/controllers/h5/market/sylive/Act.php index b41f3812..52c23cb5 100644 --- a/home/controllers/h5/market/sylive/Act.php +++ b/home/controllers/h5/market/sylive/Act.php @@ -95,7 +95,7 @@ class Act extends Wx { $userid = $user['unionid'] ? $user['unionid'] : $this->uid; $ts = time()*1000; $sign = md5($secretkey.$userid.$secretkey.$ts); - $info['live_url'] = "https://live.polyv.cn/watch/3410468?userid={$userid}&ts={$ts}&sign={$sign}"; + $info['live_url'] = "https://live.polyv.cn/watch/{$row['channelId']}?userid={$userid}&ts={$ts}&sign={$sign}"; $this->data['info'] = $info; $this->data['sign_package'] = $sign_package; $this->data['share'] = $share; diff --git a/home/views/h5/market/sylive/biz/brands.php b/home/views/h5/market/sylive/biz/brands.php index d0d72940..8cbb77fe 100644 --- a/home/views/h5/market/sylive/biz/brands.php +++ b/home/views/h5/market/sylive/biz/brands.php @@ -66,7 +66,7 @@
暂无数据
请稍等...
-
我们是有底线的
+
我们是有底线的
@@ -185,7 +185,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')