切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
jinglong
6 years ago
提交
2137748574534ef6d82ee7b60203eaf317e1cd1f
1 个父辈
48fb09af
1 个管道 的构建
通过
耗费 0 秒
调式pc微信分享
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
5 行增加
和
49 行删除
public/themes/simpleboot3/portal/region/get_more_video.html
public/themes/simpleboot3/public/share.html
public/themes/simpleboot3/public/slide.html
public/themes/simpleboot3/portal/region/get_more_video.html
查看文件 @
2137748
...
...
@@ -119,6 +119,7 @@
</div>
</div>
</div>
<!--微信分享-->
<include
file=
"public@share"
/>
<include
file=
"public@footer"
/>
<script
src=
"__TMPL__/public/assets/js/jquery-3.2.1.min.js"
></script>
...
...
public/themes/simpleboot3/public/share.html
查看文件 @
2137748
...
...
@@ -12,8 +12,8 @@
<!-- 生成的二维码容器 -->
<div
id=
"qrcode"
></div>
<div
class=
"bd_weixin_popup_foot"
>
打开微信,点击底部的“发现”,
<br>
使用“扫一扫”即可将网页分享至朋友圈。
打开微信,使用“扫一扫”
<br>
点击右上角,即可将网页分享至朋友圈。
</div>
</div>
</div>
...
...
public/themes/simpleboot3/public/slide.html
查看文件 @
2137748
...
...
@@ -28,50 +28,5 @@
<p>
{$share.post_share_wb}
</p>
</div>
</div>
<!-- 二维码弹出层 -->
<div
class=
"wx-qrcode-wrapper"
>
<!-- 遮罩层 -->
<div
class=
"mask"
></div>
<div
class=
"wx-qrcode"
style=
"width:230px;"
>
<div
class=
"share"
>
<span
style=
"font-size: 14px;text-align: center;"
>
分享到微信朋友圈
</span>
<!-- 关闭图标 -->
<a
href=
"javascript:;"
class=
"icon-close2"
onclick=
"wxHide()"
>
×
</a>
</div>
<!-- 生成的二维码容器 -->
<div
id=
"qrcode"
></div>
<div
class=
"bd_weixin_popup_foot"
>
打开微信,点击底部的“发现”,
<br>
使用“扫一扫”即可将网页分享至朋友圈。
</div>
</div>
</div>
<script
src=
"https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/jquery.qrcode/1.0/jquery.qrcode.min.js"
></script>
<script>
var
url
=
window
.
location
.
href
;
/* 生成二维码 */
$
(
"#qrcode"
).
qrcode
({
text
:
url
,
//设置二维码内容
render
:
"canvas"
,
//设置渲染方式
width
:
220
,
//设置宽度,默认生成的二维码大小是 256×256
height
:
220
,
//设置高度
typeNumber
:
-
1
,
//计算模式
background
:
"#ffffff"
,
//背景颜色
foreground
:
"#000000"
//前景颜色
});
/* 点微信图标,触发二维码弹出层显示 */
function
wxShow
()
{
$
(
'.wx-qrcode-wrapper'
).
show
()
}
/* 关闭二维码弹出层 */
function
wxHide
()
{
$
(
'.wx-qrcode-wrapper'
).
hide
()
}
</script>
\ No newline at end of file
<!--微信分享-->
<include
file=
"public@share"
/>
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论