Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
3
3yakj
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
甘剑浪
3yakj
Commits
195ee0d5
Commit
195ee0d5
authored
Mar 25, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
7461d6b2
Changes
19
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
1923 additions
and
128 deletions
+1923
-128
About.php
application/about/controller/About.php
+16
-4
Base.php
application/common/controller/Base.php
+54
-7
Index.php
application/index/controller/Index.php
+10
-4
Join.php
application/join/controller/Join.php
+2
-0
News.php
application/news/controller/News.php
+2
-1
ServiceHelp.php
application/servicehelp/controller/ServiceHelp.php
+13
-7
app.php
config/app.php
+4
-1
4290dff9b123619dc351053b45862416.php
runtime/temp/4290dff9b123619dc351053b45862416.php
+1
-1
570afe07534898e9bfe56bded07445b0.php
runtime/temp/570afe07534898e9bfe56bded07445b0.php
+364
-0
6a22201b8b6cbed8f0570187ec64115e.php
runtime/temp/6a22201b8b6cbed8f0570187ec64115e.php
+47
-47
6e561c34d8235e9f673089b98daddbc3.php
runtime/temp/6e561c34d8235e9f673089b98daddbc3.php
+447
-0
77015c7a047a6ef035122c1f21ff6fc1.php
runtime/temp/77015c7a047a6ef035122c1f21ff6fc1.php
+447
-0
8b116787e5d2b185b0b45b3a202f557e.php
runtime/temp/8b116787e5d2b185b0b45b3a202f557e.php
+3
-1
e5664d68b74899d0b744e92539717338.php
runtime/temp/e5664d68b74899d0b744e92539717338.php
+453
-0
ec78db132bb8404f0528892cdde94782.php
runtime/temp/ec78db132bb8404f0528892cdde94782.php
+3
-3
aboutus.html
template/home/about/aboutus.html
+7
-4
index.html
template/home/index/Index/index.html
+46
-46
list.html
template/home/join/list.html
+2
-2
help.html
template/home/servicehelp/help.html
+2
-0
No files found.
application/about/controller/About.php
View file @
195ee0d5
...
...
@@ -25,14 +25,26 @@ class About extends Base
return
view
(
"/home/about/contact"
);
}
public
function
us
(){
$id
=
input
(
'article'
);
$agreement
=
new
mabout
();
$agreement
=
$agreement
->
get_us
();
$list
=
$agreement
->
where
(
'isdeleted'
,
0
)
->
order
(
'order'
,
'desc'
)
->
select
();
$list
=
$this
->
dealData
(
$list
);
$content
=
array
();
if
(
$id
){
$content
=
$agreement
->
where
(
'id'
,
$id
)
->
where
(
'isdeleted'
,
0
)
->
order
(
'current'
,
'desc'
)
->
find
();
}
else
{
if
(
!
empty
(
$list
)){
$id
=
$list
[
0
][
'id'
];
$content
=
$agreement
->
where
(
'id'
,
$id
)
->
where
(
'isdeleted'
,
0
)
->
order
(
'current'
,
'desc'
)
->
find
();
}
}
$this
->
assign
(
'url'
,
$this
->
url
);
if
(
!
$
agreem
ent
){
if
(
!
$
cont
ent
){
return
view
(
"/home/public/error"
);
}
$this
->
assign
(
'us'
,
$agreement
);
$this
->
assign
(
'list'
,
$list
);
$this
->
assign
(
'us'
,
$content
);
$this
->
assign
(
'id'
,
$id
);
return
view
(
"/home/about/aboutus"
);
}
public
function
agreement
(){
...
...
application/common/controller/Base.php
View file @
195ee0d5
...
...
@@ -34,16 +34,35 @@ class Base extends Error
public
function
getImage
(
$type
){
//获取首页背景图
$bannerImgId
=
db
(
'advertisement'
)
->
where
(
array
(
'type'
=>
$type
,
'is_display'
=>
1
))
->
field
(
'id,mintype'
)
->
find
();
$bannerImgId
=
db
(
'advertisement'
)
->
where
(
array
(
'type'
=>
$type
,
'is_display'
=>
1
))
->
field
(
'id,mintype,packs'
)
->
select
();
$bannerImgId
=
$this
->
dealData
(
$bannerImgId
);
$data
=
[];
foreach
(
$bannerImgId
as
$k
=>
$v
){
$data
=
$this
->
getList
(
$v
);
}
return
$data
;
}
public
function
getList
(
$data
){
$where
[]
=
[
'starttime'
,
'<'
,
time
()];
$where
[]
=
[
'endtime'
,
'>'
,
time
()];
$where
[]
=
[
'starthour'
,
'<'
,
date
(
'h'
,
time
())];
$where
[]
=
[
'endhour'
,
'>'
,
date
(
'h'
,
time
())];
$cont
=
db
(
'advertisement_cont'
)
->
where
(
$where
)
->
where
(
array
(
'advert_id'
=>
$bannerImgId
[
'id'
]))
->
field
(
'picSrc'
)
->
select
();
$cont
=
db
(
'advertisement_cont'
)
->
where
(
$where
)
->
where
(
array
(
'advert_id'
=>
$data
[
'id'
]))
->
field
(
'picSrc,packs'
)
->
order
(
'orderby desc'
)
->
select
();
$cont
=
$this
->
dealData
(
$cont
);
$imagePre
=
"https://oss.3yakj.com/application_static_data"
;
$bannerImg
=
[];
if
(
$bannerImgId
[
'mintype'
]
==
0
){
$bannerImg
=
$imagePre
.
$cont
[
mt_rand
(
0
,
count
(
$cont
)
-
1
)][
'picSrc'
];
if
(
$data
[
'mintype'
]
==
0
){
if
(
!
empty
(
$cont
)){
$bannerImg
=
$imagePre
.
$cont
[
0
][
'picSrc'
];
}
else
{
$bannerImg
=
''
;
}
}
else
{
foreach
(
$cont
as
$value
){
$bannerImg
[]
=
$imagePre
.
$value
[
'picSrc'
];
...
...
@@ -53,7 +72,8 @@ class Base extends Error
}
public
function
getNav
(){
$nav
=
db
(
'menu'
)
->
where
(
array
(
'status'
=>
1
,
'type'
=>
0
))
->
field
(
'id,title,url,show_type'
)
->
order
(
'order desc'
)
->
select
();
$nav
=
db
(
'menu'
)
->
where
(
array
(
'status'
=>
1
))
->
field
(
'id,title,url,show_type,packs'
)
->
order
(
'order desc'
)
->
select
();
$nav
=
$this
->
dealData
(
$nav
);
foreach
(
$nav
as
$key
=>
$value
){
if
(
!
empty
(
$value
[
'url'
])){
$class
=
explode
(
'.html'
,
$value
[
'url'
])[
0
];
...
...
@@ -68,9 +88,36 @@ class Base extends Error
}
else
{
$nav
[
$key
][
'class'
]
=
''
;
}
$child
=
db
(
'menu_child'
)
->
where
(
array
(
'pid'
=>
$value
[
'id'
],
'status'
=>
1
))
->
field
(
'title,show_type,url'
)
->
order
(
'order desc'
)
->
select
();
$nav
[
$key
][
'child'
]
=
$
child
;
$child
=
db
(
'menu_child'
)
->
where
(
array
(
'pid'
=>
$value
[
'id'
],
'status'
=>
1
))
->
field
(
'title,show_type,url
,packs
'
)
->
order
(
'order desc'
)
->
select
();
$nav
[
$key
][
'child'
]
=
$
this
->
dealData
(
$child
)
;
}
$this
->
assign
(
'nav'
,
$nav
);
}
/**
* 处理域名数据
* @param $data
* @param $type 0:一维数组,1 二维数据
* @return array
*/
public
function
dealData
(
$data
,
$type
=
1
){
$web_type
=
config
(
'app.web_type'
);
$return
=
[];
if
(
$type
){
foreach
(
$data
as
$value
){
if
(
!
empty
(
$value
[
'packs'
])){
if
(
in_array
(
$web_type
,
json_decode
(
$value
[
'packs'
],
true
))){
$return
[]
=
$value
;
}
}
}
}
else
{
if
(
!
empty
(
$data
[
'packs'
])){
if
(
in_array
(
$web_type
,
json_decode
(
$data
[
'packs'
],
true
))){
$return
=
$data
;
}
}
}
return
$return
;
}
}
\ No newline at end of file
application/index/controller/Index.php
View file @
195ee0d5
...
...
@@ -13,9 +13,11 @@ class Index extends Base
public
function
index
()
{
$app_list
=
App
::
where
(
"isdeleted"
,
0
)
->
order
(
'num'
,
'desc'
)
->
select
();
$app_list
=
$this
->
dealData
(
$app_list
);
$help_list
=
Question
::
where
(
"isdeleted"
,
0
)
->
order
(
"current"
,
"desc"
)
->
paginate
(
4
);
$help_list
=
$this
->
dealData
(
$help_list
);
$news_list
=
News
::
where
(
"isdeleted"
,
0
)
->
order
(
"current"
,
"desc"
)
->
paginate
(
4
);
$news_list
=
$this
->
dealData
(
$news_list
);
$this
->
assign
(
'app_list'
,
$app_list
);
$this
->
assign
(
'help_list'
,
$help_list
);
$this
->
assign
(
'news_list'
,
$news_list
);
...
...
@@ -26,8 +28,11 @@ class Index extends Base
public
function
mobile
()
{
$app_list
=
App
::
where
(
"isdeleted"
,
0
)
->
order
(
'num'
,
'asc'
)
->
select
();
$app_list
=
$this
->
dealData
(
$app_list
);
$help_list
=
Question
::
where
(
"isdeleted"
,
0
)
->
order
(
"current"
,
"desc"
)
->
paginate
(
4
);
$help_list
=
$this
->
dealData
(
$help_list
);
$news_list
=
News
::
where
(
"isdeleted"
,
0
)
->
order
(
"current"
,
"desc"
)
->
paginate
(
4
);
$news_list
=
$this
->
dealData
(
$news_list
);
$this
->
assign
(
'app_list'
,
$app_list
);
$this
->
assign
(
'help_list'
,
$help_list
);
...
...
@@ -73,9 +78,10 @@ class Index extends Base
public
function
huatai
(
Request
$request
)
{
$this
->
assign
(
'domain'
,
$request
->
domain
());
$this
->
assign
(
'url'
,
$this
->
url
);
$this
->
assign
(
'imageList'
,
$this
->
getImage
(
3
));
$imageList
=
$this
->
getImage
(
3
);
$this
->
assign
(
'domain'
,
$request
->
domain
());
$this
->
assign
(
'url'
,
$this
->
url
);
$this
->
assign
(
'imageList'
,
$imageList
);
return
view
(
"/home/index/huatai"
);
}
...
...
application/join/controller/Join.php
View file @
195ee0d5
...
...
@@ -17,7 +17,9 @@ class Join extends Base
$join_cate
=
new
JoinCate
();
$join
=
new
mjoin
();
$join_list
=
$join
->
where
(
'isdeleted'
,
0
)
->
order
(
'join_cate_id'
,
'asc'
)
->
order
(
'current'
,
'desc'
)
->
select
();
$join_list
=
$this
->
dealData
(
$join_list
);
$join_cate_list
=
$join_cate
->
where
(
'isdeleted'
,
0
)
->
order
(
'id'
,
'asc'
)
->
select
();
$join_cate_list
=
$this
->
dealData
(
$join_cate_list
);
$this
->
assign
(
'url'
,
$this
->
url
);
$this
->
assign
(
'join_image'
,
$this
->
getImage
(
2
));
$this
->
assign
(
'join_cate_list'
,
$join_cate_list
);
...
...
application/news/controller/News.php
View file @
195ee0d5
...
...
@@ -14,7 +14,8 @@ class News extends Base
public
function
list
(){
$pageSize
=
5
;
$news_list
=
m_news
::
where
(
'isdeleted'
,
0
)
->
order
(
'current'
,
'desc'
)
->
paginate
(
$pageSize
);
$web_type
=
config
(
'app.web_type'
);
$news_list
=
m_news
::
where
(
'isdeleted'
,
0
)
->
where
(
'packs'
,
'like'
,
"%
{
$web_type
}
%"
)
->
order
(
'current'
,
'desc'
)
->
paginate
(
$pageSize
);
$pattern
=
'/\[\d+\]/'
;
$matches
=
array
();
...
...
application/servicehelp/controller/ServiceHelp.php
View file @
195ee0d5
...
...
@@ -39,15 +39,17 @@ class ServiceHelp extends Base
}
public
function
help
(){
$question_cate_list
=
QuestionCate
::
where
(
'isdeleted'
,
0
)
->
select
();
// for($n=0;$n<count($question_cate_list);$n++){
// $img = Img::get(intval($question_cate_list[$n]['img_id']));
// $question_cate_list[$n]['img_url'] = $img['img_url'].$img['img_name'];
// }
// $question_cate_list = $this->dealData($question_cate_list);
$question_list
=
array
();
$cate
=
new
QuestionCate
();
if
(
count
(
$question_cate_list
)
>
0
){
$web_type
=
config
(
'app.web_type'
);
$cate
=
QuestionCate
::
where
(
'isdeleted'
,
0
)
->
where
(
'id'
,
$question_cate_list
[
0
][
'id'
])
->
find
();
$question_list
=
Question
::
where
(
'isdeleted'
,
0
)
->
where
(
'question_cate_id'
,
$question_cate_list
[
0
][
'id'
])
->
order
(
'current'
,
'desc'
)
->
paginate
(
10
,
false
,
[
$question_list
=
Question
::
where
(
'isdeleted'
,
0
)
->
where
(
'question_cate_id'
,
$question_cate_list
[
0
][
'id'
])
->
where
(
'packs'
,
'like'
,
"%
{
$web_type
}
%"
)
->
order
(
'current'
,
'desc'
)
->
paginate
(
10
,
false
,
[
'query'
=>
request
()
->
param
()
]);
$pattern
=
'/\[\d+\]/'
;
...
...
@@ -156,8 +158,12 @@ class ServiceHelp extends Base
// $img = Img::get(intval($question_cate_list[$n]['img_id']));
// $question_cate_list[$n]['img_url'] = $img['img_url'].$img['img_name'];
// }
$question_list
=
Question
::
where
(
'isdeleted'
,
0
)
->
whereLike
(
'title'
,
"%"
.
$key_str
.
"%"
)
->
order
(
'current'
,
'desc'
)
->
paginate
(
10
,
false
,
[
$web_type
=
config
(
'app.web_type'
);
$question_list
=
Question
::
where
(
'isdeleted'
,
0
)
->
whereLike
(
'title'
,
"%"
.
$key_str
.
"%"
)
->
whereLike
(
'packs'
,
"%"
.
$web_type
.
"%"
)
->
order
(
'current'
,
'desc'
)
->
paginate
(
10
,
false
,
[
'query'
=>
request
()
->
param
()
]);
$pattern
=
'/\[\d+\]/'
;
...
...
config/app.php
View file @
195ee0d5
...
...
@@ -142,5 +142,8 @@ return [
'show_error_msg'
=>
false
,
// 异常处理handle类 留空使用 \think\exception\Handle
'exception_handle'
=>
''
,
//----------------------------------------------------------------------
// 自定义参数
//----------------------------------------------------------------------
'web_type'
=>
0
,
];
runtime/temp/4290dff9b123619dc351053b45862416.php
View file @
195ee0d5
<?php
/*a:4:{s:63:"D:\PHPStormProject\3yakj\config/../template/home\news\list.html";i:164
7937410
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<?php
/*a:4:{s:63:"D:\PHPStormProject\3yakj\config/../template/home\news\list.html";i:164
8188579
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<html>
<head>
<title>
朱贝直播官方热门动态
</title>
...
...
runtime/temp/570afe07534898e9bfe56bded07445b0.php
0 → 100644
View file @
195ee0d5
This diff is collapsed.
Click to expand it.
runtime/temp/6a22201b8b6cbed8f0570187ec64115e.php
View file @
195ee0d5
<?php
/*a:4:{s:71:"D:\PHPStormProject\3yakj\config/../template/home\index\Index\index.html";i:16481
10176
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<?php
/*a:4:{s:71:"D:\PHPStormProject\3yakj\config/../template/home\index\Index\index.html";i:16481
74468
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<html>
<head>
<title>
朱贝—全民娱乐直播平台
</title>
...
...
@@ -491,54 +491,54 @@
<!-- <h2 class="tit">用视频认识我</h2>-->
<!-- <p class="note">三丫互娱 | 新秀娱乐</p>-->
<!-- <ul class="clearfix">-->
<!-- <li><img class="te" src="/static/common/img/1290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/2290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/3290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/4290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/1290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/2290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/3290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/4290.png"></li>-->
<!-- </ul>-->
<!-- </section>-->
<!-- <section class="sec-2"
>
<h2 class="tit">年轻人的社交选择</h2
>
<p class="note">三丫互娱 | 朱贝娱乐<br></p
>
<div class="photo-wall" id="photo-wall"
>
<ul class="wall-pace"
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716"
>
<img class="te" src="/static/common/img/1.jpg"></li
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716"
>
<img class="te" src="/static/common/img/2.png"
>
</li
>
<li class="sq-lg gg" href="https://wap.fjkankan.com/zhibo?roomnumber=76533387"
>
<img class="te" src="/static/common/img/3.jpg"
>
</li
>
<li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48281734"
>
<img class="te" src="/static/common/img/4.jpg"></li
>
</ul
>
<ul class="wall-pace"
>
<li class="sq-lg gg"
>
<img class="te" src="/static/common/img/7.jpg"
>
</li
>
<li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=26062203"
>
<img class="te" src="/static/common/img/8.jpg"></li
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=49892134"
>
<img class="te" src="/static/common/img/5.jpg"></li
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095"
>
<img class="te" src="/static/common/img/6.jpg"
>
</li
>
</ul
>
<ul class="wall-pace"
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095"
>
<img class="te" src="/static/common/img/10.jpg"
>
</li
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=64343767"
>
<img class="te" src="/static/common/img/9.jpg"></li
>
<li class="rect-y wall-last-3 gg"
>
<img class="te" src="/static/common/img/12.jpg"></li
>
<li class="sq-lg wall-last-4 gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48041785"
>
<img class="te" src="/static/common/img/11.jpg"
>
</li
>
</ul
>
</div
>
</section>-->
<!-- <section class="sec-2">--
>
<!-- <h2 class="tit">年轻人的社交选择</h2>--
>
<!-- <p class="note">三丫互娱 | 朱贝娱乐<br></p>--
>
<!-- <div class="photo-wall" id="photo-wall">--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716">--
>
<!-- <img class="te" src="/static/common/img/1.jpg"></li>--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716">--
>
<!-- <img class="te" src="/static/common/img/2.png">--
>
<!-- </li>--
>
<!-- <li class="sq-lg gg" href="https://wap.fjkankan.com/zhibo?roomnumber=76533387">--
>
<!-- <img class="te" src="/static/common/img/3.jpg">--
>
<!-- </li>--
>
<!-- <li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48281734">--
>
<!-- <img class="te" src="/static/common/img/4.jpg"></li>--
>
<!-- </ul>--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="sq-lg gg">--
>
<!-- <img class="te" src="/static/common/img/7.jpg">--
>
<!-- </li>--
>
<!-- <li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=26062203">--
>
<!-- <img class="te" src="/static/common/img/8.jpg"></li>--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=49892134">--
>
<!-- <img class="te" src="/static/common/img/5.jpg"></li>--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095">--
>
<!-- <img class="te" src="/static/common/img/6.jpg">--
>
<!-- </li>--
>
<!-- </ul>--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095">--
>
<!-- <img class="te" src="/static/common/img/10.jpg">--
>
<!-- </li>--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=64343767">--
>
<!-- <img class="te" src="/static/common/img/9.jpg"></li>--
>
<!-- <li class="rect-y wall-last-3 gg">--
>
<!-- <img class="te" src="/static/common/img/12.jpg"></li>--
>
<!-- <li class="sq-lg wall-last-4 gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48041785">--
>
<!-- <img class="te" src="/static/common/img/11.jpg">--
>
<!-- </li>--
>
<!-- </ul>--
>
<!-- </div>--
>
<!--
</section>-->
<section
id=
"downloads"
name=
"downloads"
class=
"sec-3"
>
<?php
if
(
empty
(
$app_list
)
||
((
$app_list
instanceof
\think\Collection
||
$app_list
instanceof
\think\Paginator
)
&&
$app_list
->
isEmpty
()))
:
else
:
?>
<h2
class=
"tit"
>
根据你的手机,选择下载
</h2>
...
...
runtime/temp/6e561c34d8235e9f673089b98daddbc3.php
0 → 100644
View file @
195ee0d5
This diff is collapsed.
Click to expand it.
runtime/temp/77015c7a047a6ef035122c1f21ff6fc1.php
0 → 100644
View file @
195ee0d5
This diff is collapsed.
Click to expand it.
runtime/temp/8b116787e5d2b185b0b45b3a202f557e.php
View file @
195ee0d5
<?php
/*a:4:{s:70:"D:\PHPStormProject\3yakj\config/../template/home\servicehelp\help.html";i:164
7937410
;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\header.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<?php
/*a:4:{s:70:"D:\PHPStormProject\3yakj\config/../template/home\servicehelp\help.html";i:164
8191981
;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\header.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<html>
<head>
<title>
朱贝-全民娱乐直播平台
</title>
...
...
@@ -409,6 +409,7 @@
</div>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</div>
<?php
if
(
!
empty
(
$question_cate_list
))
:
?>
<div
class=
"usercontext"
>
<div
class=
"tips-container"
>
<form
id=
"search-form"
method=
"get"
action=
"/servicehelp/search.html"
>
...
...
@@ -449,6 +450,7 @@
<?php
endif
;
?>
</div>
</div>
<?php
endif
;
?>
</section>
</div>
...
...
runtime/temp/e5664d68b74899d0b744e92539717338.php
0 → 100644
View file @
195ee0d5
This diff is collapsed.
Click to expand it.
runtime/temp/ec78db132bb8404f0528892cdde94782.php
View file @
195ee0d5
<?php
/*a:4:{s:63:"D:\PHPStormProject\3yakj\config/../template/home\join\list.html";i:164
7940494
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<?php
/*a:4:{s:63:"D:\PHPStormProject\3yakj\config/../template/home\join\list.html";i:164
8189995
;s:72:"D:\PHPStormProject\3yakj\config/../template/home\public\header_meta.html";i:1647937410;s:68:"D:\PHPStormProject\3yakj\config/../template/home\public\nav_bar.html";i:1648113542;s:67:"D:\PHPStormProject\3yakj\config/../template/home\public\footer.html";i:1647937410;}*/
?>
<html>
<head>
<title>
朱贝招聘|人才招募|招商加盟|主播入驻|颜值主播
</title>
...
...
@@ -342,7 +342,7 @@
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</ul>
</section>
<?php
if
(
!
empty
(
$join_cate_list
))
:
?>
<section
class=
"section4"
>
<p
class=
"cate-title"
>
<span
class=
"title1"
>
职位
</span>
...
...
@@ -384,7 +384,7 @@
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
<!--end of foreach-->
</section>
<?php
endif
;
?>
</div>
...
...
template/home/about/aboutus.html
View file @
195ee0d5
...
...
@@ -125,15 +125,18 @@
<p
class=
"line"
></p>
<nav>
<ul
class=
"clearfix"
>
<li
class=
" on "
><a
href=
"/aboutus/us.html"
"=""
>
关于我们
</a></li>
<li
class=
""
><a
href=
"/aboutus/agreement.html"
"=""
>
用户协议
</a></li>
<!-- <li class=""><a href="/aboutus/vipterms.html" "="">会员条款</a></li>-->
{volist name="list" id="vo"}
<li
class=
"{if $id==$vo.id}on{/if}"
><a
href=
"/aboutus/us/article/{$vo.id}.html"
>
{$vo.title}
</a></li>
{/volist}
<!-- <li class=""><a href="/aboutus/agreement.html">用户协议</a></li>-->
<!-- <li class=""><a href="/aboutus/vipterms.html">会员条款</a></li>-->
</ul>
</nav>
{if !empty($us)}
<section
class=
"info-sec info-sec-1"
>
{:htmlspecialchars_decode($us.content)}
</section>
{/if}
</div>
...
...
template/home/index/Index/index.html
View file @
195ee0d5
...
...
@@ -268,54 +268,54 @@
<!-- <h2 class="tit">用视频认识我</h2>-->
<!-- <p class="note">三丫互娱 | 新秀娱乐</p>-->
<!-- <ul class="clearfix">-->
<!-- <li><img class="te" src="/static/common/img/1290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/2290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/3290.png"></li>-->
<!-- <li><img class="te" src="/static/common/img/4290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/1290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/2290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/3290.png"></li>-->
<!-- <li><img class="te" s
tyle="margin-top: 3px;" s
rc="/static/common/img/4290.png"></li>-->
<!-- </ul>-->
<!-- </section>-->
<!-- <section class="sec-2"
>
<h2 class="tit">年轻人的社交选择</h2
>
<p class="note">三丫互娱 | 朱贝娱乐<br></p
>
<div class="photo-wall" id="photo-wall"
>
<ul class="wall-pace"
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716"
>
<img class="te" src="/static/common/img/1.jpg"></li
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716"
>
<img class="te" src="/static/common/img/2.png"
>
</li
>
<li class="sq-lg gg" href="https://wap.fjkankan.com/zhibo?roomnumber=76533387"
>
<img class="te" src="/static/common/img/3.jpg"
>
</li
>
<li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48281734"
>
<img class="te" src="/static/common/img/4.jpg"></li
>
</ul
>
<ul class="wall-pace"
>
<li class="sq-lg gg"
>
<img class="te" src="/static/common/img/7.jpg"
>
</li
>
<li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=26062203"
>
<img class="te" src="/static/common/img/8.jpg"></li
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=49892134"
>
<img class="te" src="/static/common/img/5.jpg"></li
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095"
>
<img class="te" src="/static/common/img/6.jpg"
>
</li
>
</ul
>
<ul class="wall-pace"
>
<li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095"
>
<img class="te" src="/static/common/img/10.jpg"
>
</li
>
<li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=64343767"
>
<img class="te" src="/static/common/img/9.jpg"></li
>
<li class="rect-y wall-last-3 gg"
>
<img class="te" src="/static/common/img/12.jpg"></li
>
<li class="sq-lg wall-last-4 gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48041785"
>
<img class="te" src="/static/common/img/11.jpg"
>
</li
>
</ul
>
</div
>
</section>-->
<!-- <section class="sec-2">--
>
<!-- <h2 class="tit">年轻人的社交选择</h2>--
>
<!-- <p class="note">三丫互娱 | 朱贝娱乐<br></p>--
>
<!-- <div class="photo-wall" id="photo-wall">--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716">--
>
<!-- <img class="te" src="/static/common/img/1.jpg"></li>--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=29751716">--
>
<!-- <img class="te" src="/static/common/img/2.png">--
>
<!-- </li>--
>
<!-- <li class="sq-lg gg" href="https://wap.fjkankan.com/zhibo?roomnumber=76533387">--
>
<!-- <img class="te" src="/static/common/img/3.jpg">--
>
<!-- </li>--
>
<!-- <li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48281734">--
>
<!-- <img class="te" src="/static/common/img/4.jpg"></li>--
>
<!-- </ul>--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="sq-lg gg">--
>
<!-- <img class="te" src="/static/common/img/7.jpg">--
>
<!-- </li>--
>
<!-- <li class="rect-y gg" href="https://wap.fjkankan.com/zhibo?roomnumber=26062203">--
>
<!-- <img class="te" src="/static/common/img/8.jpg"></li>--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=49892134">--
>
<!-- <img class="te" src="/static/common/img/5.jpg"></li>--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095">--
>
<!-- <img class="te" src="/static/common/img/6.jpg">--
>
<!-- </li>--
>
<!-- </ul>--
>
<!-- <ul class="wall-pace">--
>
<!-- <li class="rect-x gg" href="https://wap.fjkankan.com/zhibo?roomnumber=67993095">--
>
<!-- <img class="te" src="/static/common/img/10.jpg">--
>
<!-- </li>--
>
<!-- <li class="sq-sm gg" href="https://wap.fjkankan.com/zhibo?roomnumber=64343767">--
>
<!-- <img class="te" src="/static/common/img/9.jpg"></li>--
>
<!-- <li class="rect-y wall-last-3 gg">--
>
<!-- <img class="te" src="/static/common/img/12.jpg"></li>--
>
<!-- <li class="sq-lg wall-last-4 gg" href="https://wap.fjkankan.com/zhibo?roomnumber=48041785">--
>
<!-- <img class="te" src="/static/common/img/11.jpg">--
>
<!-- </li>--
>
<!-- </ul>--
>
<!-- </div>--
>
<!--
</section>-->
<section
id=
"downloads"
name=
"downloads"
class=
"sec-3"
>
{empty name="app_list"}{else}
<h2
class=
"tit"
>
根据你的手机,选择下载
</h2>
...
...
template/home/join/list.html
View file @
195ee0d5
...
...
@@ -119,7 +119,7 @@
{/volist}
</ul>
</section>
{if !empty($join_cate_list)}
<section
class=
"section4"
>
<p
class=
"cate-title"
>
<span
class=
"title1"
>
职位
</span>
...
...
@@ -161,7 +161,7 @@
{/volist}
<!--end of foreach-->
</section>
{/if}
</div>
...
...
template/home/servicehelp/help.html
View file @
195ee0d5
...
...
@@ -186,6 +186,7 @@
</div>
{/volist}
</div>
{if !empty($question_cate_list)}
<div
class=
"usercontext"
>
<div
class=
"tips-container"
>
<form
id=
"search-form"
method=
"get"
action=
"/servicehelp/search.html"
>
...
...
@@ -226,6 +227,7 @@
{/if}
</div>
</div>
{/if}
</section>
</div>
...
...
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