切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
95dd58cd5a20f8938f2c0ce00f9c212b5cfd6fb2
1 个父辈
5390af41
1 个管道 的构建
通过
耗费 0 秒
调试视频定位
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
7 行增加
和
3 行删除
public/themes/simpleboot3_mobile/portal/region/get_more_video.html
public/themes/simpleboot3_mobile/public/share.html
public/themes/simpleboot3_mobile/portal/region/get_more_video.html
查看文件 @
95dd58c
...
...
@@ -104,7 +104,7 @@
<div
class=
"idnex_seventh_swiper_contant_img"
>
<img
class=
"li_img"
src=
"{:cmf_get_image_url($vo.thumbnail)}"
alt=
""
/>
</div>
<div
class=
"idnex_seventh_swiper_contant_title txt-cut"
style=
"-webkit-line-clamp: 2;"
>
<div
class=
"idnex_seventh_swiper_contant_title txt-cut
video_title
"
style=
"-webkit-line-clamp: 2;"
>
{$vo.post_title}
</div>
</div>
...
...
public/themes/simpleboot3_mobile/public/share.html
查看文件 @
95dd58c
...
...
@@ -6,17 +6,21 @@
var
city_id
=
getUrlParam
(
'city_id'
);
// 分享链接
var
url
;
var
title_title
;
if
(
pathname
==
'/portal/region/getMoreVideo'
){
title_title
=
$
(
'.video_title'
).
text
();
if
(
city_id
==
''
){
url
=
$
(
'.video_index_url'
).
val
();
}
else
{
url
=
$
(
'.video_index_url'
).
val
();
}
}
else
{
// 分享标题
title_title
=
$
(
document
).
attr
(
'title'
);
url
=
window
.
location
.
href
;
}
// 分享标题
var
title_title
=
$
(
document
).
attr
(
'title'
);
console
.
log
(
444
);
console
.
log
(
url
);
// 分享简介
var
description
=
$
(
'.share_content'
).
text
().
replace
(
/
\s
*/g
,
''
).
substring
(
0
,
50
);
wx
.
config
({
...
...
请
注册
或
登录
后发表评论