style(后台商品列表): 二维码调整

master
yin5th 2023-10-09 11:25:51 +08:00
parent 91fa03da14
commit fbac0d6572
1 changed files with 7 additions and 1 deletions

View File

@ -194,11 +194,17 @@
shade: false,
title: false,
shadeClose: true,
area: ["400px", "400px"],
area: ["400px", "410px"],
content: $('#show-qrcode')
})
});
$(document).on('click', '.layui-layer-close', function () {
$('#show-qrcode').text('');
console.log('ssss')
});
//导出
$(document).on('click', '.goods-export', function () {
layui.layer.load()