{{extend elemLayout}} {{block 'css'}} {{/block}} {{block 'main'}} {{ set gameMap = { gs:{mark:'#'}, sr:{mark:'*'} }; }}
111
{{each uids game}} {{set mark = game.key==='gs'? '#':'*'}}
{{game.name}}{{mark}}uid+序号切换
{{each game.uidList uid idx}}
{{idx+1}}
{{if uid.name && uid.level}}
{{uid.name}} (Lv.{{uid.level}})
{{/if}}
{{uid.type==='ck'?'CK':'绑定'}} {{uid.uid}}
{{/each}}
{{/each}}
{{/block}}