切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
7f1a409931e817b772b38924f1178b07bd146810
1 个父辈
0393256d
1 个管道 的构建
通过
耗费 6 秒
修改星球影院城市显示与隐藏
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
4 行增加
和
2 行删除
app/portal/controller/EnjoyController.php
app/portal/controller/RegionController.php
public/themes/simpleboot3/portal/enjoy/index.html
public/themes/simpleboot3/portal/region/get_more_video.html
app/portal/controller/EnjoyController.php
查看文件 @
7f1a409
...
...
@@ -113,6 +113,7 @@ class EnjoyController extends HomeBaseController
->
where
(
'pid'
,
'<>'
,
0
)
->
where
(
'id'
,
'<>'
,
CityCategoryModel
::
xqgh_cc
)
->
where
(
'id'
,
'<>'
,
CityCategoryModel
::
djxq
)
->
where
(
'is_show'
,
1
)
->
where
(
'delete_time'
,
0
)
->
field
(
'id,name'
)
->
select
()
->
toArray
();
return
$res
;
...
...
app/portal/controller/RegionController.php
查看文件 @
7f1a409
...
...
@@ -167,6 +167,7 @@ class RegionController extends HomeBaseController
$res
=
Db
::
name
(
'city_category'
)
->
where
(
'pid'
,
'<>'
,
0
)
->
where
(
'id'
,
'<>'
,
CityCategoryModel
::
xqgh_cc
)
->
where
(
'is_show'
,
1
)
->
where
(
'delete_time'
,
0
)
->
field
(
'id,name'
)
->
select
()
->
toArray
();
return
$res
;
...
...
public/themes/simpleboot3/portal/enjoy/index.html
查看文件 @
7f1a409
...
...
@@ -49,7 +49,7 @@
<form
method=
"GET"
action=
"/portal/enjoy/index"
>
<input
class=
"show_city"
type=
"text"
value=
"所有"
readonly=
"readonly"
>
<img
src=
"__TMPL__/public/assets/starImg/down.png"
alt=
""
>
<ul
style=
"height:300px;overflow-y: scroll;width:240px;"
>
<ul
style=
"
min-height:138px;max-
height:300px;overflow-y: scroll;width:240px;"
>
<li>
所有
</li>
<volist
name=
"city_name"
id=
"vo"
>
<li
value=
"{$vo.id}"
>
{$vo.name}
</li>
...
...
public/themes/simpleboot3/portal/region/get_more_video.html
查看文件 @
7f1a409
...
...
@@ -45,7 +45,7 @@
<div
class=
"select"
>
<input
type=
"text"
class=
"show_city"
value=
"所有"
readonly=
"readonly"
>
<img
src=
"__TMPL__/public/assets/starImg/down.png"
alt=
""
>
<ul
style=
"height:300px;overflow-y: scroll;width:145px;"
>
<ul
style=
"
min-height:130px;max-
height:300px;overflow-y: scroll;width:145px;"
>
<li>
所有
</li>
<volist
name=
"city_name"
id=
"vo"
>
<li
value=
"{$vo.id}"
>
{$vo.name}
</li>
...
...
请
注册
或
登录
后发表评论