切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
fd16830970d5223919a580c18b235c05dc2856bc
1 个父辈
0ce249f1
1 个管道 的构建
通过
耗费 0 秒
独角星球首页弹窗
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
app/portal/controller/IndexController.php
public/themes/simpleboot3/portal/index/index.html
public/themes/simpleboot3_mobile/portal/index/index.html
app/portal/controller/IndexController.php
查看文件 @
fd16830
...
...
@@ -98,7 +98,7 @@ class IndexController extends HomeBaseController
// if(!$res_djxq){
$position
=
CityCategoryModel
::
xqyy
;
$city_id
=
CityCategoryModel
::
djxq
;
$field
=
'id,more,thumbnail'
;
$field
=
'id,more,
index_
thumbnail'
;
$res_djxq
=
$this
->
getVideo
(
$position
,
$city_id
,
$field
,
1
,
1
);
foreach
(
$res_djxq
as
&
$value
){
$video
=
json_decode
(
$value
[
'more'
],
true
);
...
...
public/themes/simpleboot3/portal/index/index.html
查看文件 @
fd16830
...
...
@@ -93,7 +93,7 @@
<div
class=
"mask_video"
>
<img
class=
"mak_videoCha"
onclick=
"nos()"
src=
"__TMPL__/public/assets/starImg/nos.png"
alt=
"独角星球 小众目的地 旅游资讯"
>
<div
class=
"mask_videoFeng"
>
<img
src=
"{:cmf_get_image_url($res_djxq.thumbnail)}"
alt=
"独角星球 小众目的地 旅游资讯"
>
<img
src=
"{:cmf_get_image_url($res_djxq.
index_
thumbnail)}"
alt=
"独角星球 小众目的地 旅游资讯"
>
</div>
<img
onclick=
"bofang2()"
class=
"show_in_banner3"
src=
"__TMPL__/public/assets/starImg/aicon_30.png"
alt=
"独角星球 小众目的地 旅游资讯"
>
<video
controls
loop=
"loop"
id=
"video2"
src=
"{:cmf_get_file_download_url($res_djxq.video)}"
controlslist=
"nodownload"
></video>
...
...
public/themes/simpleboot3_mobile/portal/index/index.html
查看文件 @
fd16830
...
...
@@ -73,7 +73,7 @@
<div
class=
"vi_video"
>
<video
src=
"{:cmf_get_file_download_url($res_djxq.video)}"
id=
"video2"
style=
"height: 3.4rem;width: 100%;"
controls
controlslist=
"nodownload"
></video>
<div
class=
"vi_fengm"
>
<img
src=
"{:cmf_get_image_url($res_djxq.thumbnail)}"
alt=
"独角星球 小众目的地 旅游资讯"
>
<img
src=
"{:cmf_get_image_url($res_djxq.
index_
thumbnail)}"
alt=
"独角星球 小众目的地 旅游资讯"
>
</div>
<div
class=
"video_start99"
>
<img
onclick=
"bofang2()"
src=
"__TMPL__/public/assets/images/aicon_30.png"
alt=
"独角星球 小众目的地 旅游资讯"
>
...
...
请
注册
或
登录
后发表评论