{{$v.title}}
{{if !empty($v.msg)}}
{{$v.msg}}
{{/if}}
{{if empty($data[$v['type']]) and !empty($v['tips'])}}
{{if !empty($v['no_msg'])}}
{{$v.no_msg}}
{{/if}}
{{else /}}
{{if !empty($v['ok_msg']) and !empty($data[$v['type']])}}
{{:str_replace('#accounts#', $data[$v['type']], $v['ok_msg'])}}
{{/if}}
{{/if}}
{{if !empty($v['tips'])}}
{{if empty($v['submit_text'])}}{{if empty($data[$v['type']]) and empty($v['msg'])}}绑定{{else /}}修改{{/if}}{{else /}}{{$v.submit_text}}{{/if}}
{{$v.tips}}
{{/if}}