记得上下班打卡 | git大法好,push需谨慎

Commit 32760a5a authored by 姜秀龙's avatar 姜秀龙

点击徽章领取用户弹窗确认按钮去掉

parent 5c8fd61d
...@@ -192,7 +192,15 @@ ...@@ -192,7 +192,15 @@
$.modal.msgError("未找到徽章ID"); $.modal.msgError("未找到徽章ID");
return; return;
} }
$.modal.open("领取用户", prefix + "/claimUsers/" + badgeId); $.modal.openOptions({
title: "领取用户",
url: prefix + "/claimUsers/" + badgeId,
skin: 'layui-layer-gray',
btn: ['关闭'],
yes: function (index, layero) {
layer.close(index);
}
});
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment