新增手机判断js变量

feat/task1-c-wallet
Devil 2021-08-31 16:05:18 +08:00
parent dbece4e199
commit 920fcb5807
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
var __seo_url_suffix__ = '{{:MyC("home_seo_url_html_suffix", "html", true)}}';
var __user_id__ = {{if empty($user['id'])}}0{{else /}}{{$user.id}}{{/if}};
var __currency_symbol__ = '{{$currency_symbol}}';
var __is_mobile__ = '{{if IsMobile()}}1{{else}}0{{/if}}';
</script>
<!-- 公共header内钩子 -->