作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

我的钱包

... ... @@ -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);
... ...