{{extend name="../../../module/view/form_table/detail" /}} {{block name="detail_data"}} {{:ModuleInclude('public/detail_nav_switch_tabs', [ 'nav_data' => [ [ 'name' => MyLang('form_base_data_title'), 'key' => 'base', ], [ 'name' => MyLang('common_service.user.detail_platform_title'), 'key' => 'platform-data', ] ] ])}}
{__block__}
{{if !empty($data['user_platform_data'])}}
{{foreach $data.user_platform_data as $v}} {{/foreach}}
{{:MyLang('common_service.user.detail_system_type')}} {{:MyLang('common_service.user.detail_platform')}} {{:MyLang('common_service.user.detail_alipay_openid')}} {{:MyLang('common_service.user.detail_baidu_openid')}} {{:MyLang('common_service.user.detail_toutiao_openid')}} {{:MyLang('common_service.user.detail_toutiao_unionid')}} {{:MyLang('common_service.user.detail_qq_openid')}} {{:MyLang('common_service.user.detail_qq_unionid')}} {{:MyLang('common_service.user.detail_weixin_openid')}} {{:MyLang('common_service.user.detail_weixin_unionid')}} {{:MyLang('common_service.user.detail_weixin_web_openid')}} {{:MyLang('common_service.user.detail_kuaishou_openid')}}
{{$v.system_type}} {{$v.platform_name}} {{$v.alipay_openid}} {{$v.baidu_openid}} {{$v.toutiao_openid}} {{$v.toutiao_unionid}} {{$v.qq_openid}} {{$v.qq_unionid}} {{$v.weixin_openid}} {{$v.weixin_unionid}} {{$v.weixin_web_openid}} {{$v.kuaishou_openid}}
{{else /}} {{:ModuleInclude('public/not_data')}} {{/if}}
{{/block}}