mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
share
This commit is contained in:
@ -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();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user