提交 fc0e61ed 编写于 作者: G gongfuxiang

share

上级 dbb04ab2
......@@ -67,7 +67,7 @@ $(function()
case 'url' :
var $modal = $('#plugins-share-url-modal');
$modal.find('.am-input-group input').val(decodeURIComponent(url));
$modal.modal({width: 350});
$modal.modal({width: 300});
$modal.modal('open');
break;
}
......@@ -95,4 +95,10 @@ $(function()
{
Prompt('复制失败,请手动复制!');
});
// 微信分享提示弹层关闭
$('#plugins-share-weixin-layer').on('click', function()
{
$('#plugins-share-weixin-layer').hide();
});
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册