Skip to content

Commit

Permalink
Merge pull request #105 from JusufUs/patch-4
Browse files Browse the repository at this point in the history
crisp客服增加数据
  • Loading branch information
BobCoderS9 authored Dec 4, 2022
2 parents 1edec5f + 1b7f46a commit dc41b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/metron/include/global/crisp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
["ID", "{$user->id}"],
["VIP", "{$user->class}"],
["VIP_Time", "{$user->class_expire}"],
["Online", "{$user->online_ip_count()}"],
["Money", "¥ "+"{$user->money}"],
["Traffic", '{$user->unusedTraffic()}'],
["Last_Time", '{$user->lastSsTime()}'],
Expand All @@ -33,4 +34,4 @@
]
]
);
</script>
</script>

0 comments on commit dc41b30

Please sign in to comment.