切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
zhangwei
6 years ago
提交
60a919df6c3ada1ea0f407bf597f21990f422694
1 个父辈
379ceea5
1 个管道 的构建
通过
耗费 1 秒
立即购买
变更
5
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
5 个修改的文件
包含
21 行增加
和
8 行删除
public/themes/simpleboot3/portal/scenery_detail.html
public/themes/simpleboot3/portal/scout/get_travel_detail.html
public/themes/simpleboot3/portal/scout/index.html
public/themes/simpleboot3_mobile/portal/scenery_detail.html
public/themes/simpleboot3_mobile/portal/scout/index.html
public/themes/simpleboot3/portal/scenery_detail.html
查看文件 @
60a919d
...
...
@@ -30,7 +30,7 @@
</p>
</div>
<a
href=
"{$res.pay_url}"
>
<div
class=
"wares_right_pay"
>
<div
class=
"wares_right_pay
zixun
"
>
立即前往咨询
</div>
</a>
...
...
@@ -44,4 +44,12 @@
<script
src=
"__TMPL__/public/assets/js/public.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
<script>
$
(
function
()
{
var
flag
=
getUrlParam
(
'flag'
);
if
(
flag
!=
''
)
{
$
(
'.zixun'
).
text
(
'立即前往购买'
);
}
});
</script>
\ No newline at end of file
...
...
public/themes/simpleboot3/portal/scout/get_travel_detail.html
查看文件 @
60a919d
...
...
@@ -47,9 +47,7 @@
<div
class=
"Travel_right_spec_Contain_right fl"
style=
"height: 57px;"
>
{$res.project}
</div>
</div>
<div
class=
"Travel_right_spec_pay"
>
<a
href=
"{$res.pay_url}"
>
立即前往咨询
</a>
<a
href=
"{$res.pay_url}"
>
立即前往咨询
</a>
</div>
</div>
<div
class=
"Travel_right_price"
>
...
...
public/themes/simpleboot3/portal/scout/index.html
查看文件 @
60a919d
...
...
@@ -84,7 +84,7 @@
<volist
name=
"res_ddfw"
id=
"vo"
>
<div
class=
"swiper-slide"
>
<div
class=
"Specialty_item"
>
<a
href=
"/portal/scout/getSceneryDetail?id={$vo.id}"
>
<a
href=
"/portal/scout/getSceneryDetail?id={$vo.id}
&flag=1
"
>
<div
class=
"Specialty_item_img"
>
<img
src=
"{:cmf_get_image_url($vo.thumbnail)}"
alt=
""
>
</div>
...
...
public/themes/simpleboot3_mobile/portal/scenery_detail.html
查看文件 @
60a919d
...
...
@@ -45,6 +45,13 @@
<script
src=
"__TMPL__/public/assets/js/jquery-2.1.0.js"
></script>
<script
src=
"__TMPL__/public/assets/js/swiper.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/public.js"
></script>
<script></script>
<script>
$
(
function
()
{
var
flag
=
getUrlParam
(
'flag'
);
if
(
flag
!=
''
)
{
$
(
'.index_fifteenth_five'
).
text
(
'立即前往购买'
);
}
});
</script>
</html>
\ No newline at end of file
...
...
public/themes/simpleboot3_mobile/portal/scout/index.html
查看文件 @
60a919d
...
...
@@ -91,7 +91,7 @@
<volist
name=
"res_ddfw"
id=
"vo"
>
<li
class=
"swiper-slide"
>
<div
class=
"thirteenth_log_one"
>
<a
href=
"/portal/scout/getSceneryDetail?id={$vo.id}"
>
<a
href=
"/portal/scout/getSceneryDetail?id={$vo.id}
&flag=1
"
>
<div
class=
"thirteenth_log_top_one"
>
<img
src=
"{:cmf_get_image_url($vo.thumbnail)}"
alt=
""
/>
</div>
...
...
请
注册
或
登录
后发表评论