...
|
...
|
@@ -78,8 +78,8 @@ |
|
|
{include file="public/js" /}
|
|
|
<script>
|
|
|
$(".btn").click(function() {
|
|
|
$(".invite_modal").show();
|
|
|
$(".invite_qr_code").show();
|
|
|
// $(".invite_modal").show();
|
|
|
// $(".invite_qr_code").show();
|
|
|
var user_id = "{$user.id}";
|
|
|
var type = $('.active').attr('data-type');
|
|
|
console.log(type);
|
...
|
...
|
|