modified 变更细节

This commit is contained in:
zhaoxiang 2017-06-25 23:18:23 +08:00
parent 5a73c00e9b
commit 764a863ffc

View File

@ -51,7 +51,7 @@
$('.api-add').on('click', function () {
layer.open({
type: 2,
area: ['60%', '60%'],
area: ['80%', '80%'],
maxmin: true,
content: '{:U("add")}'
});
@ -60,7 +60,7 @@
var ownObj = $(this);
layer.open({
type: 2,
area: ['60%', '60%'],
area: ['80%', '80%'],
maxmin: true,
content: ownObj.attr('data-url')
});