You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1277 lines
324 KiB
1277 lines
324 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content='text/html;charset=utf-8' http-equiv='Content-Type'>
|
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover' name='viewport'>
|
|
<meta content='yes' name='apple-mobile-web-app-capable'>
|
|
<meta content='yes' name='mobile-web-app-capable'>
|
|
<meta content='black-translucent' name='apple-mobile-web-app-status-bar-style'>
|
|
<meta content='webkit' name='renderer'>
|
|
<meta content='#F55D54' name='theme-color'>
|
|
<title>
|
|
个人中心2.0
|
|
</title>
|
|
<link href='images/icon_android.png' rel='icon' sizes='192x192'>
|
|
<link href='images/icon_retina.png' rel='apple-touch-icon' sizes='120x120'>
|
|
<link href='images/icon_retina3x.png' rel='apple-touch-icon' sizes='180x180'>
|
|
<link href='images/icon_ipad.png' rel='apple-touch-icon' sizes='144x144'>
|
|
<link href='images/icon_ipad.png' rel='apple-touch-icon' sizes='152x152'>
|
|
<link href='images/splashes/retina.png' media='(device-width: 320px) and (device-height: 568px)' rel='apple-touch-startup-image'>
|
|
<link href='images/splashes/iphone4_portrait_retina.png' media='(device-width: 320px) and (device-height: 480px)' rel='apple-touch-startup-image'>
|
|
<link href='images/splashes/iphone6_portrait_retina.png' media='(device-width: 375px) and (device-height: 667px)' rel='apple-touch-startup-image'>
|
|
<link href='images/splashes/iphone6plus_portrait_retina.png' media='(device-width: 414px) and (device-height: 736px)' rel='apple-touch-startup-image'>
|
|
<link href='images/splashes/ipad_portrait_retina.png' media='(device-width: 768px) and (device-height: 1024px) and (orientation:portrait)' rel='apple-touch-startup-image'>
|
|
<link href='images/splashes/ipad_landscape_retina.png' media='(device-width: 768px) and (device-height: 1024px) and (orientation:landscape)' rel='apple-touch-startup-image'>
|
|
<style>
|
|
html, body {
|
|
font-family: -apple-system, "SF UI Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: 18px;
|
|
overflow: hidden;
|
|
height: 100%; }
|
|
|
|
body {
|
|
background: whitesmoke;
|
|
color: #525e71; }
|
|
body.mobile {
|
|
height: 100vh;
|
|
background-color: white; }
|
|
|
|
#download, #header {
|
|
display: none; }
|
|
|
|
#notification {
|
|
position: fixed;
|
|
top: -70px;
|
|
left: 0; }
|
|
|
|
.notice {
|
|
padding: 10px;
|
|
font-size: 14px; }
|
|
.notice p {
|
|
margin-bottom: 10px; }
|
|
|
|
.spinner {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-width: 3px;
|
|
border-style: solid;
|
|
border-color: rgba(51, 54, 58, 0.6) transparent;
|
|
border-radius: 100%;
|
|
transform-origin: 50% 50% 0px;
|
|
-webkit-animation: mb-spin 0.8s infinite linear;
|
|
animation: mb-spin 0.8s infinite linear;
|
|
display: inline-block; }
|
|
|
|
@-webkit-keyframes mb-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg); } }
|
|
|
|
@keyframes mb-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg); } }
|
|
|
|
#safemode, #logo, #install, .cover, #device {
|
|
display: none; }
|
|
|
|
#fontawesome {
|
|
position: absolute;
|
|
top: -65535px;
|
|
left: -65535px; }
|
|
#fontawesome .aw {
|
|
position: absolute;
|
|
width: auto;
|
|
white-space: nowrap; }
|
|
#fontawesome .ah {
|
|
position: absolute;
|
|
height: auto;
|
|
word-break: break-word;
|
|
word-wrap: break-word; }
|
|
#fontawesome .ah p {
|
|
margin-bottom: 5px;
|
|
white-space: pre-wrap; }
|
|
#fontawesome .ah p:last-child {
|
|
margin-bottom: 0px; }
|
|
|
|
#loading {
|
|
width: 86px;
|
|
height: 86px;
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 30%;
|
|
left: 50%;
|
|
margin-left: -43px;
|
|
text-align: center;
|
|
font-size: 12px; }
|
|
#loading .logo, #loading .indicator {
|
|
position: absolute;
|
|
top: -3px;
|
|
left: -3px;
|
|
width: 86px;
|
|
height: 86px;
|
|
overflow: hidden;
|
|
background: url("images/logo-lg.svg");
|
|
background-size: 86px 86px; }
|
|
#loading .logo {
|
|
opacity: 0.3; }
|
|
#loading .indicator {
|
|
opacity: 1;
|
|
-webkit-transition: all 0.5s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
transition: all 0.5s ease-in-out;
|
|
height: 0%; }
|
|
#loading span {
|
|
position: absolute;
|
|
width: 300px;
|
|
left: 50%;
|
|
top: 110px;
|
|
margin-left: -150px;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
color: #f77d77; }
|
|
</style>
|
|
<style>
|
|
::-webkit-scrollbar-track {
|
|
background-color: transparent; }
|
|
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px; }
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgba(0, 0, 0, 0.18);
|
|
border-radius: 4px; }
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: transparent; }
|
|
</style>
|
|
|
|
<style>
|
|
#splash {
|
|
position: absolute;
|
|
z-index: 3;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #f0f0f2; }
|
|
#splash.is-landscape img {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 100vh;
|
|
height: 100vw;
|
|
transform: translate(-50%, -50%) rotate(-90deg); }
|
|
#splash img {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%; }
|
|
#splash .spinner {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -15px;
|
|
margin-left: -15px; }
|
|
</style>
|
|
|
|
|
|
<meta name="csrf-param" content="authenticity_token" />
|
|
<meta name="csrf-token" content="GXwe9fo+6dRVfj5wRCOYJH/QnnyOK/0NUfkg3mMmf8BGTbxJ1awSP5BTa2Yz8OdNUkWiNR6wyOSxRHatz2/suA==" />
|
|
</head>
|
|
<body>
|
|
<div id='fontawesome'>
|
|
<i class='fa fa-user'></i>
|
|
<div class='aw'></div>
|
|
<div class='ah'></div>
|
|
</div>
|
|
<div id='loading'>
|
|
<div class='logo'></div>
|
|
<div class='indicator'></div>
|
|
<span>
|
|
正在读取 个人中心2.0...
|
|
</span>
|
|
</div>
|
|
<div data-user='null' id='workspace'>
|
|
<div id='install'>
|
|
<div class='app-inner'>
|
|
<img class='app-icon' src='images/icon_android.png'>
|
|
<h1 class='app-name'>
|
|
个人中心2.0
|
|
</h1>
|
|
<div class='app-update-time'>
|
|
<span>
|
|
最后更新
|
|
:
|
|
</span>
|
|
<abbr class='timeago' title='2017-12-13T14:05:50+08:00'></abbr>
|
|
</div>
|
|
<a class='install-btn' href='/app/bEb6y90o3d3Mz7sN2ZSYFntcJapjQSE?inapp=1'>
|
|
直接查看
|
|
</a>
|
|
<a class='install install-btn'>
|
|
安装
|
|
</a>
|
|
<a class='download' href='https://itunes.apple.com/cn/app/mockingbot/id1050565468?ls=1&mt=8' id='ios-download'>
|
|
下载墨刀客户端获得最佳展示体验
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class='cover wechat'>
|
|
<div class='tip-wrapper'>
|
|
<p class='tip'>
|
|
在浏览器中打开
|
|
</p>
|
|
<img class='arrow' src='images/short-arrow.png'>
|
|
</div>
|
|
</div>
|
|
<div class='cover ipad'>
|
|
<div class='tip-wrapper'>
|
|
<p class='tip'>
|
|
请点击
|
|
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA1BAMAAADfUYSoAAAAFVBMVEUAAAAGfv8Eff8Xh/8Ae/cAgfcDev8kxpS2AAAABnRSTlMAgGPrExbGXyRsAAAAYUlEQVQ4y+3MsQ2AMBADQMMEofk6VSZgEyZ4Cu8/Ai+QXgpOmTJuYp2cR+aAZGMRM7rOKENzmss1/i/aDaJ5P6thO0s/C0OLJ3PV1/YTfZhtuvFLlOxjk7/LphmWTTPJ0B64+0mEocrEDQAAAABJRU5ErkJggg==' width='19'>
|
|
,
|
|
然后选择"添加到主屏幕".
|
|
</p>
|
|
<img class='arrow' src='images/short-arrow.png'>
|
|
</div>
|
|
</div>
|
|
<div class='cover iphone'>
|
|
<div class='tip-wrapper iphone'>
|
|
<p class='tip'>
|
|
请点击
|
|
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA1BAMAAADfUYSoAAAAFVBMVEUAAAAGfv8Eff8Xh/8Ae/cAgfcDev8kxpS2AAAABnRSTlMAgGPrExbGXyRsAAAAYUlEQVQ4y+3MsQ2AMBADQMMEofk6VSZgEyZ4Cu8/Ai+QXgpOmTJuYp2cR+aAZGMRM7rOKENzmss1/i/aDaJ5P6thO0s/C0OLJ3PV1/YTfZhtuvFLlOxjk7/LphmWTTPJ0B64+0mEocrEDQAAAABJRU5ErkJggg==' width='19'>
|
|
,
|
|
然后选择"添加到主屏幕".
|
|
</p>
|
|
<img class='arrow' src='images/down-arrow.png'>
|
|
</div>
|
|
</div>
|
|
<div class='cover building'>
|
|
<div class='tip-wrapper'>
|
|
<p class='tip'>
|
|
正在生成 APK 文件
|
|
</p>
|
|
<div class='spinner'></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='safe-mask' id='safemode'>
|
|
<div class='indicator restore'>
|
|
<div class='spinner'></div>
|
|
<div class='text'>
|
|
此操作可能需要几分钟,请您耐心等待…
|
|
<span class='progress'>0%</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script>
|
|
(function() {
|
|
window.MBLocale = 'zh-CN';
|
|
|
|
window.I18N = {
|
|
"are_you_sure": "您确定要执行此操作吗?",
|
|
"choose_app": "选择一个项目",
|
|
"hdistribute": "水平等间距",
|
|
"vdistribute": "垂直等间距",
|
|
"please_validate_email": "请验证您的 Email",
|
|
"password_protection": "升级帐户添加密码保护",
|
|
"duplicate_all": "连同子页面一起复制",
|
|
"duplicate_parent_only": "只复制父页面",
|
|
"choose_move_dst": "选择移动位置",
|
|
"no_privilege": "对不起,您没有足够的权限执行此操作。",
|
|
"projects_count": "项目",
|
|
"no_permission": "对不起,您没有权限编辑此母版,请双击实例进行编辑。",
|
|
"renew_now": "立即升级",
|
|
"account_expired": "帐户已过期",
|
|
"create": "创建",
|
|
"setting": "设置",
|
|
"update": "更新",
|
|
"delete": "删除",
|
|
"edit": "编辑",
|
|
"archive": "移入归档项目",
|
|
"sharing": "分享",
|
|
"archived": "归档项目",
|
|
"last_updated": "最后更新",
|
|
"support": "技术支持",
|
|
"carrier": "AT\u0026T",
|
|
"password": "密码",
|
|
"screen": "页面",
|
|
"home": "主页",
|
|
"share": "分享",
|
|
"back": "返回",
|
|
"install": "安装",
|
|
"tap": "请点击",
|
|
"public": "公开",
|
|
"private": "加密",
|
|
"got_it": "知道了",
|
|
"network_error": "网络连接超时,无法保存您的操作,请检查您的网络并重新保存,取决于您的网络状况,如您上传的图片文件较大,可能需要多尝试几次。",
|
|
"unsupported": "不支持此文件类型",
|
|
"home_screen": "主屏幕",
|
|
"credential_required": "此项目受密码保护,请输入你的密码凭证:",
|
|
"state": "状态",
|
|
"new": "新建",
|
|
"widgets": "Widgets(1)",
|
|
"invalid_credential": "无效的密码,请刷新后重试。",
|
|
"app_device": "设备类型",
|
|
"app_type": "项目类型",
|
|
"icon": "图标",
|
|
"splash": "启动界面",
|
|
"size": "尺寸",
|
|
"target": "Target",
|
|
"png_only": "图标/启动屏幕只支持PNG文件",
|
|
"download": "下载",
|
|
"site_title": "墨刀",
|
|
"wechat": "微信",
|
|
"choose_screen": "选择要跳转的页面",
|
|
"unsaved": "未保存",
|
|
"timer": "定时器",
|
|
"no_timer": "未设置",
|
|
"type2search": "输入搜索",
|
|
"search_doc": "搜索文档",
|
|
"builtin": "内置",
|
|
"width": "宽",
|
|
"height": "高",
|
|
"sticky": "批注",
|
|
"auto_scale": "自动缩放",
|
|
"embed": "嵌入",
|
|
"app_name": "名称",
|
|
"free_trial": "14天免费试用,查看价格",
|
|
"restricted": "白名单",
|
|
"private_intro": "所有知道 URL 和密码的人",
|
|
"restricted_intro": "指定成员",
|
|
"expired": "已过期",
|
|
"invalid_post": "请输入内容或选择一个项目",
|
|
"left": "左",
|
|
"right": "右",
|
|
"top": "上",
|
|
"down": "下",
|
|
"name_copy": "副本",
|
|
"in_progress": "此操作可能需要几分钟,请您耐心等待…",
|
|
"screen_list": "页面列表",
|
|
"order_period": "付款时长",
|
|
"current_plan": "当前方案",
|
|
"next_billing_on": "当前方案到期",
|
|
"enterprise": "企业版",
|
|
"monthly": "月付",
|
|
"yearly": "年付",
|
|
"pro": "协同版",
|
|
"free": "免费版",
|
|
"standard": "10 人团队版",
|
|
"startup": "5 人团队版",
|
|
"invalid_comment": "评论内容不能为空",
|
|
"invalid_category": "请选择帖子分类",
|
|
"widget_list": "组件列表",
|
|
"edit_team": "编辑团队",
|
|
"team": "团队",
|
|
"role": "角色",
|
|
"screens_count": "页面",
|
|
"members_count": "团队成员",
|
|
"main_state": "Main state",
|
|
"tutorial": "教程",
|
|
"android.customize": "自定义安卓设备",
|
|
"transfer": "转移",
|
|
"move": "移动",
|
|
"name": "名称",
|
|
"replace_image": "替换图片",
|
|
"cancel": "取消",
|
|
"coupon": "折扣码",
|
|
"new_flow": "新工作流",
|
|
"flow": "工作流",
|
|
"ipa_device": {
|
|
"modal_title": "IPA 文件导出",
|
|
"add_success": "设备添加成功",
|
|
"not_configured": "你目前尚未添加任何设备,请联系管理员到个人中心处添加或管理设备。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"http://modao.cc/posts/8022\" target=\"_blank\" class=\"important\"\u003e查看 IPA 生成说明\u003c/a\u003e",
|
|
"reach_maximum": "您帐户添加的 UDID 数量已达到上限",
|
|
"not_valid": "无效的 UDID",
|
|
"server_error": "服务器发生异常,请联系我们告知您的问题",
|
|
"no_cert": "没有可用苹果开发者证书,请先联系客服进行关联",
|
|
"not_enabled": "导出 IPA 文件需要提供有效的(个人/企业)苹果开发者证书,在生成 IPA 前,请先联系 \u003ca href=\"mailto:support@modao.cc\"\u003esupport@modao.cc\u003c/a\u003e 提供证书及相关信息。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"http://modao.cc/posts/8022\" target=\"_blank\" class=\"important\"\u003e查看 IPA 生成说明\u003c/a\u003e"
|
|
},
|
|
"go_to_account_settings": "前往帐户设置",
|
|
"import": "导入",
|
|
"import_template": "导入其它项目母版",
|
|
"choose_template_to_import": "选择要导入的母版",
|
|
"full_view": "全局工作流",
|
|
"expand_all": "展开所有父页",
|
|
"apply_coupon": "应用折扣",
|
|
"notifications": {
|
|
"all": "通知",
|
|
"view_all": "查看全部",
|
|
"load_more": "加载更多",
|
|
"request_permission": "若您要在这台电脑上使用墨刀,我们强烈建议您开启桌面通知功能。",
|
|
"enable_notification": "开启通知功能",
|
|
"ask_later": "下次再开启",
|
|
"never_ask_again": "不再询问",
|
|
"mark_all_as_read": "全部标记为已读",
|
|
"empty": "目前还没有通知"
|
|
},
|
|
"loading": "正在读取",
|
|
"buy": "购买",
|
|
"no_post": "还没有帖子,快来创建新帖吧",
|
|
"click2create": "点击创建",
|
|
"login_to_vote": "请登录后点赞",
|
|
"web_signin": "登录",
|
|
"new_post": "新帖子",
|
|
"choose_category": "选择分类",
|
|
"project": "项目",
|
|
"colon": ":",
|
|
"open_quote": "「",
|
|
"close_quote": "」",
|
|
"open_inner_quote": "『",
|
|
"close_inner_quote": "』",
|
|
"open_parenthesis": "(",
|
|
"close_parenthesis": ")",
|
|
"reminder": "提示",
|
|
"warning": "警告",
|
|
"close": "关闭",
|
|
"confirm": "确认",
|
|
"done": "完成",
|
|
"old_electron_notice_title": "客户端更新提醒",
|
|
"old_electron_notice_desc": "您当前的客户端版本过低,可能会出现未知 bug。请到墨刀官网下载最新版客户端。",
|
|
"or": " 或 ",
|
|
"helpful": " 有帮助 ",
|
|
"contact_us": "联系我们,获得帮助 ",
|
|
"no_more": "没有更多了",
|
|
"search_guides": "搜索教程",
|
|
"got_message": "收到一条通知",
|
|
"https_only": "双击编辑URL,处于安全考虑,外部网页组件仅支持https协议网站。",
|
|
"wait_for_saving": "此页面尚未保存,请您稍后再试。",
|
|
"dblclick_to_edit": "双击编辑母版",
|
|
"transfer_screen": "转移页面",
|
|
"exceed_screen_limit": "这个项目的组件及状态数量已超过 5 万,为了保证项目的打开速度,以及良好的编辑和运行时体验,您暂时不能再在此项目中添加新的页面及状态,我们建议您创建一个新的项目来完成这部分工作。",
|
|
"data_lost_warning": "您还有数据没有保存,确定要退出吗?",
|
|
"regenerate": "重新生成",
|
|
"delete_projects_first": "删除团队前需要先删除所有项目。",
|
|
"auto_scale_tip": "自动缩放以适配不同设备, 比如,勾选此选项后,为iPhone 5设计的组合在iPhone 6上将会放大1.17倍,在iPhone 6 plus上会放大1.29倍。",
|
|
"move_tips": "创建一个副本,并移动副本到选定团队。",
|
|
"no_joined_team": "您没有加入任何团队",
|
|
"shell_type": "边框类型",
|
|
"device_shell": "真实设备边框",
|
|
"default_shell": "默认边框",
|
|
"none_shell": "无边框",
|
|
"default_shell_field": "边框类型",
|
|
"highlight_clickable": "高亮链接区域",
|
|
"sharing_password": "访问密码(可为空)",
|
|
"load_project": "正在读取项目数据,请稍候…",
|
|
"connect_to_push_server": "正在连接同步服务器,请确保您的网络没有屏蔽 6799 端口…",
|
|
"unknown_error": "服务器发生未知错误,我们已经知晓此问题,并正在紧急修复中,为避免数据丢失,请您刷新此页面再进行后续操作。\u003cbr\u003e\u003cbr\u003e错误代码:%s",
|
|
"new_version_detected": "检测到您已打开此页面\u003cspan\u003e超过 10 小时\u003c/span\u003e,目前墨刀长时间运行可能会产生一些无法预知的小问题,为了您的正常使用,请先刷新此页面,我们正在解决此问题,给您带来不便我们深感抱歉。",
|
|
"file_too_large": "图片文件过大",
|
|
"optimize_your_image": "为了确保图片在移动端更快加载,建议您不要上传大小超过 1MB 的图片文件,\u003cstrong\u003e如您需要上传高分辨率图片\u003c/strong\u003e,建议您先使用(\u003ca href='https://tinypng.com/' target='_blank'\u003eTinyPNG\u003c/a\u003e)或类似的服务对图片进行压缩后,再进行上传。",
|
|
"no_app": "你还没有创建项目",
|
|
"no_team": "您还没有团队",
|
|
"no_team_app": "此团队还没有任何项目",
|
|
"create_app_tips": "你可以在这里快速创建项目原型,或者通过模板创建。",
|
|
"create_team_tips": "点击这里创建一个团队",
|
|
"new_team": "创建团队",
|
|
"client_download": "macOS 和 Windows 版客户端下载",
|
|
"tutorial_video": "墨刀教程和视频",
|
|
"created_time": "最早创建在前",
|
|
"updated_time": "最后修改在前",
|
|
"demo_author": "制作者",
|
|
"my_apps": "我的项目",
|
|
"team_apps": "我的团队",
|
|
"forum": "讨论区",
|
|
"all_teams": "所有团队",
|
|
"created_teams": "我创建的团队",
|
|
"joined_teams": "我加入的团队",
|
|
"team_intro": "点击了解团队功能",
|
|
"liked": "被赞",
|
|
"karma": "Karma",
|
|
"edit_profile": "编辑个人资料",
|
|
"public_projects": "公开作品",
|
|
"my_posts": "我的发表",
|
|
"his_posts": "Ta的发表",
|
|
"my_comments": "我的评论",
|
|
"his_comments": "Ta的评论",
|
|
"sharing_app": "分享原型",
|
|
"embed_app": "嵌入代码",
|
|
"permission": "权限",
|
|
"access_permission": "访问权限",
|
|
"preview_settings": "播放选项",
|
|
"embed_tips": "通过复制下面的代码将原型插入到网站或博客中:",
|
|
"view_in_browser": "跳过安装提示界面,直接在微信/浏览器内运行应用。",
|
|
"functional_widgets": "功能",
|
|
"locale_text": "EN",
|
|
"trial_expired": "试用过期",
|
|
"expired_on": "%s 到期",
|
|
"upgrade": "升级",
|
|
"renew": "续费",
|
|
"switch_plan": "切换方案",
|
|
"active": "有效",
|
|
"newbie_mission": "新手任务",
|
|
"guide": "新手教程",
|
|
"feature_update": "功能更新",
|
|
"my_account": "我的帐户",
|
|
"signout": "退出登录",
|
|
"trial": "试用",
|
|
"personal": "个人版",
|
|
"team20": "20 人团队版",
|
|
"new_app": "创建项目",
|
|
"new_demo_app": "编辑演示项目",
|
|
"new_blank_app": "创建空白项目",
|
|
"blank_app": "空白项目",
|
|
"use_demo": "使用模板",
|
|
"preview_demo": "预览模板",
|
|
"template_app": "模板项目",
|
|
"other_settings": "其它设置",
|
|
"all_apps": "全部项目",
|
|
"my_active_apps": "我的项目",
|
|
"others_apps": "的项目",
|
|
"inbox": "移入我的项目",
|
|
"edit_screens": "编辑项目",
|
|
"edit_workflows": "编辑工作流",
|
|
"view_app": "直接查看",
|
|
"view_workflows": "查看工作流",
|
|
"upload_artboard_first": "这是一个 Sketch 项目,请先从 Sketch 中上传至少一张图片再重试",
|
|
"workflow_unsupport_browser": "您使用的浏览器版本目前未支持此功能。建议您下载墨刀客户端,或使用最新版本的Chrome浏览器。",
|
|
"download_mockingbot_client": "下载墨刀客户端",
|
|
"continue_anyway": "仍然继续",
|
|
"icon_and_splash": "图标和启动图",
|
|
"upload_icon": "上传新图标",
|
|
"upload_splash": "上传新启动图",
|
|
"make_a_copy": "创建副本",
|
|
"more_options": "更多选项",
|
|
"project_duplicated": "副本正在创建中,请稍候…",
|
|
"project_duplicating": "复制中, 请稍候…",
|
|
"project_duplicate_failed": "项目复制失败, 请重试",
|
|
"team_name": "团队名称",
|
|
"team_creator": "创建者",
|
|
"me_on_team": "我的身份",
|
|
"team_plan": "方案",
|
|
"team_operation": "操作",
|
|
"team_icon": "团队图标",
|
|
"team_color": "团队颜色",
|
|
"icon_and_color": "图标和颜色",
|
|
"collaboration": "成员管理",
|
|
"collaborators": "团队成员",
|
|
"manage_collaborators": "管理成员",
|
|
"view_collaborators": "查看成员",
|
|
"invite": "邀请",
|
|
"pending": "等待",
|
|
"remove_me": "退出",
|
|
"cant_invite_yourself": "不能邀请自己",
|
|
"invalid_email": "无效的Email",
|
|
"owner_only": "只有所有者或管理员可以邀请新成员",
|
|
"already_invited": "已经邀请过了",
|
|
"exceed_collaborator_limit": "您已超出当前计划所支持的团队成员数目,需要升级帐户。",
|
|
"roles": {
|
|
"admin": "管理员",
|
|
"admin_desc": "所有权限",
|
|
"editor": "协作者",
|
|
"editor_desc": "修改、复制",
|
|
"viewer": "审阅者",
|
|
"viewer_desc": "查看、评论",
|
|
"owner": "所有者"
|
|
},
|
|
"add_to": "添加至",
|
|
"custom": "自定义",
|
|
"custom_combo": "自定义组合",
|
|
"create_combo": "添加到自定义组合",
|
|
"lock_widget": "锁定",
|
|
"unlock": "解锁",
|
|
"widgets_here": "此处的组件",
|
|
"widgets_selected": "选中的组件",
|
|
"fixed_widget": "固定位置",
|
|
"error_project": "当前项目因为数据异常无法打开, 请点击确认将其删除",
|
|
"recover": "恢复",
|
|
"no_deleted_screens": "回收站里空空如也",
|
|
"transh_can": "回收站",
|
|
"project_transh_can": "项目回收站",
|
|
"electron_upgrading_title": "请下载最新版客户端",
|
|
"electron_upgrading_msg": "此功能需要最新版客户端方可使用,\u003ca href='/downloads#sec-desktop' target='_blank'\u003e点击此处下载最新版客户端\u003c/a\u003e",
|
|
"export_method": "选择导出格式",
|
|
"download_export_file": "开始下载",
|
|
"prepared": "准备就绪",
|
|
"html5_zip": "HTML 压缩包 [离线]",
|
|
"current_png": "当前页 PNG",
|
|
"current_pngs": "全部 PNG",
|
|
"apk_file": "安卓 APK [离线]",
|
|
"prepare_downloading": "正在为您生成下载文件,请稍候…",
|
|
"your_file_is_ready": "文件已开始自动下载,如果没有开始,请点击「开始下载」",
|
|
"ipa_building_starts": "正在为您生成 iOS 应用程序,成功后会自动向您的邮箱发送包含 IPA 链接的邮件,请注意查收。",
|
|
"no_ios_certificate": "没有可使用的苹果开发者证书,请联系墨刀客服添加证书。",
|
|
"electron_download_alert": "点击没有反应?请先从浏览器进行下载,我们已知悉并正在解决此问题。",
|
|
"ios_offline": "iOS IPA",
|
|
"generate_ipa": "生成应用",
|
|
"original_scale": "1x(原始尺寸)",
|
|
"2x_scale": "2x(2 倍尺寸)",
|
|
"operate": "操作",
|
|
"save": "保存",
|
|
"save_tip": "保存 (ctrl+S)",
|
|
"undo": "撤销",
|
|
"undo_tip": "撤销 (ctrl+Z)",
|
|
"redo": "重做",
|
|
"redo_tip": "重做 (ctrl+Y)",
|
|
"cut": "剪切",
|
|
"cut_tip": "剪切 (ctrl+X)",
|
|
"copy": "复制",
|
|
"copy_tip": "复制 (ctrl+C)",
|
|
"paste": "粘贴",
|
|
"paste_tip": "粘贴 (ctrl+V)",
|
|
"paste_directly": "到原位置",
|
|
"paste_to_point": "到当前位置",
|
|
"send_front": "置于顶层",
|
|
"send_back": "置于底层",
|
|
"forward": "上移一层",
|
|
"backward": "下移一层",
|
|
"link_line": "链接",
|
|
"grid": "格线",
|
|
"ruler": "量尺",
|
|
"lock": "锁定",
|
|
"export": "导出",
|
|
"rotate": "旋转",
|
|
"layout": "图层",
|
|
"assets": "图片库",
|
|
"align": "对齐",
|
|
"hleft": "左对齐",
|
|
"hleft_tip": "左对齐 (ctrl+alt+L)",
|
|
"hcenter": "水平居中",
|
|
"hcenter_tip": "水平居中 (ctrl+alt+C)",
|
|
"hright": "右对齐",
|
|
"hright_tip": "右对齐 (ctrl+alt+R)",
|
|
"vtop": "顶对齐",
|
|
"vtop_tip": "顶对齐 (ctrl+alt+T)",
|
|
"vcenter": "垂直居中",
|
|
"vcenter_tip": "垂直居中 (ctrl+alt+V)",
|
|
"vbottom": "底对齐",
|
|
"vbottom_tip": "底对齐 (ctrl+alt+B)",
|
|
"distribute": "分布",
|
|
"hdistribute_tip": "水平等间距 (ctrl+shift+H)",
|
|
"vdistribute_tip": "垂直等间距 (ctrl+shift+U)",
|
|
"group": "组合",
|
|
"group_tip": "组合 (ctrl+G)",
|
|
"ungroup": "打散",
|
|
"ungroup_tip": "打散 (ctrl+U)",
|
|
"landscape": "横屏",
|
|
"portrait": "竖屏",
|
|
"zoomin": "放大",
|
|
"zoomout": "缩小",
|
|
"launch": "运行",
|
|
"hide": "隐藏",
|
|
"font_size": "字号",
|
|
"bold": "加粗",
|
|
"italic": "斜体",
|
|
"underline": "下划线",
|
|
"line_through": "中线",
|
|
"text_color": "文字颜色",
|
|
"h_align": "水平对齐",
|
|
"v_align": "垂直对齐",
|
|
"color": "颜色",
|
|
"widget": "组件",
|
|
"master": "母版",
|
|
"combo": "组合",
|
|
"search_icon": "搜索图标",
|
|
"search_master": "搜索母版",
|
|
"search_combo": "搜索组合",
|
|
"beginner_guide": "新手引导",
|
|
"shortcuts": "快捷键",
|
|
"cant_delete_template": "无法删除此母版,请先删除此母版的所有实例。",
|
|
"watch_tutorial": "观看教学视频",
|
|
"drag_widgets_2create": "拖拽组件创建组合",
|
|
"expand": "展开",
|
|
"fold": "收起",
|
|
"device_libraries": "平台组件",
|
|
"combos": {
|
|
"ios": {
|
|
"navigation_bar": "顶栏",
|
|
"navbar_with_icons": "图标导航栏",
|
|
"navbar_with_subtitle": "文本导航栏",
|
|
"tabs_4": "标签栏-4",
|
|
"tabs_5": "标签栏-5",
|
|
"safari": "地址栏",
|
|
"search_bar": "搜索栏",
|
|
"status_bar": "状态栏",
|
|
"segmented_control_2": "分段控件-2",
|
|
"segmented_control_3": "分段控件-3",
|
|
"mcheckbox2": "多选",
|
|
"switch": "开关",
|
|
"slider": "滑块",
|
|
"list_with_value": "标准列表",
|
|
"list_with_thumb": "缩略图列表",
|
|
"control_popover": "弹出气泡",
|
|
"message": "消息列表",
|
|
"alert": "弹窗",
|
|
"prompt": "密码弹窗",
|
|
"vertical_alert": "垂直按钮弹窗",
|
|
"action_sheet": "底部弹窗",
|
|
"quick_actions": "快捷菜单",
|
|
"notification": "消息通知",
|
|
"widget_base": "通知",
|
|
"keyboard": "键盘"
|
|
},
|
|
"android": {
|
|
"app_bar": "顶部导航",
|
|
"app_bar_2": "顶部导航2",
|
|
"navbar": "底部导航",
|
|
"status_bar": "状态栏",
|
|
"search": "搜索栏",
|
|
"button": "按钮",
|
|
"mcheckbox2": "多选",
|
|
"mradiobutton": "单选",
|
|
"slider": "滑块",
|
|
"fab": "悬浮按钮",
|
|
"menu": "菜单",
|
|
"list": "列表",
|
|
"list_with_icons": "多行文本列表",
|
|
"dialog": "对话框",
|
|
"dialog_with_title": "标题对话框",
|
|
"list_sheet": "列表菜单",
|
|
"grid_sheet": "底部弹窗",
|
|
"notification": "消息通知",
|
|
"interactive_notification": "通知弹窗",
|
|
"keyboard": "键盘"
|
|
}
|
|
},
|
|
"no_icons": "没有符合条件的图标",
|
|
"no_result_found": "未找到相关内容",
|
|
"icons": {
|
|
"recent": "最近",
|
|
"all": "全部",
|
|
"web_app": "Web App",
|
|
"medical": "医疗",
|
|
"text_editor": "文字编辑",
|
|
"spinner": "旋转",
|
|
"file_type": "文件类型",
|
|
"directional": "方向",
|
|
"video_player": "播放器",
|
|
"form_control": "表单",
|
|
"transportation": "交通",
|
|
"chart": "图表",
|
|
"brand": "Logo",
|
|
"hand": "手势",
|
|
"payment": "支付",
|
|
"currency": "货币",
|
|
"accessibility": "无障碍",
|
|
"gender": "性別",
|
|
"av": "音视频",
|
|
"action": "动作",
|
|
"alert": "告警",
|
|
"communication": "沟通",
|
|
"content": "编辑",
|
|
"device": "设备",
|
|
"editor": "文字编辑",
|
|
"file": "文件",
|
|
"handware": "硬件",
|
|
"image": "影像",
|
|
"maps": "地图",
|
|
"navi": "导览",
|
|
"notif": "通知",
|
|
"places": "地点",
|
|
"social": "社交",
|
|
"toggle": "切换",
|
|
"widgets": "组件",
|
|
"tool": "工具",
|
|
"miscellaneous": "其他"
|
|
},
|
|
"w": {
|
|
"label": "文字",
|
|
"text_view": "多行文字",
|
|
"icon_button": "图标",
|
|
"image_view": "图片",
|
|
"button": "按钮",
|
|
"mtooltip": "聊天气泡",
|
|
"webpage": "网页",
|
|
"pg": "全局手势",
|
|
"lr": "链接区域",
|
|
"sticky": "批注",
|
|
"rounded_rect": "矩形",
|
|
"circle_rect": "圆形",
|
|
"hr": "线条",
|
|
"ve": "线条",
|
|
"triangleb": "三角",
|
|
"triangletl": "三角",
|
|
"mtext_input": "单行输入",
|
|
"mtextarea": "多行输入",
|
|
"mcheckbox2": "复选框",
|
|
"mradiobutton": "单选框",
|
|
"mselect": "下拉框",
|
|
"mfile_input": "选择文件",
|
|
"switch": "开关按钮",
|
|
"navigation_bar": "标题栏",
|
|
"tab_bar": "底栏",
|
|
"rectangle": "空白通栏",
|
|
"search_bar": "搜索框",
|
|
"tab_item": "标签",
|
|
"map_view": "地图",
|
|
"keyboard": "键盘",
|
|
"status_bar": "状态栏",
|
|
"panel": "母版实例",
|
|
"group": "群组",
|
|
"navbar_title": "标题",
|
|
"search": "搜索",
|
|
"return": "换行",
|
|
"carrier": "中国移动",
|
|
"text_view_placeholder": "如果你无法简洁的表达你的想法,那只说明你还不够了解它。\n -- 阿尔伯特·爱因斯坦"
|
|
},
|
|
"link_back": "返回上一页",
|
|
"click_to_origin": "点我回原点",
|
|
"last_saved": "最后保存",
|
|
"all_saved": "全部操作已保存",
|
|
"link_to_prev": "返回上一页",
|
|
"screen_bgcolor": "设置背景色",
|
|
"screen_bgimage": "设置背景图片",
|
|
"drag_to_resize": "拖动调节页面高度",
|
|
"drag_to_link_screen": "拖动圆圈到右侧目标页面创建交互",
|
|
"drag_to_create_screen": "拖拽图片创建新页",
|
|
"whats_this": "这是什么?",
|
|
"slider_desc": "你可以通过页面设计器旁边的这两个滑块来控制页面「顶栏」和「底栏」的高度,「顶栏」和「底栏」内的组件/图片在页面切换时将不会随整个页面一起移动。",
|
|
"link_back_desc": "返回上一页:拖动组件的链接按钮到此处可以创建返回链接,运行状态下,点击返回链接将返回到当前页面的上一页。",
|
|
"select_panel_states": "选择一个状态创建母版链接",
|
|
"state_link_tutorial": "观看母版链接教学视频",
|
|
"new_state": "新状态",
|
|
"global_state": "全局状态",
|
|
"default_state": "默认状态",
|
|
"global_state_link_error": "全局状态不允许创建状态链接",
|
|
"panel_state_link_error": "母版内元素不允许创建状态链接",
|
|
"new_screen": "新页面",
|
|
"not_support_level_5": "不支持五级页面",
|
|
"remove_parent_only": "只删除父页面",
|
|
"remove_all": "删除父页面及所有子页面",
|
|
"cant_remove_screen": "您的项目需要至少一个页面。",
|
|
"screen_trash_can": "页面回收站",
|
|
"component": "元素",
|
|
"main_panel": "设置",
|
|
"menu_offset": "菜单偏移%",
|
|
"reset_target_screen": "重置目标页为初始状态",
|
|
"images": "图片",
|
|
"hidden": "隐藏 (V)",
|
|
"locked": "锁定 (L)",
|
|
"fill": "填充",
|
|
"icon_color": "图标色",
|
|
"stroke": "描边",
|
|
"stroke_color": "描边色",
|
|
"fg_color": "前景色",
|
|
"bg_color": "背景色",
|
|
"border": "边框",
|
|
"border_style": "边框类型",
|
|
"border_color": "边框颜色",
|
|
"border_width": "线宽",
|
|
"shadow": "投影",
|
|
"shadow_color": "阴影颜色",
|
|
"drop_shadow": "边框阴影",
|
|
"text_shadow": "文字阴影",
|
|
"input_types": {
|
|
"text": "文字",
|
|
"number": "数字",
|
|
"search": "搜索",
|
|
"password": "密码",
|
|
"date": "日期",
|
|
"time": "时间",
|
|
"datetime": "日期时间"
|
|
},
|
|
"inspector": {
|
|
"position": "外观",
|
|
"rotate": "旋转",
|
|
"radius": "圆角",
|
|
"is": "图标大小",
|
|
"o": "不透明度",
|
|
"input_type": "键盘样式",
|
|
"circularize": "一键圆形",
|
|
"squareize": "一键正方形",
|
|
"checked": "是否勾选",
|
|
"fixed": "运行时固定位置",
|
|
"not_fixed": "不固定",
|
|
"fixed_auto": "自动检测固定方向",
|
|
"fixed_top": "相对顶部固定",
|
|
"fixed_bottom": "相对底部固定",
|
|
"main_state": "默认状态",
|
|
"text": "文本",
|
|
"line_height": "行高",
|
|
"padding": "间距",
|
|
"image": "图片",
|
|
"p": "等比缩放图片",
|
|
"drag_image_here": "将图片拖到这里或者点击",
|
|
"upload_image": "上传",
|
|
"manage_image": "管理图片",
|
|
"reset": "重置",
|
|
"clip": "剪贴蒙版",
|
|
"filter": "滤镜",
|
|
"blur": "模糊",
|
|
"grayscale": "灰度",
|
|
"sepia": "加温",
|
|
"brightness": "亮度",
|
|
"contrast": "对比度",
|
|
"hue_rotate": "色相",
|
|
"invert": "反色",
|
|
"saturate": "饱和度",
|
|
"state": "动效",
|
|
"show_case": "效果展示",
|
|
"animation": "动效",
|
|
"ani_delay": "延时",
|
|
"ani_duration": "动效时长",
|
|
"ani_count": "重复次数",
|
|
"kbd_style": "键盘样式",
|
|
"text_kbd": "文本",
|
|
"numeric_kbd": "数字",
|
|
"tt_placement": "箭头方向",
|
|
"tt_offset": "箭头偏移",
|
|
"tt_arrow_size": "箭头大小"
|
|
},
|
|
"ani": {
|
|
"none": "无",
|
|
"attention_seekers": "引起注意",
|
|
"bouncing_entrances": "弹入",
|
|
"flippers": "翻转",
|
|
"rotating_entrances": "旋转",
|
|
"sliding_entrances": "滑入",
|
|
"zoom_entrances": "缩放",
|
|
"specials": "其它",
|
|
"bounce": "弹跳",
|
|
"fadeIn": "渐现",
|
|
"fadeOut": "渐出",
|
|
"flash": "闪烁",
|
|
"pulse": "跳动",
|
|
"rubberBand": "橡皮筋",
|
|
"shake": "抖动",
|
|
"swing": "摆动",
|
|
"tada": "哒啷",
|
|
"wobble": "摇晃",
|
|
"jello": "扭曲抖动",
|
|
"bounceIn": "弹入",
|
|
"bounceInDown": "上弹入",
|
|
"bounceInLeft": "左弹入",
|
|
"bounceInRight": "右弹入",
|
|
"bounceInUp": "下弹入",
|
|
"flipInX": "水平翻转",
|
|
"flipInY": "垂直翻转",
|
|
"spinning": "旋转(顺时针)",
|
|
"spinning-reverse": "旋转(逆时针)",
|
|
"rotateIn": "旋入",
|
|
"rotateInDownLeft": "左下旋转",
|
|
"rotateInDownRight": "右下旋转",
|
|
"rotateInUpLeft": "左上旋转",
|
|
"rotateInUpRight": "右上旋转",
|
|
"slideInDown": "上滑入",
|
|
"slideInLeft": "左滑入",
|
|
"slideInRight": "右滑入",
|
|
"slideInUp": "下滑入",
|
|
"zoomIn": "逐渐放大",
|
|
"zoomInDown": "从下放大",
|
|
"zoomInLeft": "从左放大",
|
|
"zoomInRight": "从右放大",
|
|
"zoomInUp": "从上放大",
|
|
"rollIn": "滚入",
|
|
"lightSpeedIn": "闪入"
|
|
},
|
|
"link_settings": "设置手势和转场",
|
|
"tr": {
|
|
"none": "默认",
|
|
"slideleft": "右移入",
|
|
"slideright": "左移入",
|
|
"slidebottom": "下移入",
|
|
"slidetop": "上移入",
|
|
"leftmenu": "左菜单",
|
|
"rightmenu": "右菜单",
|
|
"leftdrawer": "左抽屉",
|
|
"rightdrawer": "右抽屉",
|
|
"slideleft2": "左弹入",
|
|
"slideright2": "右弹入",
|
|
"topin": "上弹入",
|
|
"popin": "下弹入",
|
|
"leftout": "左弹出",
|
|
"rightout": "右弹出",
|
|
"topout": "上弹出",
|
|
"popout": "下弹出"
|
|
},
|
|
"g": {
|
|
"tap": "单击",
|
|
"left": "左滑",
|
|
"right": "右滑",
|
|
"up": "上滑",
|
|
"down": "下滑",
|
|
"hold": "长按",
|
|
"dtap": "双击",
|
|
"shake": "摇一摇",
|
|
"timer": "定时器",
|
|
"vscroll": "垂直滚动"
|
|
},
|
|
"animate": "动起来",
|
|
"ani_name": "动效",
|
|
"ani_delay": "延迟",
|
|
"ani_duration": "动效时长",
|
|
"ani_count": "重复次数",
|
|
"none": "无",
|
|
"default": "默认",
|
|
"infinite": "无限循环",
|
|
"asset_search": "输入图片名称",
|
|
"all_assets": "全部图片",
|
|
"my_assets": "我的图片",
|
|
"current_project": "当前项目",
|
|
"my_project": "我的项目",
|
|
"created_project": "创建项目",
|
|
"archived_project": "归档项目",
|
|
"collaborate_project": "协作项目",
|
|
"team_project": "团队项目",
|
|
"tags": "标签",
|
|
"tag_name": "标签名称",
|
|
"manage": "管理",
|
|
"finish": "完成",
|
|
"create_tag": "创建新标签",
|
|
"type_tag_name": "输入标签名称",
|
|
"tags_placeholder": "选择一个图片添加标签",
|
|
"no_selected": "未选择图片",
|
|
"no_assets": "没有找到您要的素材, 请点击右下角上传",
|
|
"insert_to_current": "插入当前页",
|
|
"insert_succeeded": "插入成功",
|
|
"drag_image_here": "将图片拖到这里或",
|
|
"upload": "上传",
|
|
"storage": "存储",
|
|
"default_color": "默认颜色",
|
|
"history_color": "最近使用颜色",
|
|
"prev_step": "上一步",
|
|
"next_step": "下一步",
|
|
"step_1_title": "控件区",
|
|
"step_1_desc": "\u003cb\u003e拖拽\u003c/b\u003e常用组件、多套图标库、自定义组合、动态母版到画布中,\u003cb\u003e快速\u003c/b\u003e进行界面设计。",
|
|
"step_2_title": "设计区",
|
|
"step_2_desc": "此处为主要的设计区域。将控件全部拖入中间的设备框中,通过设置控件位置、外观,来完成界面设计。",
|
|
"step_3_title": "列表区",
|
|
"step_3_desc": "包含页面列表、页面状态列表、页面控件列表。在此处创建多级页面结构。将控件\u003cb\u003e链接\u003c/b\u003e至列表的具体页面,可添加页面交互效果。",
|
|
"step_4_title": "工具栏",
|
|
"step_4_desc": "主工具栏可以对组件或者画布进行常规调整。副工具栏包含常用组件设置功能,可对文本相关控件进行排版和外观设置。",
|
|
"step_5_title": "运行",
|
|
"step_5_desc": "点击运行,可模拟真机演示效果;分享二维码,协同查看及时获取他人反馈;开发者模式,可一键获取标注参数。",
|
|
"step_6_title": "回收站",
|
|
"step_6_desc": "也叫做页面回收站。可以在这里一键恢复误删的页面。",
|
|
"step_7_title": "教程",
|
|
"step_7_desc": "需要帮助?来这看看官方教程吧,解决你的所有疑问!",
|
|
"preview": {
|
|
"powered_by_modao": "使用墨刀制作",
|
|
"comment": {
|
|
"switch": "评论模式",
|
|
"tip": "双击预览区域添加新评论",
|
|
"tip_signin": "登录以添加新评论",
|
|
"tip_not_collaborator": "当前登录帐号不在协作名单中,请联系项目所有者获取权限,参与讨论",
|
|
"panel": " 条评论",
|
|
"thread_create": "评论",
|
|
"thread_delete_confirm": "永久删除本组评论?",
|
|
"thread_none": "无评论",
|
|
"thread_none_tip": "点击底部按钮或双击预览区添加新评论",
|
|
"thread_none_tip_signin": "使用下方按钮登录以添加新评论",
|
|
"comment_placeholder": "使用 Shift + Enter 换行",
|
|
"comment_create": "回复",
|
|
"comment_create_initial": "创建",
|
|
"comment_create_initial_title": "创建评论",
|
|
"comment_delete_confirm": "永久删除本条回复?",
|
|
"modify_edit": "编辑",
|
|
"modify_delete": "删除",
|
|
"reply": " 条回复",
|
|
"reply_none": "无回复",
|
|
"reply_none_tip": "请在下方添加评论内容以创建评论",
|
|
"reply_new": " 未读",
|
|
"reply_new_thread": "新",
|
|
"divider_new": "新回复",
|
|
"show_all_0": "展开",
|
|
"show_all_1": " 条回复",
|
|
"tag_edited": "修改",
|
|
"unfold": "展开"
|
|
},
|
|
"screen": {
|
|
"panel": "页面",
|
|
"total_page": "页面总数"
|
|
}
|
|
},
|
|
"preview_panel": {
|
|
"comment": "评论",
|
|
"thread_sum": "评论总数",
|
|
"developer_mode": "开发者模式",
|
|
"opacity": "不透明度",
|
|
"text": "文字",
|
|
"typeface": "字型",
|
|
"font_size": "字号",
|
|
"offset": "起始",
|
|
"length": "长度",
|
|
"Fills": "填充色",
|
|
"fills": "填充色",
|
|
"width": "宽",
|
|
"height": "高",
|
|
"borders": "边框",
|
|
"thickness": "宽度",
|
|
"color": "颜色",
|
|
"position": "位置",
|
|
"bd_radius": "圆角宽度",
|
|
"align": "对齐方式",
|
|
"line_height": "行高",
|
|
"copied": "已复制!",
|
|
"asset": "素材下载",
|
|
"asset_zip": "3 位图ZIP文件",
|
|
"asset_pdf": "1 矢量文件"
|
|
},
|
|
"email_placeholder": "点击输入邮箱",
|
|
"no_search_result": "没有相应的搜索结果",
|
|
"check_pricing": "查看付费方案",
|
|
"renew_prompt": {
|
|
"title": "付费功能提示",
|
|
"user_plan": "您的帐户方案为{plan},",
|
|
"user_expired": "您的帐户已过期,",
|
|
"project_plan": "此项目所属帐户方案为{plan},",
|
|
"project_expired": "此项目所属帐户已过期,",
|
|
"team_plan": "此团队所属帐户方案为{plan},",
|
|
"team_expired": "此团队所属帐户已过期,",
|
|
"user_upgrade": "升级方案解除此限制。",
|
|
"project_upgrade": "请联系项目所有者升级方案解除此限制。",
|
|
"team_upgrade": "请联系团队所有者升级方案解除此限制。",
|
|
"user_renew": "续费方案解除此限制。",
|
|
"project_renew": "请联系项目所有者续费方案解除此限制。",
|
|
"team_renew": "请联系团队所有者续费方案解除此限制。",
|
|
"user_projects": "最多允许创建 3 个项目,",
|
|
"new_team_project": "无法新建团队项目,",
|
|
"dup_team_project": "无法复制团队项目,",
|
|
"new_team": "不支持创建团队,",
|
|
"storage": "包含存储容量{storage},",
|
|
"screens": "每个项目最多可创建 20 个页面,",
|
|
"exportable": "不支持导出 {format} 格式,",
|
|
"inspectable": "不支持开启开发者模式,",
|
|
"slices": "不支持切片下载,",
|
|
"collaboration": "您无法继续编辑此项目,",
|
|
"collaborators": "最多支持邀请 {collaborators} 个协作者,",
|
|
"cant_invite": "不支持添加协作者,",
|
|
"cant_move": "无法转移项目到此团队,",
|
|
"cant_comment": "不支持评论功能,"
|
|
},
|
|
"error_happened": "出错了",
|
|
"font_size_issue": "我们发现您正在使用 Chrome 浏览器,要显示小于 12 像素的文字,您需要先修改 Chrome 的默认最小字体大小设置,",
|
|
"know_how": "了解方法",
|
|
"gesture_conflict": "检测到手势冲突!",
|
|
"vertical_conflict": "上下滑动手势与页面垂直滚动有冲突,启用上下滑动手势将会禁用当前页面的垂直滚动。",
|
|
"horizontal_conflict": "左右滑动手势与母版水平滚动有冲突,启用左右滑动手势将会禁用母版的水平滚动。",
|
|
"global_state_alert": "\u003cp class=\"desc\"\u003e当前页面有不止 1 个页面状态,请切换到全局状态(状态 0)添加新组件。\u003c/p\u003e \u003cp class=\"desc\"\u003e\u003cstrong\u003e注意:\u003c/strong\u003e在全局状态中的操作将会同步到所有其他状态。\u003c/p\u003e \u003cp class=\"desc\" style=\"margin: 2em 0 -1em; text-align: center;\"\u003e\u003cimg src=\"images/workspace/global_state_zh-CN.png\" width=\"111\"\u003e\u003c/p\u003e\n",
|
|
"del_app_title": "删除项目",
|
|
"del_app_desc": "\u003cp class=\"desc\"\u003e您确定要删除项目\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗? \u003cp class=\"desc tertiary\"\u003e\n 项目删除 2 周内,可在页面右下方的\n \u003cspan class=\"recycle\"\u003e\n \u003cspan class=\"icon-recycle\"\u003e\u003c/span\u003e\n 回收站\n \u003c/span\u003e\u0026nbsp;恢复\n",
|
|
"exit_app_title": "退出项目",
|
|
"exit_app_desc": "您确定要退出项目\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"dup_app_title": "复制项目",
|
|
"dup_app_desc": "您确定要复制项目\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"move_app_title": "移动项目",
|
|
"move_app_desc": "移动项目\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e到其他位置。",
|
|
"del_team_title": "删除团队",
|
|
"del_team_desc": "您确定要删除团队\u003cspan class=\"quote\"\u003e\u003cspan class=\"team-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"del_collaborator_title": "删除团队成员",
|
|
"del_collaborator_desc": "您确定要删除团队成员\u003cspan class=\"quote\"\u003e\u003cspan class=\"user-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"exit_team_title": "退出团队",
|
|
"exit_team_desc": "您确定要退出团队\u003cspan class=\"quote\"\u003e\u003cspan class=\"team-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"del_screen_title": "删除页面",
|
|
"del_screen_desc": "您确定要删除页面\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"del_parental_screen_desc": "\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%name\u003c/span\u003e\u003c/span\u003e有 \u003cb\u003e%count 个子页面\u003c/b\u003e,您要?",
|
|
"dup_screen_title": "复制页面",
|
|
"dup_parental_screen_desc": "\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%name\u003c/span\u003e\u003c/span\u003e有 \u003cb\u003e%count 个子页面\u003c/b\u003e,您要?",
|
|
"del_master_title": "删除母版",
|
|
"del_master_desc": "您确定要删除母版\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"dup_master_title": "复制母版",
|
|
"dup_master_desc": "您确定要复制母版\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"del_combo_title": "删除组合",
|
|
"del_combo_desc": "您确定要删除组合\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"dup_combo_title": "复制组合",
|
|
"dup_combo_desc": "您确定要复制组合\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e吗?",
|
|
"unsaved_title": "退出%type",
|
|
"unsaved_desc": "%type\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%name\u003c/span\u003e\u003c/span\u003e还有更新尚未保存,您确定要退出吗?",
|
|
"unsaved_confirm": "保存并退出",
|
|
"transfer_screen_title": "转移页面",
|
|
"transfer_screen_desc": "转移页面\u003cspan class=\"quote\"\u003e\u003cspan class=\"widget-name\"\u003e%s\u003c/span\u003e\u003c/span\u003e到其他位置。",
|
|
"export_unsaved_title": "项目尚未保存",
|
|
"export_unsaved_desc": "项目\u003cspan class=\"quote\"\u003e\u003cspan class=\"project-name\"\u003e%name\u003c/span\u003e\u003c/span\u003e还有更新尚未保存,请等待保存完成后再次点击导出。",
|
|
"export_unsaved_confirm": "保存并导出",
|
|
"regenerate_url_title": "重置分享链接",
|
|
"regenerate_url_desc": "此操作将会重新生成分享 URL,旧的 URL 将无法再访问此项目,确定要重新生成吗?",
|
|
"account": {
|
|
"pay_success": "支付成功",
|
|
"reload_after_countdown": "%s 秒后自动跳转",
|
|
"switch_plan": "查看方案",
|
|
"renew": "续费",
|
|
"scan_with_wechat": "使用微信扫一扫付款",
|
|
"provided_by_pingxx": "本支付服务由 Ping++ 提供",
|
|
"reload": "立即刷新",
|
|
"save_17": "节省17%",
|
|
"new_plan": "新方案名称",
|
|
"new_billing_date": "新续费日",
|
|
"wechat_pay": "微信支付",
|
|
"confirm_pay": "确认支付",
|
|
"pay": "支付",
|
|
"discount": "当前折扣",
|
|
"account": "开通帐号",
|
|
"plan": "方案名称",
|
|
"period": "方案时长",
|
|
"price": "方案价格",
|
|
"balance_left": "原方案剩余时长抵现",
|
|
"next_billing_on": "到期时间",
|
|
"new_next_billing_on": "新方案到期时间",
|
|
"amount": "金额",
|
|
"order_period": "付款时长",
|
|
"payment_gateway": "支付网关",
|
|
"billing_date": "日期",
|
|
"receipt": "收据",
|
|
"receipt_details": "收据详情",
|
|
"company_name": "公司名称",
|
|
"vat_id": "税号",
|
|
"address": "地址",
|
|
"receipt_confirmation": "请您务必核对信息填写是否正确",
|
|
"receipt_success": "收据创建成功",
|
|
"receipt_download": "下载",
|
|
"receipt_submit": "确定",
|
|
"coupon_code": "应用折扣",
|
|
"use": "使用",
|
|
"used_discount": "已使用 %off 折优惠码",
|
|
"used_discount_saving": "已使用 %off 折优惠码,立省 %saving",
|
|
"payment_methods": "支付方式",
|
|
"actual_payment": "实际支付",
|
|
"switch_new_plan": "切换新方案",
|
|
"submit": "提交订单",
|
|
"having_problem_title": "付款遇到问题?",
|
|
"having_problem_desc": "如您付款遇到问题,可发 Email 至 support@mockingbot.com 获取支持,如您使用的是墨刀桌面客户端,可尝试切换到桌面浏览器进行支付。",
|
|
"finished": "已完成支付",
|
|
"payment_error": "支付过程出现问题",
|
|
"no_team": "暂无团队"
|
|
}
|
|
};
|
|
|
|
}).call(this);
|
|
</script>
|
|
|
|
<link rel="stylesheet" media="screen" href="webpack/font-icons-c02e5751cf34d0ebfab6f0bd7302c82f.css" />
|
|
<link href='css/roboto.css' media='screen' rel='stylesheet'>
|
|
|
|
<link rel="stylesheet" media="screen" href="assets/sharing-5bf72e8f5de471276412205787171f5e.css" />
|
|
<link rel="stylesheet" media="screen" href="webpack/lib-preview-2dcab61d3de13c84cbd5627dd6d3ae26.css" />
|
|
<link rel="stylesheet" media="screen" href="webpack/preview-9bcacd88ba95d619b2086c8ccc84149e.css" />
|
|
<script>
|
|
var webpackManifest = {"0":"vendor.js","1":"lib-preview.js","2":"workspace.js","3":"account.js","4":"landing.js","5":"projectflow.js","6":"notifications.js","7":"forum.js","8":"dashboards.js","9":"snapshot.js","10":"guides.js","11":"vendor-jquery.js","12":"constant.js","13":"faq.js","14":"preview.js","15":"font-icons.js","16":"landing-for-app.js"}
|
|
var MBServer = 'modao.cc'
|
|
document.getElementsByClassName('indicator')[0].style.height = '30%'
|
|
</script>
|
|
<script src="webpack/manifest-7e509c3515ab550dbbd9.js"></script>
|
|
<script src="webpack/vendor-jquery-b53e3083106ff1417e1f.js"></script>
|
|
<script src="webpack/vendor-96a311c34d761715b481.js"></script>
|
|
<script src="assets/sharing-432f021c85de70d967ad51ad4c4840a8.js"></script>
|
|
<script src="webpack/lib-preview-f3b702fcf048bb705cf2.js"></script>
|
|
<script src="webpack/preview-ee3f5b5f1074fbee100a.js"></script>
|
|
<script>
|
|
$(function () {
|
|
if (MB.isMobile()) {
|
|
$('body').addClass('mobile')
|
|
MB.mp('在移动端打开了应用')
|
|
MB.ga('send', 'event', 'goal', '在移动端打开了应用')
|
|
}
|
|
|
|
if (!MB.isStandAlone() && !false && MB.isMobile() && !window.MBData) MB.initInstall()
|
|
else MB.load('bEb6y90o3d3Mz7sN2ZSYFntcJapjQSE', false, '')
|
|
})
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
<script>window.MBData=
|
|
{"templates":[{"owner_id":42333,"owner_plan":"pro","owner_name":"林绍珏","owner_email":"929340483@qq.com","owner_paid":true,"owner_period":"yearly","owner_avatar":"/images/avatar.png","owner_expired_on":"2018-12-05","limitation":{"collaborators":1,"storage":20000,"exportable":["png","pngs","htmlzip","apk"],"encryptable":true,"inspectable":true,"slices":true,"projects":6553500,"screens":6553500,"commentable":true},"channels":[],"screens_count":4,"cid":"t4c7e3e93f9f53fdd7061aa","team_cid":null,"name":"轮播图副本","updated_at":"2017-11-16T10:29:59+08:00","created_at":"2017-11-16T10:29:37+08:00","access":"public","access_token":"bcf1848dcca63fe44bcbb1e6cfda51135e1172a6","version":"v2","icon":"/images/icon_retina.png","splash":null,"width":375,"height":200,"device":"iphone","model":null,"scale":100,"archived":false,"template":true,"timestamp":"1510799399","combo":false,"behavior":"inherit","master":true,"builtin":false,"auto_scale":true,"parent_cid":"tD8HBC49EEH5A5GC0","host_cid":"pA5E0A112B71510730303588","clones":25128,"shell_type":"device","password":null,"wechat":false,"highlight":true,"expired":false,"validated":true,"duplicating":false,"slack_web_hook_url":null}],"project":{"owner_id":42333,"owner_plan":"pro","owner_name":"林绍珏","owner_email":"929340483@qq.com","owner_paid":true,"owner_period":"yearly","owner_avatar":"/images/avatar.png","owner_expired_on":"2018-12-05","limitation":{"collaborators":1,"storage":20000,"exportable":["png","pngs","htmlzip","apk"],"encryptable":true,"inspectable":true,"slices":true,"projects":6553500,"screens":6553500,"commentable":true},"channels":["929340483qqcom42333"],"screens_count":15,"cid":"pA5E0A112B71510730303588","team_cid":null,"name":"个人中心2.0","updated_at":"2017-12-13T14:05:50+08:00","created_at":"2017-11-15T15:19:02+08:00","access":"private","access_token":"bEb6y90o3d3Mz7sN2ZSYFntcJapjQSE","version":"v2","icon":"/images/icon_retina.png","splash":null,"width":375,"height":667,"device":"iphone","model":"iphone_6","scale":100,"archived":false,"template":false,"timestamp":"1513145150","combo":false,"behavior":"inherit","master":false,"builtin":false,"auto_scale":false,"parent_cid":null,"host_cid":null,"clones":0,"shell_type":"device","password":"","wechat":false,"highlight":true,"expired":false,"validated":true,"duplicating":false,"slack_web_hook_url":null},"screens":[{"cid":"sD6B158EE881510730341918","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":true,"name":"解绑成功","orientation":"portrait","position":2,"width":375,"height":669,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s934F8AFE7B1510730341919","project_cid":"pA5E0A112B71510730303588","parent_cid":null,"expanded":false,"name":"个人中心","orientation":"portrait","position":1,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sE6A6778B571510733300919","project_cid":"pA5E0A112B71510730303588","parent_cid":null,"expanded":true,"name":"账户管理","orientation":"portrait","position":4,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s8B773E041C1510800133557","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":false,"name":"解绑加载中","orientation":"portrait","position":1,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s1016D60A471510800679793","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":true,"name":"绑定成功","orientation":"portrait","position":5,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sC83401BDA71510800723274","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":true,"name":"未绑定","orientation":"portrait","position":3,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sE0B04A080D1510800795842","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":false,"name":"绑定加载中","orientation":"portrait","position":4,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s0BF85D50811510803510244","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":false,"name":"验证原手机号","orientation":"portrait","position":6,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s3F832E40621510804096887","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":false,"name":"验证新手机号","orientation":"portrait","position":7,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s42A4A07B4F1510804906271","project_cid":"pA5E0A112B71510730303588","parent_cid":"sE6A6778B571510733300919","expanded":false,"name":"更换成功","orientation":"portrait","position":8,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s2BBCCCA1F41510814896910","project_cid":"pA5E0A112B71510730303588","parent_cid":"s0BF85D50811510803510244","expanded":false,"name":"收不到验证码?","orientation":"portrait","position":1,"width":375,"height":667,"hh":null,"fh":null,"bgcolor":"#FFFFFF","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s187277085D1510820281548","project_cid":"pA5E0A112B71510730303588","parent_cid":null,"expanded":false,"name":"优惠券","orientation":"portrait","position":2,"width":375,"height":668,"hh":null,"fh":null,"bgcolor":"#F0EFED\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sFF6762BEAD1510824336982","project_cid":"pA5E0A112B71510730303588","parent_cid":null,"expanded":true,"name":"我的订单","orientation":"portrait","position":3,"width":375,"height":1238,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s1DBDAC7B4F1510889402558","project_cid":"pA5E0A112B71510730303588","parent_cid":"sFF6762BEAD1510824336982","expanded":false,"name":"待支付订单详情","orientation":"portrait","position":1,"width":375,"height":683,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s6D1C28FBD21510902266513","project_cid":"pA5E0A112B71510730303588","parent_cid":"sFF6762BEAD1510824336982","expanded":false,"name":"已支付订单详情","orientation":"portrait","position":2,"width":375,"height":683,"hh":null,"fh":null,"bgcolor":"#F0F0F0\r\n","bgimage":"","deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"sc0e4c8d75775b62acf2be9","project_cid":"t4c7e3e93f9f53fdd7061aa","parent_cid":null,"expanded":false,"name":"页面 1","orientation":"portrait","position":0,"width":375,"height":200,"hh":null,"fh":null,"bgcolor":"transparent","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s0a720a8db64cd91a3ca90d","project_cid":"t4c7e3e93f9f53fdd7061aa","parent_cid":null,"expanded":false,"name":"页面 4","orientation":"portrait","position":3,"width":375,"height":200,"hh":null,"fh":null,"bgcolor":"transparent","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s8876686d9bd6c7e6f16210","project_cid":"t4c7e3e93f9f53fdd7061aa","parent_cid":null,"expanded":false,"name":"页面 3","orientation":"portrait","position":2,"width":375,"height":200,"hh":null,"fh":null,"bgcolor":"transparent","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null},{"cid":"s7e67225965a0f60adc521a","project_cid":"t4c7e3e93f9f53fdd7061aa","parent_cid":null,"expanded":false,"name":"页面 2","orientation":"portrait","position":1,"width":375,"height":200,"hh":null,"fh":null,"bgcolor":"transparent","bgimage":null,"deleter_name":null,"deleted_at":null,"artboard_id":null,"artboard_asset_id":null}],"widgets":[{"cid":"w54F1E9D1E41513145149055","screen_cid":"s934F8AFE7B1510730341919","timestamp":28560748,"v":true,"name":"image_view","left":1.0,"top":0.0,"width":375.0,"height":667.0,"gid":"","locked":false,"bs":0,"br":0,"image":"/uploads3/images/1534/15342687/raw_1513145149.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":"","clip":"","filter":""},{"cid":"wB89E1BEC561513043406559","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555720,"v":true,"name":"icon_button","left":291.0,"top":248.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE89427767D1513043406560","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555724,"v":true,"name":"label","left":320.0,"top":251.0,"width":34.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e400\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB6DF5000EB1513043406561","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555728,"v":true,"name":"hr","left":287.0,"top":259.0,"width":7.0,"height":12.0,"gid":"","locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE83183968B1510888450150","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550244,"v":true,"name":"rounded_rect","left":0.0,"top":374.0,"width":375.0,"height":185.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w83D06B7C211510888450158","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550248,"v":true,"name":"rounded_rect","left":0.0,"top":409.0,"width":375.0,"height":110.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0F0F0\r\n","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w35AE951A321510888450163","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550252,"v":true,"name":"label","left":15.0,"top":379.0,"width":134.0,"height":23.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e2017-11-17 12:10:26\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1FE21258FB1510888450167","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550256,"v":true,"name":"label","left":310.0,"top":379.0,"width":49.0,"height":26.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e待支付\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w07B8FB000E1510888450170","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550260,"v":true,"name":"rounded_rect","left":16.0,"top":414.0,"width":100.0,"height":100.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFA4B18966F1510888450173","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550264,"v":true,"name":"label","left":136.0,"top":422.0,"width":101.0,"height":23.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e3A舒适家年卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w59A11E1DFD1510888450175","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550268,"v":true,"name":"icon_button","left":291.0,"top":418.0,"width":33.0,"height":34.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w14497B19601510888450177","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550272,"v":true,"name":"label","left":314.0,"top":421.0,"width":46.0,"height":29.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e5199\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8CA8B8C5E61510888450180","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550276,"v":true,"name":"label","left":225.0,"top":484.0,"width":48.0,"height":29.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e实付:\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3079A7D5A31510888450184","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550280,"v":true,"name":"icon_button","left":271.0,"top":481.0,"width":33.0,"height":34.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w57FDCDF8F91510888450187","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550284,"v":true,"name":"label","left":300.0,"top":478.0,"width":63.0,"height":41.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"\u003cp\u003e4575\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1BA00465141510888450189","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550288,"v":true,"name":"button","left":283.0,"top":523.0,"width":80.0,"height":30.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"立即付款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEDCAA2A3711510888450192","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550292,"v":true,"name":"button","left":185.0,"top":523.0,"width":80.0,"height":30.0,"gid":"g5A35C07C7048A9F57BF75","locked":false,"text":"取消订单","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#bec2c9","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w93A48516961513043536574","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555783,"v":true,"name":"label","left":16.0,"top":327.0,"width":71.0,"height":23.0,"gid":"","locked":false,"text":"\u003cp\u003e服务范围:\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w30DB2E83C31513043582471","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555789,"v":true,"name":"label","left":84.0,"top":327.0,"width":43.0,"height":23.0,"gid":"","locked":false,"text":"\u003cp\u003e广州市\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w40D4D201431513043618700","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555794,"v":true,"name":"label","left":16.0,"top":527.0,"width":71.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31D","locked":false,"text":"\u003cp\u003e服务范围:\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"wB2B2499DF11513043618701","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555798,"v":true,"name":"label","left":84.0,"top":527.0,"width":43.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31D","locked":false,"text":"\u003cp\u003e中山市\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w2F4AB1DFB51513043715236","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555808,"v":true,"name":"label","left":16.0,"top":727.0,"width":71.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-72E41889F8F371A1FE34F","locked":false,"text":"\u003cp\u003e服务范围:\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w470985FA411513043715238","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555812,"v":true,"name":"label","left":84.0,"top":727.0,"width":43.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-72E41889F8F371A1FE34F","locked":false,"text":"\u003cp\u003e佛山市\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w3FBC6164FD1513043752443","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555821,"v":true,"name":"label","left":16.0,"top":929.0,"width":71.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-D32D1F16B4999DCCAF70A","locked":false,"text":"\u003cp\u003e服务范围:\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w852B8BEBD51513043752446","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555825,"v":true,"name":"label","left":84.0,"top":929.0,"width":43.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-D32D1F16B4999DCCAF70A","locked":false,"text":"\u003cp\u003e深圳市\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"wF6ABD2CAD71513043771502","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555831,"v":true,"name":"label","left":16.0,"top":1131.0,"width":71.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-33480CAF4148601A6DE5C","locked":false,"text":"\u003cp\u003e服务范围:\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"wDCEE535AA41513043771506","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555835,"v":true,"name":"label","left":84.0,"top":1131.0,"width":43.0,"height":23.0,"gid":"g48FE702D04CAADFE5E31-33480CAF4148601A6DE5C","locked":false,"text":"\u003cp\u003e惠州市\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"","ani_count":"","ani_duration":""},{"cid":"w543063A3CD1513059701651","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560618,"v":true,"name":"icon_button","left":291.0,"top":447.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF916EA83011513059701653","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560622,"v":true,"name":"label","left":320.0,"top":450.0,"width":34.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e624\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w18E5AB2C281513059701655","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560626,"v":true,"name":"hr","left":287.0,"top":458.0,"width":7.0,"height":12.0,"gid":"","locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3C04C483361513059751061","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560634,"v":true,"name":"icon_button","left":291.0,"top":649.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4817F643BB1513059751063","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560638,"v":true,"name":"label","left":320.0,"top":652.0,"width":34.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e624\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7775C837D21513059751065","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560642,"v":true,"name":"hr","left":287.0,"top":660.0,"width":7.0,"height":12.0,"gid":"","locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4E181753931513059786457","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560669,"v":true,"name":"icon_button","left":291.0,"top":849.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3C725113E71513059786459","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560673,"v":true,"name":"label","left":320.0,"top":852.0,"width":34.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e624\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFC688CCB131513059786461","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560677,"v":true,"name":"hr","left":287.0,"top":860.0,"width":7.0,"height":12.0,"gid":"","locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCBC10098901513059795111","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560681,"v":true,"name":"icon_button","left":290.0,"top":1051.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3AED1883461513059795111","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560685,"v":true,"name":"label","left":319.0,"top":1054.0,"width":34.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e624\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA6A1139BBA1513059795111","screen_cid":"sFF6762BEAD1510824336982","timestamp":28560689,"v":true,"name":"hr","left":286.0,"top":1062.0,"width":7.0,"height":12.0,"gid":"","locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB20912070D1510889468316","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550412,"v":true,"name":"rounded_rect","left":0.0,"top":574.0,"width":375.0,"height":185.0,"gid":"","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA13FA1FC1F1510889468319","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550416,"v":true,"name":"rounded_rect","left":0.0,"top":609.0,"width":375.0,"height":110.0,"gid":"","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0F0F0\r\n","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w55E1425FA01510889468322","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550420,"v":true,"name":"label","left":15.0,"top":579.0,"width":134.0,"height":23.0,"gid":"","locked":false,"text":"\u003cp\u003e2017-11-17 12:10:26\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB0980473251510889468325","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550424,"v":true,"name":"label","left":310.0,"top":579.0,"width":49.0,"height":26.0,"gid":"","locked":false,"text":"\u003cp\u003e已支付\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#1FB983\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w72BB1971D91510889468327","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550428,"v":true,"name":"rounded_rect","left":16.0,"top":614.0,"width":100.0,"height":100.0,"gid":"","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7C2F377C661510889468329","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550432,"v":true,"name":"label","left":136.0,"top":622.0,"width":101.0,"height":23.0,"gid":"","locked":false,"text":"\u003cp\u003e3A舒适家年卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5B6AFCF9BF1510889468332","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550436,"v":true,"name":"icon_button","left":291.0,"top":618.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4285E478D01510889468334","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550440,"v":true,"name":"label","left":314.0,"top":621.0,"width":46.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e5199\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9162B345E21510889468338","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550444,"v":true,"name":"label","left":225.0,"top":684.0,"width":48.0,"height":29.0,"gid":"","locked":false,"text":"\u003cp\u003e实付:\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD5FA7E5E2B1510889468340","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550448,"v":true,"name":"icon_button","left":271.0,"top":681.0,"width":33.0,"height":34.0,"gid":"","locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3D0CF598001510889468341","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550452,"v":true,"name":"label","left":300.0,"top":678.0,"width":63.0,"height":41.0,"gid":"","locked":false,"text":"\u003cp\u003e4575\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD25D8282B61510889468342","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550456,"v":true,"name":"button","left":283.0,"top":723.0,"width":80.0,"height":30.0,"gid":"","locked":false,"text":"分享","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB34E0288421513059909872","screen_cid":"s6D1C28FBD21510902266513","timestamp":28560747,"v":true,"name":"button","left":187.0,"top":200.0,"width":80.0,"height":30.0,"gid":"","locked":false,"text":"申请退款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#bec2c9","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9622C85E8C1510730341918","screen_cid":"sD6B158EE881510730341918","timestamp":28545865,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"wC3D0311F6F1510796912450","screen_cid":"sD6B158EE881510730341918","timestamp":28546259,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w9C77E552031510796912455","screen_cid":"sD6B158EE881510730341918","timestamp":28546263,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w81C8223C171510796912456","screen_cid":"sD6B158EE881510730341918","timestamp":28546267,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2D76C49E9B1510796912459","screen_cid":"sD6B158EE881510730341918","timestamp":28546271,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w29C41A97761510796912460","screen_cid":"sD6B158EE881510730341918","timestamp":28546275,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9A2022FB301510796912461","screen_cid":"sD6B158EE881510730341918","timestamp":28546279,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8880C8FE681510796912463","screen_cid":"sD6B158EE881510730341918","timestamp":28546283,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBD05E971D51510796912464","screen_cid":"sD6B158EE881510730341918","timestamp":28546287,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF9C28824E81510796912482","screen_cid":"sD6B158EE881510730341918","timestamp":28546331,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA61EFB61971510796912483","screen_cid":"sD6B158EE881510730341918","timestamp":28546335,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4CA1A15A7D1510796912484","screen_cid":"sD6B158EE881510730341918","timestamp":28546339,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9835EE19B91510796912486","screen_cid":"sD6B158EE881510730341918","timestamp":28546343,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w84B99E0C601510796912487","screen_cid":"sD6B158EE881510730341918","timestamp":28546347,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w73EA840DA31510798478225","screen_cid":"sD6B158EE881510730341918","timestamp":28546457,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA71D1FF6ED1510798639576","screen_cid":"sD6B158EE881510730341918","timestamp":28546471,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w218B1C10421510798790762","screen_cid":"sD6B158EE881510730341918","timestamp":28546486,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击绑定","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC20769FA3D1510799125578","screen_cid":"sD6B158EE881510730341918","timestamp":28546642,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA418F0B8791510799125585","screen_cid":"sD6B158EE881510730341918","timestamp":28546646,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e未绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDFFE4845CA1510801774723","screen_cid":"sD6B158EE881510730341918","timestamp":28547388,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF8EBB1D5701510801824583","screen_cid":"sD6B158EE881510730341918","timestamp":28547442,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDD813692A01510801824584","screen_cid":"sD6B158EE881510730341918","timestamp":28547446,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":4,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD66ECD52E31510813722470","screen_cid":"sD6B158EE881510730341918","timestamp":28548389,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":6,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w05BB1EE10B1510815159148","screen_cid":"sD6B158EE881510730341918","timestamp":28548739,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":6,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"wB94B38F9F91510815720637","screen_cid":"sD6B158EE881510730341918","timestamp":28548940,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w29CE630E5C1510815720642","screen_cid":"sD6B158EE881510730341918","timestamp":28548944,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":6,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDBDE2579831510815720643","screen_cid":"sD6B158EE881510730341918","timestamp":28548948,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":6,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w940260C38E1510816897891","screen_cid":"sD6B158EE881510730341918","timestamp":28549172,"v":true,"name":"rounded_rect","left":88.0,"top":297.0,"width":200.0,"height":100.0,"gid":"gA11DCF83039A7B19CFF5-CD9E8667829B07E0C0875","locked":false,"text":"","fs":14,"br":10,"bs":1,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#989898\r\n","bc":"","tc":"#989898\r\n","o":50,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF0707BA1B21510816897893","screen_cid":"sD6B158EE881510730341918","timestamp":28549176,"v":true,"name":"label","left":153.0,"top":326.0,"width":113.0,"height":41.0,"gid":"gA11DCF83039A7B19CFF5-CD9E8667829B07E0C0875","locked":false,"text":"\u003cp\u003e解绑成功\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":41,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB841EAA87B1510816897894","screen_cid":"sD6B158EE881510730341918","timestamp":28549180,"v":true,"name":"icon_button","left":108.0,"top":321.0,"width":45.0,"height":45.0,"gid":"gA11DCF83039A7B19CFF5-CD9E8667829B07E0C0875","locked":false,"is":37,"icon":"fa-check","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"#FAFAFA","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w395F9D0F061510730341919","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545868,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#ffffff","bc":"","o":100,"z":3},{"cid":"w74BD8B76671510730341920","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545871,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":4,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wB035D72CC81510732668457","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545890,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w5C02FED21F1510732668463","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545894,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e个人中心\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w43C0A34C0B1510732668484","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545910,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDDC6B8687B1510732668492","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545914,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w749A71FE601510732668494","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545918,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8BBDAC64BF1510732668497","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545922,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE92C7C28671510732668499","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545926,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w76690FB2691510732891222","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545968,"v":true,"name":"circle_rect","left":145.0,"top":145.0,"width":85.0,"height":85.0,"gid":null,"locked":false,"text":"","fs":14,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"#989898\r\n","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFB0A2915971510733055747","screen_cid":"s934F8AFE7B1510730341919","timestamp":28545981,"v":true,"name":"label","left":292.0,"top":85.0,"width":69.0,"height":25.0,"gid":"lCE7EEBF7C31510801442097","locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":25,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAEED8998CD1510739873712","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546047,"v":true,"name":"label","left":74.0,"top":300.0,"width":73.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e我的订单\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":1,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDE4557DDF81510739898703","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546057,"v":true,"name":"label","left":268.0,"top":301.0,"width":37.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e钱包\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":1,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6FC15A589E1510739918297","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546061,"v":true,"name":"label","left":75.0,"top":356.0,"width":55.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e优惠券\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":1,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD1793455501510739945549","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546068,"v":true,"name":"label","left":262.0,"top":357.0,"width":73.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e推荐有奖\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":1,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBE7C1EBF831510740223941","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546123,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9413BE1E801510740267443","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546129,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1F62EC67DC1510740361115","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546136,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAAEB2E8A481510740399743","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546145,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w61EF0455891510740473334","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546153,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w119DB9D3391510740521016","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546160,"v":true,"name":"label","left":157.0,"top":239.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e林同学\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1E3AA5B67F1510740896717","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546165,"v":true,"name":"icon_button","left":30.0,"top":287.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":25,"icon":"fa-cart-plus","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1572DE0FE11510741039780","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546199,"v":true,"name":"icon_button","left":32.0,"top":345.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":22,"icon":"fa-money","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5A3C9651BA1510741082381","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546205,"v":true,"name":"icon_button","left":223.0,"top":287.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":28,"icon":"ci-yql-lucky-money","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w36D4B69E311510741131620","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546213,"v":true,"name":"icon_button","left":221.0,"top":345.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"md-share","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4620456DE81510741187380","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546219,"v":true,"name":"icon_button","left":157.0,"top":280.0,"width":30.0,"height":30.0,"gid":null,"locked":false,"is":10,"icon":"fa-circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE777A7C38A1510741307299","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546246,"v":true,"name":"icon_button","left":345.0,"top":280.0,"width":30.0,"height":30.0,"gid":null,"locked":false,"is":10,"icon":"fa-circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5CDBC11CEA1510741316120","screen_cid":"s934F8AFE7B1510730341919","timestamp":28546254,"v":true,"name":"icon_button","left":345.0,"top":339.0,"width":30.0,"height":30.0,"gid":null,"locked":false,"is":10,"icon":"fa-circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCCFC2FC5E81510816348365","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549073,"v":true,"name":"label","left":167.0,"top":645.0,"width":43.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5AA01B71521510816502529","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549129,"v":true,"name":"rounded_rect","left":0.0,"top":280.0,"width":375.0,"height":119.0,"gid":"g77D49ACF456B1ADF16D1-DC26565063971845AE890","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD1033F32611510816502534","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549133,"v":true,"name":"ve","left":181.0,"top":280.0,"width":10.0,"height":119.0,"gid":"g77D49ACF456B1ADF16D1-DC26565063971845AE890","locked":false,"o":100,"z":4,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w93AA91F8A51510816502535","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549137,"v":true,"name":"hr","left":0.0,"top":335.0,"width":375.0,"height":10.0,"gid":"g77D49ACF456B1ADF16D1-DC26565063971845AE890","locked":false,"o":100,"z":4,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6D5D3CCDEE1510817129901","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549300,"v":true,"name":"rounded_rect","left":0.0,"top":122.0,"width":375.0,"height":148.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w61169084811510817302467","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549310,"v":true,"name":"image_view","left":62.0,"top":427.0,"width":252.0,"height":130.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1443/14439229/raw_1510817303.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w234B893AA81510817315607","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549314,"v":true,"name":"rounded_rect","left":0.0,"top":410.0,"width":375.0,"height":200.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":4,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC42DACFCB51510817880957","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549333,"v":true,"name":"label","left":86.0,"top":567.0,"width":203.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e联系客服:400-6080-100\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6F95CED0CC1510818454419","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549364,"v":true,"name":"icon_button","left":145.0,"top":335.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":33,"icon":"fa-circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"transparent","tc":"#F0363C\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC5271198D41510818507988","screen_cid":"s934F8AFE7B1510730341919","timestamp":28549378,"v":true,"name":"label","left":157.0,"top":346.0,"width":20.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e3\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2EB31D30361510733300920","screen_cid":"sE6A6778B571510733300919","timestamp":28545995,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w304800F7B51510799040129","screen_cid":"sE6A6778B571510733300919","timestamp":28546513,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wAD08D611F61510799040130","screen_cid":"sE6A6778B571510733300919","timestamp":28546517,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wA673E59B0A1510799040131","screen_cid":"sE6A6778B571510733300919","timestamp":28546521,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w46B5599B7D1510799040134","screen_cid":"sE6A6778B571510733300919","timestamp":28546525,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w62046CA8EF1510799040135","screen_cid":"sE6A6778B571510733300919","timestamp":28546529,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEA6C0B03C11510799040136","screen_cid":"sE6A6778B571510733300919","timestamp":28546533,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC3E473B09E1510799040138","screen_cid":"sE6A6778B571510733300919","timestamp":28546537,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wED6ADB89D91510799040139","screen_cid":"sE6A6778B571510733300919","timestamp":28546541,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4149A7AB5D1510799040140","screen_cid":"sE6A6778B571510733300919","timestamp":28546545,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w33E6C68C981510799040141","screen_cid":"sE6A6778B571510733300919","timestamp":28546549,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB377ABC8131510799040142","screen_cid":"sE6A6778B571510733300919","timestamp":28546553,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2562C675331510799040143","screen_cid":"sE6A6778B571510733300919","timestamp":28546557,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w088AC4AD141510799040145","screen_cid":"sE6A6778B571510733300919","timestamp":28546561,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDE704318F51510799040151","screen_cid":"sE6A6778B571510733300919","timestamp":28546573,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3BE1B365251510799040152","screen_cid":"sE6A6778B571510733300919","timestamp":28546577,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8BBCD12CEC1510799040154","screen_cid":"sE6A6778B571510733300919","timestamp":28546581,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":"lE9BC07199B1510812653801","locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":4,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w50AA4A7F9E1510799040156","screen_cid":"sE6A6778B571510733300919","timestamp":28546585,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6AB1C81CE51510799040158","screen_cid":"sE6A6778B571510733300919","timestamp":28546593,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e已绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDF0BE25A7A1510799087758","screen_cid":"sE6A6778B571510733300919","timestamp":28546630,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":"l3611B3FC9F1510800242524","locked":false,"text":"点击解绑","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":4,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w14B402A0DF1510801248831","screen_cid":"sE6A6778B571510733300919","timestamp":28547312,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":4,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC62FCDD49B1510801362831","screen_cid":"sE6A6778B571510733300919","timestamp":28547319,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":4,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF26FBDCBB81510813813998","screen_cid":"sE6A6778B571510733300919","timestamp":28548453,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB565802EA71510815306313","screen_cid":"sE6A6778B571510733300919","timestamp":28548799,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7A3B150CF01510816987598","screen_cid":"sE6A6778B571510733300919","timestamp":28549247,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w60536F3E491510816987603","screen_cid":"sE6A6778B571510733300919","timestamp":28549251,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w17029D4B2B1510817076225","screen_cid":"sE6A6778B571510733300919","timestamp":28549294,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":5,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"w465b241de890bbd637f5dd","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351063,"v":true,"name":"image_view","left":0.0,"top":0.0,"width":375.0,"height":200.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wa84855cd8a4f7735a884f3","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351098,"v":true,"name":"icon_button","left":141.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w882cc2282a4f237b566bff","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351099,"v":true,"name":"icon_button","left":157.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3aed4798a3c96add11e731","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351101,"v":true,"name":"icon_button","left":173.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w24b5cb43a0885320ad0a34","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351102,"v":true,"name":"icon_button","left":189.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wde449c2abfe613356f62b2","screen_cid":"sc0e4c8d75775b62acf2be9","timestamp":5351343,"v":true,"name":"pg","left":489.0,"top":90.0,"width":52.0,"height":52.0,"gid":"l85431ffaa221591caa8c57","locked":false,"icon":"left"},{"cid":"wba1fc8730d5102baa98269","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351104,"v":true,"name":"image_view","left":0.0,"top":0.0,"width":375.0,"height":200.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wa4da2c77244616843affc1","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351105,"v":true,"name":"icon_button","left":141.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2ca1b975a28d0de78081b8","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351106,"v":true,"name":"icon_button","left":157.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w08675114b238562026a32c","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351108,"v":true,"name":"icon_button","left":173.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w92fa212cdd9d382338a047","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351109,"v":true,"name":"icon_button","left":189.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w551971b2173aed3f3e997d","screen_cid":"s0a720a8db64cd91a3ca90d","timestamp":5351364,"v":true,"name":"pg","left":489.0,"top":90.0,"width":52.0,"height":52.0,"gid":"l70719ededf432678ebe852","locked":false,"icon":"left"},{"cid":"w4e335b87a4e2a8a4bfef14","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351111,"v":true,"name":"image_view","left":0.0,"top":0.0,"width":375.0,"height":200.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"wffb36446ccabc1206f72e5","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351113,"v":true,"name":"icon_button","left":141.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb638ec7d8d5411a8cf2d02","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351114,"v":true,"name":"icon_button","left":157.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6ff7d61154ded4200ea6e3","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351115,"v":true,"name":"icon_button","left":173.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wb5e31a182dd7db1fa3dc1b","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351117,"v":true,"name":"icon_button","left":189.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wbd7f2a0f5bbd99abc8d52c","screen_cid":"s8876686d9bd6c7e6f16210","timestamp":5351363,"v":true,"name":"pg","left":489.0,"top":90.0,"width":52.0,"height":52.0,"gid":"l9af457458a671a8e2561f9","locked":false,"icon":"left"},{"cid":"wc4e97fa49ae8441925d6dd","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351118,"v":true,"name":"image_view","left":0.0,"top":0.0,"width":375.0,"height":200.0,"gid":null,"locked":false,"bs":0,"br":0,"image":null,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w10b62e9462fa6d0b40ab49","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351120,"v":true,"name":"icon_button","left":141.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w044902aa5714513c792cb9","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351122,"v":true,"name":"icon_button","left":157.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle","br":0,"bs":0,"z":5,"th":"dark","bg":"","bc":"","tc":"#444444","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wc6ce6308c6cba844c964e7","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351124,"v":true,"name":"icon_button","left":173.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wa164e2652c6577c87503d2","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351126,"v":true,"name":"icon_button","left":189.0,"top":150.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":10,"icon":"circle-o","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w73962e89f0521d9a772107","screen_cid":"s7e67225965a0f60adc521a","timestamp":5351344,"v":true,"name":"pg","left":489.0,"top":90.0,"width":52.0,"height":52.0,"gid":"l0fa1570f9a29a1ab008bee","locked":false,"icon":"left"},{"cid":"wA943B25F541510800133557","screen_cid":"s8B773E041C1510800133557","timestamp":28546680,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w2D88832CED1510800146821","screen_cid":"s8B773E041C1510800133557","timestamp":28546696,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w5C5A35D6181510800146829","screen_cid":"s8B773E041C1510800133557","timestamp":28546700,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w5813BBA7A61510800146830","screen_cid":"s8B773E041C1510800133557","timestamp":28546704,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1B623824C61510800146833","screen_cid":"s8B773E041C1510800133557","timestamp":28546708,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4672F8A9861510800146834","screen_cid":"s8B773E041C1510800133557","timestamp":28546712,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w668DA4C24C1510800146835","screen_cid":"s8B773E041C1510800133557","timestamp":28546716,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAB9E92CCA51510800146836","screen_cid":"s8B773E041C1510800133557","timestamp":28546720,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5267E23B4C1510800146837","screen_cid":"s8B773E041C1510800133557","timestamp":28546724,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA4B8716FEE1510800146838","screen_cid":"s8B773E041C1510800133557","timestamp":28546728,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBE4364C41B1510800146840","screen_cid":"s8B773E041C1510800133557","timestamp":28546732,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w54AA2BFB071510800146840","screen_cid":"s8B773E041C1510800133557","timestamp":28546736,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0219B844961510800146841","screen_cid":"s8B773E041C1510800133557","timestamp":28546740,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w69BB22D0AD1510800146843","screen_cid":"s8B773E041C1510800133557","timestamp":28546744,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w06E389D0011510800146850","screen_cid":"s8B773E041C1510800133557","timestamp":28546756,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8CCB21A95E1510800146852","screen_cid":"s8B773E041C1510800133557","timestamp":28546764,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6D27737FCB1510800146853","screen_cid":"s8B773E041C1510800133557","timestamp":28546768,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7BEE94EDBA1510800146856","screen_cid":"s8B773E041C1510800133557","timestamp":28546772,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e已绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6C852A7ADC1510800146857","screen_cid":"s8B773E041C1510800133557","timestamp":28546776,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击解绑","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD5008050251510801765587","screen_cid":"s8B773E041C1510800133557","timestamp":28547384,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w27693E399F1510813721449","screen_cid":"s8B773E041C1510800133557","timestamp":28548385,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":7,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD4756ACC5C1510813881388","screen_cid":"s8B773E041C1510800133557","timestamp":28548492,"v":true,"name":"pg","left":168.0,"top":450.0,"width":40.0,"height":40.0,"gid":"lBA0D272E551510813906852","locked":false,"icon":"tap"},{"cid":"w6AAA9962721510815545755","screen_cid":"s8B773E041C1510800133557","timestamp":28548853,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":0,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7580B155B31510815545756","screen_cid":"s8B773E041C1510800133557","timestamp":28548857,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":0,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w93609471771510815591125","screen_cid":"s8B773E041C1510800133557","timestamp":28548882,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":-1,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEFA0A29F9D1510815626353","screen_cid":"s8B773E041C1510800133557","timestamp":28548909,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w79753790C41510815626354","screen_cid":"s8B773E041C1510800133557","timestamp":28548913,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w631D97C7CE1510817002164","screen_cid":"s8B773E041C1510800133557","timestamp":28549260,"v":true,"name":"rounded_rect","left":88.0,"top":297.0,"width":200.0,"height":100.0,"gid":"gCD318B8762DAD4FE3E0F-503522E9A4199BD25E582","locked":false,"text":"","fs":14,"br":10,"bs":1,"ha":"center","va":"middle","z":7,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#989898\r\n","bc":"","tc":"#989898\r\n","o":50,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF271ADB9731510817002170","screen_cid":"s8B773E041C1510800133557","timestamp":28549264,"v":true,"name":"icon_button","left":140.0,"top":302.0,"width":95.0,"height":85.0,"gid":"gCD318B8762DAD4FE3E0F-503522E9A4199BD25E582","locked":false,"is":80,"icon":"fa-spinner","br":0,"bs":0,"z":7,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"spinning","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w660900715E1510817045048","screen_cid":"s8B773E041C1510800133557","timestamp":28549270,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":7,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"w1909DFDD151510800679793","screen_cid":"s1016D60A471510800679793","timestamp":28546889,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w1DC27246191510800691763","screen_cid":"s1016D60A471510800679793","timestamp":28546893,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w653EE89DE41510800691769","screen_cid":"s1016D60A471510800679793","timestamp":28546897,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wD2A128B9B71510800691770","screen_cid":"s1016D60A471510800679793","timestamp":28546901,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE98C9F6E1A1510800691773","screen_cid":"s1016D60A471510800679793","timestamp":28546905,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB80A44C6161510800691774","screen_cid":"s1016D60A471510800679793","timestamp":28546909,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB3A8F4B50A1510800691775","screen_cid":"s1016D60A471510800679793","timestamp":28546913,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w59F90513CF1510800691776","screen_cid":"s1016D60A471510800679793","timestamp":28546917,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w23820642081510800691777","screen_cid":"s1016D60A471510800679793","timestamp":28546921,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE296B2C8AA1510800691779","screen_cid":"s1016D60A471510800679793","timestamp":28546925,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5A0F1EA6461510800691780","screen_cid":"s1016D60A471510800679793","timestamp":28546929,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w15F7C815B21510800691782","screen_cid":"s1016D60A471510800679793","timestamp":28546933,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5D9A6C62431510800691783","screen_cid":"s1016D60A471510800679793","timestamp":28546937,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1B8F6C231E1510800691784","screen_cid":"s1016D60A471510800679793","timestamp":28546941,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w23301F05061510800691791","screen_cid":"s1016D60A471510800679793","timestamp":28546953,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB4D666DF351510800691793","screen_cid":"s1016D60A471510800679793","timestamp":28546961,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wED1267BF331510800691795","screen_cid":"s1016D60A471510800679793","timestamp":28546969,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC0974F97BC1510800876121","screen_cid":"s1016D60A471510800679793","timestamp":28547281,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e已绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9B75DBC5B61510800888435","screen_cid":"s1016D60A471510800679793","timestamp":28547287,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击解绑","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5C001694D81510801163837","screen_cid":"s1016D60A471510800679793","timestamp":28547297,"v":true,"name":"pg","left":160.0,"top":440.0,"width":40.0,"height":40.0,"gid":"l9D040E36601510801168530","locked":false,"icon":"tap"},{"cid":"w53319217141510801790728","screen_cid":"s1016D60A471510800679793","timestamp":28547404,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":7,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE69A94CE111510801848423","screen_cid":"s1016D60A471510800679793","timestamp":28547489,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9B9A8D80EE1510801848425","screen_cid":"s1016D60A471510800679793","timestamp":28547493,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0C442161C91510813802532","screen_cid":"s1016D60A471510800679793","timestamp":28548449,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":7,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w555146CC081510815831719","screen_cid":"s1016D60A471510800679793","timestamp":28549035,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":2,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB492EDE9C81510815831721","screen_cid":"s1016D60A471510800679793","timestamp":28549039,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA178AE33461510815831722","screen_cid":"s1016D60A471510800679793","timestamp":28549043,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5FF1DEB9C61510816968302","screen_cid":"s1016D60A471510800679793","timestamp":28549227,"v":true,"name":"rounded_rect","left":88.0,"top":297.0,"width":200.0,"height":100.0,"gid":"gA11DCF83039A7B19CFF5-3028152D49E804BCCD3AF","locked":false,"text":"","fs":14,"br":10,"bs":1,"ha":"center","va":"middle","z":7,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#989898\r\n","bc":"","tc":"#989898\r\n","o":50,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5C0208B09C1510816968306","screen_cid":"s1016D60A471510800679793","timestamp":28549231,"v":true,"name":"label","left":153.0,"top":326.0,"width":113.0,"height":41.0,"gid":"gA11DCF83039A7B19CFF5-3028152D49E804BCCD3AF","locked":false,"text":"\u003cp\u003e解绑成功\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":7,"th":"","lh":41,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC7CF3EE35D1510816968307","screen_cid":"s1016D60A471510800679793","timestamp":28549235,"v":true,"name":"icon_button","left":108.0,"top":321.0,"width":45.0,"height":45.0,"gid":"gA11DCF83039A7B19CFF5-3028152D49E804BCCD3AF","locked":false,"is":37,"icon":"fa-check","br":0,"bs":0,"z":7,"th":"","bg":"","bc":"","tc":"#FAFAFA","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB59D9B60A51510817055121","screen_cid":"s1016D60A471510800679793","timestamp":28549282,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":7,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"wB5C805DC3B1510800723274","screen_cid":"sC83401BDA71510800723274","timestamp":28547013,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w527D63CC1A1510800737272","screen_cid":"sC83401BDA71510800723274","timestamp":28547017,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w3B062F31DD1510800737274","screen_cid":"sC83401BDA71510800723274","timestamp":28547021,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wFD42D216221510800737275","screen_cid":"sC83401BDA71510800723274","timestamp":28547025,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE5E35DB7471510800737277","screen_cid":"sC83401BDA71510800723274","timestamp":28547029,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC76D13C48A1510800737278","screen_cid":"sC83401BDA71510800723274","timestamp":28547033,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3580B4AB0F1510800737279","screen_cid":"sC83401BDA71510800723274","timestamp":28547037,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8AC256E5E21510800737281","screen_cid":"sC83401BDA71510800723274","timestamp":28547041,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w62194555911510800737282","screen_cid":"sC83401BDA71510800723274","timestamp":28547045,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w968805182D1510800737283","screen_cid":"sC83401BDA71510800723274","timestamp":28547049,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1B601F291D1510800737285","screen_cid":"sC83401BDA71510800723274","timestamp":28547053,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7BB7E941B21510800737286","screen_cid":"sC83401BDA71510800723274","timestamp":28547057,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD286542F041510800737287","screen_cid":"sC83401BDA71510800723274","timestamp":28547061,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w32025C8A1E1510800737288","screen_cid":"sC83401BDA71510800723274","timestamp":28547065,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w94DF7407551510800737295","screen_cid":"sC83401BDA71510800723274","timestamp":28547077,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5FA22A79D51510800737297","screen_cid":"sC83401BDA71510800723274","timestamp":28547085,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w48BBC0470A1510800737299","screen_cid":"sC83401BDA71510800723274","timestamp":28547089,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":"lEF6485FB3D1510800966000","locked":false,"text":"点击绑定","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2BE6836EB11510800737300","screen_cid":"sC83401BDA71510800723274","timestamp":28547093,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w46B92E23B71510800737302","screen_cid":"sC83401BDA71510800723274","timestamp":28547097,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e未绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w848ACC0E341510801782977","screen_cid":"sC83401BDA71510800723274","timestamp":28547396,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAC543765931510801831758","screen_cid":"sC83401BDA71510800723274","timestamp":28547454,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w23AB7685EF1510801831759","screen_cid":"sC83401BDA71510800723274","timestamp":28547458,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4638B00A4E1510813791457","screen_cid":"sC83401BDA71510800723274","timestamp":28548436,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB9ED4172B71510801831754","screen_cid":"sC83401BDA71510800723274","timestamp":28547450,"v":true,"name":"rounded_rect","left":0.0,"top":339.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"\u003cp\u003e \u003c/p\u003e","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4F00A26C3F1510815753229","screen_cid":"sC83401BDA71510800723274","timestamp":28548955,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":2,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w622F8BADCE1510815753233","screen_cid":"sC83401BDA71510800723274","timestamp":28548959,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9B02F22E221510815753234","screen_cid":"sC83401BDA71510800723274","timestamp":28548963,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1865ADF5341510817048833","screen_cid":"sC83401BDA71510800723274","timestamp":28549274,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":3,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"wBC135B3A2D1510800795842","screen_cid":"sE0B04A080D1510800795842","timestamp":28547144,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#ffffff","bc":"","o":100,"z":3},{"cid":"wD39728A2341510800807492","screen_cid":"sE0B04A080D1510800795842","timestamp":28547152,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wC77CF48D2C1510800807499","screen_cid":"sE0B04A080D1510800795842","timestamp":28547156,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w838A500D111510800807500","screen_cid":"sE0B04A080D1510800795842","timestamp":28547160,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e账户管理\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w97F637A2021510800807503","screen_cid":"sE0B04A080D1510800795842","timestamp":28547164,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB02BCE83361510800807505","screen_cid":"sE0B04A080D1510800795842","timestamp":28547168,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9C3316EC591510800807506","screen_cid":"sE0B04A080D1510800795842","timestamp":28547172,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4E333424E41510800807507","screen_cid":"sE0B04A080D1510800795842","timestamp":28547176,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0B7111CDC31510800807508","screen_cid":"sE0B04A080D1510800795842","timestamp":28547180,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w150BF818AA1510800807509","screen_cid":"sE0B04A080D1510800795842","timestamp":28547184,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC8C263B7601510800807510","screen_cid":"sE0B04A080D1510800795842","timestamp":28547188,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEB28B82C2D1510800807511","screen_cid":"sE0B04A080D1510800795842","timestamp":28547192,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBEBDD41F081510800807512","screen_cid":"sE0B04A080D1510800795842","timestamp":28547196,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0247E5CC9F1510800807514","screen_cid":"sE0B04A080D1510800795842","timestamp":28547200,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7F58EB6EEF1510800807522","screen_cid":"sE0B04A080D1510800795842","timestamp":28547212,"v":true,"name":"label","left":27.0,"top":240.0,"width":41.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e微信\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wECED4C3BD61510800807524","screen_cid":"sE0B04A080D1510800795842","timestamp":28547220,"v":true,"name":"button","left":280.0,"top":297.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击更换","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w40FC545E291510800807526","screen_cid":"sE0B04A080D1510800795842","timestamp":28547224,"v":true,"name":"label","left":135.0,"top":302.0,"width":87.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#88C15B\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4ACD7EB4B11510800807527","screen_cid":"sE0B04A080D1510800795842","timestamp":28547228,"v":true,"name":"label","left":151.0,"top":242.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e未绑定\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8F0E7A1DE41510800807531","screen_cid":"sE0B04A080D1510800795842","timestamp":28547244,"v":true,"name":"pg","left":165.0,"top":460.0,"width":40.0,"height":40.0,"gid":"lF9C3B72B851510817067163","locked":false,"icon":"tap"},{"cid":"w5E4D0FD8A31510800846768","screen_cid":"sE0B04A080D1510800795842","timestamp":28547274,"v":true,"name":"button","left":280.0,"top":239.0,"width":75.0,"height":30.0,"gid":null,"locked":false,"text":"点击绑定","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":4,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w22F30A53281510801787219","screen_cid":"sE0B04A080D1510800795842","timestamp":28547400,"v":true,"name":"label","left":27.0,"top":298.0,"width":61.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e手机号\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":7,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w833E2CFE2F1510801959581","screen_cid":"sE0B04A080D1510800795842","timestamp":28547523,"v":true,"name":"label","left":27.0,"top":355.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":7,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w14262195D51510801959583","screen_cid":"sE0B04A080D1510800795842","timestamp":28547527,"v":true,"name":"icon_button","left":313.0,"top":347.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":7,"th":"","bg":"","bc":"","tc":"#101010","o":100,"ds":0,"sc":"#101010","ro":180,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w49DF322C2D1510813794580","screen_cid":"sE0B04A080D1510800795842","timestamp":28548440,"v":true,"name":"button","left":29.0,"top":530.0,"width":317.0,"height":60.0,"gid":null,"locked":false,"text":"退出登录","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":7,"th":"","td":"normal","bo":1,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w02B280A4F81510815767305","screen_cid":"sE0B04A080D1510800795842","timestamp":28548982,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":4,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8D9F69DF4A1510815767306","screen_cid":"sE0B04A080D1510800795842","timestamp":28548986,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":4,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEFCC39F1BD1510815787566","screen_cid":"sE0B04A080D1510800795842","timestamp":28549005,"v":true,"name":"rounded_rect","left":0.0,"top":221.0,"width":375.0,"height":180.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":2,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2EF095E7061510815787569","screen_cid":"sE0B04A080D1510800795842","timestamp":28549009,"v":true,"name":"hr","left":0.0,"top":334.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2B57460DB51510815787570","screen_cid":"sE0B04A080D1510800795842","timestamp":28549013,"v":true,"name":"hr","left":0.0,"top":275.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0174AC13C51510816951575","screen_cid":"sE0B04A080D1510800795842","timestamp":28549211,"v":true,"name":"rounded_rect","left":88.0,"top":297.0,"width":200.0,"height":100.0,"gid":"gCD318B8762DAD4FE3E0F-0D0C865C68EB8FA93CBEC","locked":false,"text":"","fs":14,"br":10,"bs":1,"ha":"center","va":"middle","z":7,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#989898\r\n","bc":"","tc":"#989898\r\n","o":50,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF6E2C522931510816951579","screen_cid":"sE0B04A080D1510800795842","timestamp":28549215,"v":true,"name":"icon_button","left":140.0,"top":302.0,"width":95.0,"height":85.0,"gid":"gCD318B8762DAD4FE3E0F-0D0C865C68EB8FA93CBEC","locked":false,"is":80,"icon":"fa-spinner","br":0,"bs":0,"z":7,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"spinning","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6D58CD72371510817051851","screen_cid":"sE0B04A080D1510800795842","timestamp":28549278,"v":true,"name":"mtextarea","left":0.0,"top":122.0,"width":375.0,"height":98.0,"gid":null,"locked":false,"text":"系统通知:所有2017年11月10号之前的老用户,请点击解绑,然后再点击绑定。","fs":16,"br":3,"bs":1,"ha":"left","z":7,"th":"","lh":23,"bg":"","bc":"transparent","tc":"#101010","o":100,"ds":0,"sc":"#aaaaaa","td":"normal","bo":0,"i":0,"ls":0,"fixed":false,"fixed_type":1,"padding":8},{"cid":"w48A971819A1510803510246","screen_cid":"s0BF85D50811510803510244","timestamp":28547667,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"wBBF0C6A85A1510803513634","screen_cid":"s0BF85D50811510803510244","timestamp":28547671,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w846FAE09651510803513638","screen_cid":"s0BF85D50811510803510244","timestamp":28547675,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wFD2C7BB4331510803513639","screen_cid":"s0BF85D50811510803510244","timestamp":28547679,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e更换手机号\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4B179C3CA71510803513642","screen_cid":"s0BF85D50811510803510244","timestamp":28547683,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w78534DB02F1510803513643","screen_cid":"s0BF85D50811510803510244","timestamp":28547687,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD9FF8B08B61510803513644","screen_cid":"s0BF85D50811510803510244","timestamp":28547691,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w101D2231F41510803513646","screen_cid":"s0BF85D50811510803510244","timestamp":28547695,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w797F3798A51510803513647","screen_cid":"s0BF85D50811510803510244","timestamp":28547699,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6F1D6F20E91510803513648","screen_cid":"s0BF85D50811510803510244","timestamp":28547703,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5A7413628F1510803513650","screen_cid":"s0BF85D50811510803510244","timestamp":28547707,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w84AA735E081510803513651","screen_cid":"s0BF85D50811510803510244","timestamp":28547711,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w720DDDEC4E1510803513652","screen_cid":"s0BF85D50811510803510244","timestamp":28547715,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3E355881F91510803513653","screen_cid":"s0BF85D50811510803510244","timestamp":28547719,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6A7F49FD221510803547023","screen_cid":"s0BF85D50811510803510244","timestamp":28547806,"v":true,"name":"label","left":25.0,"top":150.0,"width":325.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e为了确认您的身份,输入原手机号验证码\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3E57BF48961510803594674","screen_cid":"s0BF85D50811510803510244","timestamp":28547813,"v":true,"name":"label","left":121.0,"top":207.0,"width":109.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5E2BE499FE1510803754158","screen_cid":"s0BF85D50811510803510244","timestamp":28547834,"v":true,"name":"hr","left":125.0,"top":290.0,"width":100.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAE0055A5B51510803791552","screen_cid":"s0BF85D50811510803510244","timestamp":28547842,"v":true,"name":"button","left":228.0,"top":266.0,"width":89.0,"height":30.0,"gid":null,"locked":false,"text":"获取验证码","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#1A9DE5\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w94966123421510803850027","screen_cid":"s0BF85D50811510803510244","timestamp":28547849,"v":true,"name":"button","left":98.0,"top":330.0,"width":180.0,"height":50.0,"gid":"lD0351031261510804633599","locked":false,"text":"下一步","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w46FB171FC81510803987727","screen_cid":"s0BF85D50811510803510244","timestamp":28547859,"v":true,"name":"label","left":131.0,"top":400.0,"width":113.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e收不到验证码?\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5B29B390CE1510804221514","screen_cid":"s0BF85D50811510803510244","timestamp":28548004,"v":true,"name":"label","left":139.0,"top":270.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入验证码\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF0AB7B37941510804345519","screen_cid":"s3F832E40621510804096887","timestamp":28548044,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":5},{"cid":"w83A8B871931510804345521","screen_cid":"s3F832E40621510804096887","timestamp":28548048,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w92EDDDFF1A1510804345522","screen_cid":"s3F832E40621510804096887","timestamp":28548052,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w8DCDB3EA831510804345523","screen_cid":"s3F832E40621510804096887","timestamp":28548056,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e更换手机号\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7CEFBEB3FB1510804345526","screen_cid":"s3F832E40621510804096887","timestamp":28548060,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAA2ACB16391510804345527","screen_cid":"s3F832E40621510804096887","timestamp":28548064,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w51D3E0C79E1510804345528","screen_cid":"s3F832E40621510804096887","timestamp":28548068,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w71B41E7B211510804345529","screen_cid":"s3F832E40621510804096887","timestamp":28548072,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1459CD31CD1510804345530","screen_cid":"s3F832E40621510804096887","timestamp":28548076,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w13CABCFA811510804345531","screen_cid":"s3F832E40621510804096887","timestamp":28548080,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w125BF271A71510804345533","screen_cid":"s3F832E40621510804096887","timestamp":28548084,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE27BF058F51510804345534","screen_cid":"s3F832E40621510804096887","timestamp":28548088,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w34B9C2E9691510804345535","screen_cid":"s3F832E40621510804096887","timestamp":28548092,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0F3CC8624A1510804345536","screen_cid":"s3F832E40621510804096887","timestamp":28548096,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5FD3A57BC31510804345537","screen_cid":"s3F832E40621510804096887","timestamp":28548100,"v":true,"name":"label","left":52.0,"top":150.0,"width":271.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e请输入新手机号,即可完成更换!\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6A065AB0C81510804345539","screen_cid":"s3F832E40621510804096887","timestamp":28548108,"v":true,"name":"hr","left":125.0,"top":290.0,"width":100.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFD6AA30A071510804345540","screen_cid":"s3F832E40621510804096887","timestamp":28548112,"v":true,"name":"button","left":228.0,"top":266.0,"width":89.0,"height":30.0,"gid":null,"locked":false,"text":"获取验证码","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#1A9DE5\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3E57E1FD1C1510804345541","screen_cid":"s3F832E40621510804096887","timestamp":28548116,"v":true,"name":"button","left":98.0,"top":330.0,"width":180.0,"height":50.0,"gid":"lAC4811CBEF1510804744702","locked":false,"text":"确认更换","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w858544184B1510804345543","screen_cid":"s3F832E40621510804096887","timestamp":28548124,"v":true,"name":"label","left":139.0,"top":270.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入验证码\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCDDE8B574A1510804356766","screen_cid":"s3F832E40621510804096887","timestamp":28548128,"v":true,"name":"hr","left":125.0,"top":228.0,"width":195.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9DEE0E69F91510804375083","screen_cid":"s3F832E40621510804096887","timestamp":28548174,"v":true,"name":"label","left":46.0,"top":208.0,"width":73.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e新手机号\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w369B2CDA3F1510804421905","screen_cid":"s3F832E40621510804096887","timestamp":28548182,"v":true,"name":"label","left":160.0,"top":208.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入手机号\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w06D6B7C9041510804906271","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548212,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w3E01E6A2091510804925485","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548217,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w1A98BE107A1510804925487","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548221,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w3C3D0D41611510804925488","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548225,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e更换手机号\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB20D7B4DA51510804925491","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548229,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBE9145334D1510804925492","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548233,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w36BA3360751510804925493","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548237,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD26CC9F7D51510804925494","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548241,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCA8F97C9551510804925495","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548245,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w14897485E81510804925497","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548249,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA78EF5CFB91510804925498","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548253,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE0D7D883111510804925499","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548257,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD9554F7E1F1510804925500","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548261,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w102AD3A6C41510804925501","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548265,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2AF818A14B1510804925503","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548269,"v":true,"name":"label","left":52.0,"top":150.0,"width":271.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e请输入新手机号,即可完成更换!\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w92892918B71510804925504","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548273,"v":true,"name":"hr","left":125.0,"top":290.0,"width":100.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w565DEF1D7C1510804925505","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548277,"v":true,"name":"button","left":228.0,"top":266.0,"width":89.0,"height":30.0,"gid":null,"locked":false,"text":"获取验证码","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#1A9DE5\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w846390FA791510804925506","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548281,"v":true,"name":"button","left":98.0,"top":330.0,"width":180.0,"height":50.0,"gid":"l9D596F3D531510804925485","locked":false,"text":"确认更换","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBE6C8C99681510804925507","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548285,"v":true,"name":"label","left":139.0,"top":270.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入验证码\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w224DB639851510804925509","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548289,"v":true,"name":"hr","left":125.0,"top":228.0,"width":195.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w727E727ECD1510804925510","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548293,"v":true,"name":"label","left":46.0,"top":208.0,"width":73.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e新手机号\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF720806E761510804925511","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548297,"v":true,"name":"label","left":160.0,"top":208.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入手机号\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9B6155EAE31510815003344","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548705,"v":true,"name":"rounded_rect","left":88.0,"top":390.0,"width":200.0,"height":100.0,"gid":"g0BB5567D8C440CBC55BF-D8F1302825235F5ADE885","locked":false,"text":"","fs":14,"br":10,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#989898\r\n","bc":"","tc":"#989898\r\n","o":50,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0A0D45E3C51510815003349","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548709,"v":true,"name":"label","left":153.0,"top":419.0,"width":113.0,"height":41.0,"gid":"g0BB5567D8C440CBC55BF-D8F1302825235F5ADE885","locked":false,"text":"\u003cp\u003e更换成功\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":41,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w90E08121FB1510815003350","screen_cid":"s42A4A07B4F1510804906271","timestamp":28548713,"v":true,"name":"icon_button","left":108.0,"top":414.0,"width":45.0,"height":45.0,"gid":"g0BB5567D8C440CBC55BF-D8F1302825235F5ADE885","locked":false,"is":37,"icon":"fa-check","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"#FAFAFA","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6BF463A0631510814934971","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548591,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":5},{"cid":"w3F7BCFB53D1510814934974","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548595,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w934757C2391510814934975","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548599,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w0245BC72421510814934976","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548603,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e更换手机号\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w45D8B7C4FF1510814934979","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548607,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w16186486151510814934980","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548611,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8615016BE81510814934982","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548615,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9C1AFBDF8D1510814934984","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548619,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA9801B33D71510814934985","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548623,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1CFB5505D21510814934986","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548627,"v":true,"name":"rounded_rect","left":0.0,"top":610.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w696D7D190B1510814934987","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548631,"v":true,"name":"hr","left":0.0,"top":605.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1078D443301510814934988","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548635,"v":true,"name":"icon_button","left":45.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w70697BF5371510814934990","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548639,"v":true,"name":"icon_button","left":285.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w839D9BC0BF1510814934991","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548643,"v":true,"name":"icon_button","left":165.0,"top":610.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4E53BA6ECC1510814934992","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548647,"v":true,"name":"label","left":25.0,"top":150.0,"width":325.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e为了确认您的身份,输入原手机号验证码\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2BC71617211510814934993","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548651,"v":true,"name":"label","left":121.0,"top":207.0,"width":109.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e176****6411\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w73607276CD1510814934994","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548655,"v":true,"name":"hr","left":125.0,"top":290.0,"width":100.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7761F4E1F61510814934995","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548659,"v":true,"name":"button","left":228.0,"top":266.0,"width":89.0,"height":30.0,"gid":null,"locked":false,"text":"获取验证码","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#1A9DE5\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDBD16A310A1510814934997","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548663,"v":true,"name":"button","left":98.0,"top":330.0,"width":180.0,"height":50.0,"gid":"l78D16793861510814934971","locked":false,"text":"下一步","fs":20,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#00BA86\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":5,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w78AC39B47C1510814934998","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548667,"v":true,"name":"label","left":125.0,"top":401.0,"width":113.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e收不到验证码?\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFADA0D30051510814935000","screen_cid":"s2BBCCCA1F41510814896910","timestamp":28548671,"v":true,"name":"label","left":139.0,"top":270.0,"width":71.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e输入验证码\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"#F0EFED\r\n","tc":"#bec2c9","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE4F83017121510820292892","screen_cid":"s187277085D1510820281548","timestamp":28549472,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#ffffff","bc":"","o":100,"z":5},{"cid":"wB7D8DD2E7F1510820292894","screen_cid":"s187277085D1510820281548","timestamp":28549476,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wA2C4BF23911510820292900","screen_cid":"s187277085D1510820281548","timestamp":28549500,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w220CE7075D1510820292901","screen_cid":"s187277085D1510820281548","timestamp":28549504,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e优惠券\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7AB3A0D6941510820292905","screen_cid":"s187277085D1510820281548","timestamp":28549508,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w310A3A685D1510820292906","screen_cid":"s187277085D1510820281548","timestamp":28549512,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBB599941421510820292907","screen_cid":"s187277085D1510820281548","timestamp":28549516,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1A984535661510820292908","screen_cid":"s187277085D1510820281548","timestamp":28549520,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7B4600651B1510820292909","screen_cid":"s187277085D1510820281548","timestamp":28549524,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF098E8BCD31510820292918","screen_cid":"s187277085D1510820281548","timestamp":28549552,"v":true,"name":"rounded_rect","left":0.0,"top":606.0,"width":375.0,"height":60.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":6,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w336BD42E0D1510820292919","screen_cid":"s187277085D1510820281548","timestamp":28549556,"v":true,"name":"hr","left":0.0,"top":600.0,"width":375.0,"height":10.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"o":100,"z":6,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9DFBE3596E1510820292920","screen_cid":"s187277085D1510820281548","timestamp":28549560,"v":true,"name":"icon_button","left":45.0,"top":606.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wFF7B04C0A91510820292922","screen_cid":"s187277085D1510820281548","timestamp":28549564,"v":true,"name":"icon_button","left":285.0,"top":606.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB7044CED111510820292923","screen_cid":"s187277085D1510820281548","timestamp":28549568,"v":true,"name":"icon_button","left":165.0,"top":606.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":6,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w89286711521510820292933","screen_cid":"s187277085D1510820281548","timestamp":28549604,"v":true,"name":"label","left":167.0,"top":641.0,"width":43.0,"height":23.0,"gid":"g0FA42525EE2BD36AC0234","locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":6,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC961516D641510826845830","screen_cid":"s187277085D1510820281548","timestamp":28549823,"v":true,"name":"image_view","left":0.0,"top":122.0,"width":375.0,"height":548.0,"gid":null,"locked":false,"bs":0,"br":0,"image":"/uploads3/images/1445/14451167/raw_1510826847.png","z":5,"th":"","bg":"","bc":"","tc":"","o":100,"p":true,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0","clip":null,"filter":""},{"cid":"w288A2C042B1510885299423","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549830,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#ffffff","bc":"","o":100,"z":5},{"cid":"w74AB11E1041510885299427","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549834,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wE5524CEA121510885299428","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549838,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w3668D211691510885299430","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549842,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e我的订单\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA8A2028BC51510885299437","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549846,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE26B5458191510885299440","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549850,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA8112FB9171510885299442","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549854,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6D0A695EDE1510885299445","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549858,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1EF8AB9AEA1510885299448","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549862,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6383069B611510885299453","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549870,"v":true,"name":"rounded_rect","left":0.0,"top":1180.0,"width":375.0,"height":60.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6F6A5884191510885299456","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549874,"v":true,"name":"hr","left":0.0,"top":1174.0,"width":375.0,"height":10.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"o":100,"z":5,"th":"","bc":"#bec2c9","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4933D231281510885299459","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549878,"v":true,"name":"icon_button","left":45.0,"top":1180.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w04CA8EBADC1510885299461","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549882,"v":true,"name":"icon_button","left":285.0,"top":1180.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC356D74F2F1510885299462","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549886,"v":true,"name":"icon_button","left":165.0,"top":1180.0,"width":45.0,"height":45.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w11B3FFBE6E1510885299463","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549890,"v":true,"name":"label","left":167.0,"top":1215.0,"width":43.0,"height":23.0,"gid":"g0FA42525EE2BD36AC023-BE30370693CCA13E3B6FB","locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w173E96DEE41510885360723","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549911,"v":true,"name":"rounded_rect","left":0.0,"top":122.0,"width":375.0,"height":40.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6F57EE6A091510885460273","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549919,"v":true,"name":"label","left":39.0,"top":131.0,"width":33.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e全部\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w32346095FE1510885471552","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549924,"v":true,"name":"label","left":95.0,"top":131.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e待支付\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8AC8B2176F1510885493001","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549930,"v":true,"name":"label","left":162.0,"top":131.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e已支付\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4954536A311510885500707","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549934,"v":true,"name":"label","left":228.0,"top":131.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"退款中","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w30851DDFC91510885541694","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549941,"v":true,"name":"label","left":295.0,"top":131.0,"width":49.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e已退款\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w51B636C14B1510885765323","screen_cid":"sFF6762BEAD1510824336982","timestamp":28549994,"v":true,"name":"hr","left":154.0,"top":155.0,"width":65.0,"height":14.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#22BCA9\r\n","ls":0,"ro":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6342753E221510885889207","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550026,"v":true,"name":"hr","left":87.0,"top":155.0,"width":65.0,"height":14.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#22BCA9\r\n","ls":0,"ro":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w99F3D85CEB1510885913655","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550036,"v":true,"name":"hr","left":20.0,"top":155.0,"width":65.0,"height":14.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#22BCA9\r\n","ls":0,"ro":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6B37A05E5A1510885929466","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550052,"v":true,"name":"hr","left":221.0,"top":155.0,"width":65.0,"height":14.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#22BCA9\r\n","ls":0,"ro":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE9D4DB1A6F1510885978312","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550086,"v":true,"name":"hr","left":288.0,"top":155.0,"width":65.0,"height":14.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#22BCA9\r\n","ls":0,"ro":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w79DF08502B1510887016077","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550101,"v":true,"name":"rounded_rect","left":0.0,"top":174.0,"width":375.0,"height":185.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5FCDED9A241510887175093","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550106,"v":true,"name":"rounded_rect","left":0.0,"top":209.0,"width":375.0,"height":110.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0F0F0\r\n","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w21777273C21510887627149","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550112,"v":true,"name":"label","left":15.0,"top":179.0,"width":134.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-11-17 12:30:19\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w787B7070791510887710505","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550118,"v":true,"name":"label","left":310.0,"top":179.0,"width":49.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e待支付\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w85A1171A0F1510887748888","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550123,"v":true,"name":"rounded_rect","left":16.0,"top":214.0,"width":100.0,"height":100.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4121B5B27E1510887788756","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550128,"v":true,"name":"label","left":134.0,"top":222.0,"width":129.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e高端保洁铂金月卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w654B9AF71E1510887853666","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550134,"v":true,"name":"icon_button","left":291.0,"top":218.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6209666A471510887877721","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550138,"v":true,"name":"label","left":320.0,"top":221.0,"width":34.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e799\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC1433A021F1510887950574","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550149,"v":true,"name":"label","left":241.0,"top":284.0,"width":48.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e实付:\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w269A929A681510887990396","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550155,"v":true,"name":"icon_button","left":287.0,"top":281.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5D50FAABBF1510888014857","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550161,"v":true,"name":"label","left":314.0,"top":278.0,"width":48.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e399\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w76ECDEFE091510888093640","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550172,"v":true,"name":"button","left":283.0,"top":323.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"立即付款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w15B691E3FD1510888115476","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550177,"v":true,"name":"button","left":185.0,"top":323.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"取消订单","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#bec2c9","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE4555E02931510890236071","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550504,"v":true,"name":"rounded_rect","left":0.0,"top":776.0,"width":375.0,"height":185.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w449C06703D1510890236073","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550508,"v":true,"name":"rounded_rect","left":0.0,"top":811.0,"width":375.0,"height":110.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0F0F0\r\n","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8C104C25F21510890236075","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550512,"v":true,"name":"label","left":15.0,"top":781.0,"width":134.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-11-17 12:10:26\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w555979B03E1510890236076","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550516,"v":true,"name":"label","left":309.0,"top":781.0,"width":49.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e退款中\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#F0363C\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w88667EDA2A1510890236077","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550520,"v":true,"name":"rounded_rect","left":16.0,"top":816.0,"width":100.0,"height":100.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3B8E12530A1510890236080","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550524,"v":true,"name":"label","left":136.0,"top":824.0,"width":101.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e3A舒适家年卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC8B845A7341510890236081","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550528,"v":true,"name":"icon_button","left":291.0,"top":820.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB5E16FAAC41510890236082","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550532,"v":true,"name":"label","left":314.0,"top":823.0,"width":46.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e5199\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w923D8E51961510890236084","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550536,"v":true,"name":"label","left":225.0,"top":886.0,"width":48.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e实付:\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w669776D4D71510890236085","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550540,"v":true,"name":"icon_button","left":271.0,"top":883.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w023A587F7C1510890236086","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550544,"v":true,"name":"label","left":300.0,"top":880.0,"width":63.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e4575\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w84824C74B01510890236087","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550548,"v":true,"name":"button","left":283.0,"top":925.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"取消退款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0363C\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8DBB84E2481510897729270","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550730,"v":true,"name":"rounded_rect","left":0.0,"top":978.0,"width":375.0,"height":185.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB5EEA5AAB11510897729273","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550734,"v":true,"name":"rounded_rect","left":0.0,"top":1013.0,"width":375.0,"height":110.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"#F0F0F0\r\n","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA82D31676A1510897729276","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550738,"v":true,"name":"label","left":15.0,"top":983.0,"width":134.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e2017-11-17 12:10:26\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7A56E050151510897729278","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550742,"v":true,"name":"label","left":291.0,"top":983.0,"width":65.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e退款成功\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#00BA86\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9E387456D91510897729281","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550746,"v":true,"name":"rounded_rect","left":16.0,"top":1018.0,"width":100.0,"height":100.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8D0FB4C4671510897729283","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550750,"v":true,"name":"label","left":136.0,"top":1026.0,"width":101.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e3A舒适家年卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4AF0AB56601510897729286","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550754,"v":true,"name":"icon_button","left":291.0,"top":1022.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4E569345741510897729288","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550758,"v":true,"name":"label","left":314.0,"top":1025.0,"width":46.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e5199\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8640BA66641510897729290","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550762,"v":true,"name":"label","left":225.0,"top":1088.0,"width":48.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e实付:\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w484009204D1510897729293","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550766,"v":true,"name":"icon_button","left":271.0,"top":1085.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE13CF60C951510897729295","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550770,"v":true,"name":"label","left":300.0,"top":1082.0,"width":63.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e4575\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w905D9104781510897729297","screen_cid":"sFF6762BEAD1510824336982","timestamp":28550774,"v":true,"name":"button","left":283.0,"top":1127.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"联系客服","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8C67EC78011510902876083","screen_cid":"sFF6762BEAD1510824336982","timestamp":28555714,"v":true,"name":"button","left":187.0,"top":925.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"联系客服","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w525793F6731510889402558","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550401,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":3},{"cid":"w69D19FE8DA1510899467206","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550792,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wE367BB04631510899467209","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550796,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"wACC0338D161510899467214","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550800,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单详情\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF36E4CF9691510899467218","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550804,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w02114400CC1510899467220","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550808,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w064EA2493E1510899467221","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550812,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC91BE76C7D1510899467224","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550816,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA26C0D23F91510899467225","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550820,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4F7F63F9B81510899540942","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550900,"v":true,"name":"rounded_rect","left":0.0,"top":130.0,"width":375.0,"height":110.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w213C62537D1510899588030","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550932,"v":true,"name":"rounded_rect","left":23.0,"top":134.0,"width":100.0,"height":100.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1D33F291F51510899686552","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550963,"v":true,"name":"label","left":150.0,"top":147.0,"width":129.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e高端保洁铂金月卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5C29D1037D1510899789299","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550971,"v":true,"name":"rounded_rect","left":0.0,"top":250.0,"width":375.0,"height":181.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w35B0EB00661510899815376","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550976,"v":true,"name":"label","left":44.0,"top":308.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单金额\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0A1C6E45491510899848219","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550983,"v":true,"name":"icon_button","left":270.0,"top":301.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w80AC53436C1510899931548","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550990,"v":true,"name":"label","left":302.0,"top":305.0,"width":34.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e799\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w38977252C61510899956760","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28550995,"v":true,"name":"label","left":44.0,"top":348.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e优惠减免\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w71717BC6521510899978006","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551002,"v":true,"name":"label","left":36.0,"top":398.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e实际支付\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8837F432721510900027225","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551014,"v":true,"name":"icon_button","left":270.0,"top":342.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w437BAFE2241510900027230","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551018,"v":true,"name":"label","left":302.0,"top":346.0,"width":34.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e400\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w547809C5D21510900046576","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551025,"v":true,"name":"hr","left":267.0,"top":354.0,"width":7.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0D102982E71510900101331","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551037,"v":true,"name":"icon_button","left":260.0,"top":393.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7D0492433B1510900101333","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551041,"v":true,"name":"label","left":295.0,"top":390.0,"width":48.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e399\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0172EECF271510900207625","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551060,"v":true,"name":"hr","left":0.0,"top":380.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF0525332531510900359271","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551157,"v":true,"name":"label","left":44.0,"top":261.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单编号\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8780D70E591510900372722","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551195,"v":true,"name":"hr","left":0.0,"top":289.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1C014FD6CD1510900406145","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551208,"v":true,"name":"label","left":184.0,"top":261.0,"width":159.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e201711175648474834\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w35470495DB1510900613797","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551217,"v":true,"name":"rounded_rect","left":0.0,"top":444.0,"width":375.0,"height":171.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC6C1B47C101510900693300","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551228,"v":true,"name":"label","left":44.0,"top":454.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6DC555D9061510900811493","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551237,"v":true,"name":"hr","left":0.0,"top":530.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF182692B1B1510900829768","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551241,"v":true,"name":"label","left":157.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e广州市\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w1A0B1D9AD81510900865152","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551250,"v":true,"name":"label","left":245.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e天河区\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCFC7116F611510900979080","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551270,"v":true,"name":"label","left":44.0,"top":542.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务留言\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w17A7E5686D1510901016434","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551274,"v":true,"name":"label","left":42.0,"top":493.0,"width":238.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e东圃大马路时代TIT广场A栋楼423\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDD469BF6821510901129800","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551286,"v":true,"name":"rounded_rect","left":0.0,"top":623.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w96D05C6C371510901129818","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551294,"v":true,"name":"icon_button","left":45.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBE5F0D5ADF1510901129822","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551298,"v":true,"name":"icon_button","left":285.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wEF4ECFFAF61510901129827","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551302,"v":true,"name":"icon_button","left":165.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7CDC4702881510901129831","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551306,"v":true,"name":"label","left":167.0,"top":658.0,"width":43.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA47DC4C2321510901214393","screen_cid":"s1DBDAC7B4F1510889402558","timestamp":28551328,"v":true,"name":"button","left":280.0,"top":200.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"立即付款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w51FC2A3F041510902281087","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551512,"v":true,"name":"rounded_rect","left":0.0,"top":444.0,"width":375.0,"height":171.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDDE1683FEF1510902281089","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551516,"v":true,"name":"label","left":44.0,"top":454.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w5835FF045B1510902281090","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551520,"v":true,"name":"hr","left":0.0,"top":530.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":3,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wA96F95F1D11510902281092","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551524,"v":true,"name":"label","left":157.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e广州市\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAF97D05D0D1510902281093","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551528,"v":true,"name":"label","left":245.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e天河区\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9293AA737F1510902281095","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551532,"v":true,"name":"label","left":44.0,"top":542.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务留言\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w684A554D311510902281096","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551536,"v":true,"name":"label","left":42.0,"top":493.0,"width":238.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e东圃大马路时代TIT广场A栋楼423\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w49D1FB16B31510902281098","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551540,"v":true,"name":"rounded_rect","left":0.0,"top":623.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":3,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF68942FE901510902281099","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551544,"v":true,"name":"icon_button","left":45.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w65EF153F431510902281101","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551548,"v":true,"name":"icon_button","left":285.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wBB7DAEB13C1510902281102","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551552,"v":true,"name":"icon_button","left":165.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":3,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w33BB6E23081510902281104","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551556,"v":true,"name":"label","left":167.0,"top":658.0,"width":43.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":3,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9451C25C641510902281106","screen_cid":"s6D1C28FBD21510902266513","timestamp":28551560,"v":true,"name":"button","left":280.0,"top":200.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"立即付款","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":3,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8CA37BD1021510902343103","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555464,"v":true,"name":"status_bar","left":null,"top":null,"width":375.0,"height":20.0,"gid":null,"locked":false,"text":"中国移动","th":"light","bg":"#101010","tc":"#FAFAFA","bc":"","o":100,"z":5},{"cid":"w47B01D78AB1510902343106","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555468,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":45.0,"gid":null,"locked":false,"text":"个人中心","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"","tc":"","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w56A288A00D1510902343108","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555472,"v":true,"name":"navigation_bar","left":null,"top":null,"width":375.0,"height":54.0,"gid":null,"locked":false,"text":"","fs":18,"z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#101010","tc":"#f8f8f8","bc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa"},{"cid":"w122774AD741510902343110","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555476,"v":true,"name":"rounded_rect","left":0.0,"top":74.0,"width":375.0,"height":48.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单详情\u003c/p\u003e","fs":17,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":25,"th":"","td":"normal","bo":0,"i":0,"bg":"#1FB983\r\n","bc":"transparent","tc":"#FAFAFA","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF022B4E0181510902343118","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555480,"v":true,"name":"icon_button","left":0.0,"top":76.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":true,"fixed_type":2,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6ED6F24EF61510902343122","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555484,"v":true,"name":"icon_button","left":0.0,"top":28.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"mb-mobile-back","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#101010","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC508F399461510902343124","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555488,"v":true,"name":"label","left":33.0,"top":38.0,"width":88.0,"height":26.0,"gid":null,"locked":false,"text":"\u003cp\u003e返回 关闭\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"transparent","bc":"","tc":"#f8f8f8","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2B756949751510902343126","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555492,"v":true,"name":"icon_button","left":313.0,"top":29.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-ellipsis-h","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#ffffff","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wE03B267AC41510902343128","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555496,"v":true,"name":"label","left":141.0,"top":38.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e一号家政\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wCC045116811510902343129","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555500,"v":true,"name":"rounded_rect","left":0.0,"top":130.0,"width":375.0,"height":110.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wAADCC9A9A71510902343131","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555504,"v":true,"name":"rounded_rect","left":23.0,"top":134.0,"width":100.0,"height":100.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":2,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9FA69B0C511510902343132","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555508,"v":true,"name":"label","left":150.0,"top":147.0,"width":129.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e高端保洁铂金月卡\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"#101010","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6796CB6EA91510902343134","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555512,"v":true,"name":"rounded_rect","left":0.0,"top":250.0,"width":375.0,"height":181.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7CBBBA97031510902343135","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555516,"v":true,"name":"label","left":44.0,"top":308.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单金额\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0A1710EBEB1510902343137","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555520,"v":true,"name":"icon_button","left":270.0,"top":301.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w74FA05816A1510902343138","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555524,"v":true,"name":"label","left":302.0,"top":305.0,"width":34.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e799\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDE95358B941510902343139","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555528,"v":true,"name":"label","left":44.0,"top":348.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e优惠减免\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w8BEEA12FCB1510902343141","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555532,"v":true,"name":"label","left":36.0,"top":398.0,"width":81.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e实际支付\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w7588868B691510902343144","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555536,"v":true,"name":"icon_button","left":270.0,"top":342.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":15,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"#989898\r\n","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w4F577843E01510902343145","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555540,"v":true,"name":"label","left":302.0,"top":346.0,"width":34.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e400\u003c/p\u003e","fs":20,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":29,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w78115205F31510902343146","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555544,"v":true,"name":"hr","left":267.0,"top":354.0,"width":7.0,"height":12.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"#989898\r\n","ls":0,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wF599EB29021510902343147","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555548,"v":true,"name":"icon_button","left":260.0,"top":393.0,"width":33.0,"height":34.0,"gid":null,"locked":false,"is":20,"icon":"fa-jpy","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wDD81C7C4511510902343148","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555552,"v":true,"name":"label","left":295.0,"top":390.0,"width":48.0,"height":41.0,"gid":null,"locked":false,"text":"\u003cp\u003e399\u003c/p\u003e","fs":28,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":41,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB854284A3F1510902343149","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555556,"v":true,"name":"hr","left":0.0,"top":380.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w13DAAB82D91510902343152","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555560,"v":true,"name":"label","left":44.0,"top":261.0,"width":65.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e订单编号\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0F98AC45A81510902343153","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555564,"v":true,"name":"hr","left":0.0,"top":289.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC823726FE11510902343154","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555568,"v":true,"name":"label","left":184.0,"top":261.0,"width":159.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e201711175648474834\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wD2BFD38BA51510902343155","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555572,"v":true,"name":"rounded_rect","left":0.0,"top":444.0,"width":375.0,"height":171.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w6A18F847B61510902343157","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555576,"v":true,"name":"label","left":44.0,"top":454.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务地址\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w3A822D802B1510902343158","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555580,"v":true,"name":"hr","left":0.0,"top":530.0,"width":375.0,"height":10.0,"gid":null,"locked":false,"o":100,"z":5,"th":"","bc":"","ls":2,"ro":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wC0DD97D3951510902343159","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555584,"v":true,"name":"label","left":157.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e广州市\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0EFB9C77601510902343160","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555588,"v":true,"name":"label","left":245.0,"top":455.0,"width":55.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e天河区\u003c/p\u003e","fs":18,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":26,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w675ECD61BE1510902343161","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555592,"v":true,"name":"label","left":44.0,"top":542.0,"width":65.0,"height":29.0,"gid":null,"locked":false,"text":"\u003cp\u003e服务留言\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"#989898\r\n","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w22CE4C505E1510902343162","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555596,"v":true,"name":"label","left":42.0,"top":493.0,"width":238.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e东圃大马路时代TIT广场A栋楼423\u003c/p\u003e","fs":16,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":23,"td":"normal","bo":0,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w0755FE06F81510902343163","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555600,"v":true,"name":"rounded_rect","left":0.0,"top":623.0,"width":375.0,"height":60.0,"gid":null,"locked":false,"text":"","fs":14,"br":0,"bs":1,"ha":"center","va":"middle","z":5,"lh":20,"th":"","td":"normal","bo":0,"i":0,"bg":"","bc":"transparent","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":1,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w76422205641510902343166","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555608,"v":true,"name":"icon_button","left":45.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":35,"icon":"md-home","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w2C26E67C401510902343168","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555612,"v":true,"name":"icon_button","left":285.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":30,"icon":"fa-user","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB2C0BA8DD81510902343169","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555616,"v":true,"name":"icon_button","left":165.0,"top":623.0,"width":45.0,"height":45.0,"gid":null,"locked":false,"is":24,"icon":"fa-credit-card-alt","br":0,"bs":0,"z":5,"th":"","bg":"","bc":"","tc":"","o":100,"ds":0,"sc":"#aaaaaa","ro":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"wB189FD2D1E1510902343170","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555620,"v":true,"name":"label","left":167.0,"top":658.0,"width":43.0,"height":23.0,"gid":null,"locked":false,"text":"\u003cp\u003e预约卡\u003c/p\u003e","fs":14,"br":0,"bs":0,"ha":"center","va":"middle","z":5,"th":"","lh":20,"td":"normal","bo":1,"i":0,"bg":"","bc":"","tc":"","o":100,"ts":0,"tsc":"#aaaaaa","ds":0,"sc":"#aaaaaa","ro":0,"padding":0,"ls":0,"fixed":true,"fixed_type":3,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"},{"cid":"w9FE1BEA78D1510902343171","screen_cid":"s6D1C28FBD21510902266513","timestamp":28555624,"v":true,"name":"button","left":280.0,"top":200.0,"width":80.0,"height":30.0,"gid":null,"locked":false,"text":"预约详情","fs":14,"br":4,"bs":1,"ha":"center","va":"middle","z":5,"th":"","td":"normal","bo":0,"i":0,"bg":"#22BCA9\r\n","bc":"transparent","tc":"#ffffff","o":100,"ts":0,"tsc":"#aaaaaa","ds":3,"sc":"#aaaaaa","ro":0,"ls":0,"icon":"","is":14,"fixed":false,"fixed_type":1,"ani_name":"none","ani_delay":"0","ani_count":"1","ani_duration":"0"}],"links":[{"cid":"lCE7EEBF7C31510801442097","screen_cid":"s934F8AFE7B1510730341919","target_cid":"sE6A6778B571510733300919","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l3611B3FC9F1510800242524","screen_cid":"sE6A6778B571510733300919","target_cid":"s8B773E041C1510800133557","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"lE9BC07199B1510812653801","screen_cid":"sE6A6778B571510733300919","target_cid":"s0BF85D50811510803510244","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l85431ffaa221591caa8c57","screen_cid":"sc0e4c8d75775b62acf2be9","target_cid":"s7e67225965a0f60adc521a","transition":"slideleft","gesture":"left","timer":2.0,"menu_offset":75,"reset":false,"ani_duration":null,"ani_delay":null,"state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":null},{"cid":"l70719ededf432678ebe852","screen_cid":"s0a720a8db64cd91a3ca90d","target_cid":"sc0e4c8d75775b62acf2be9","transition":"slideleft","gesture":"left","timer":2.0,"menu_offset":75,"reset":false,"ani_duration":null,"ani_delay":null,"state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":null},{"cid":"l9af457458a671a8e2561f9","screen_cid":"s8876686d9bd6c7e6f16210","target_cid":"s0a720a8db64cd91a3ca90d","transition":"slideleft","gesture":"left","timer":2.0,"menu_offset":75,"reset":false,"ani_duration":null,"ani_delay":null,"state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":null},{"cid":"l0fa1570f9a29a1ab008bee","screen_cid":"s7e67225965a0f60adc521a","target_cid":"s8876686d9bd6c7e6f16210","transition":"slideleft","gesture":"left","timer":2.0,"menu_offset":75,"reset":false,"ani_duration":null,"ani_delay":null,"state_cid":null,"widget_cids":null,"targetstate_cid":null,"sourcestate_cid":null},{"cid":"lBA0D272E551510813906852","screen_cid":"s8B773E041C1510800133557","target_cid":"sD6B158EE881510730341918","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l9D040E36601510801168530","screen_cid":"s1016D60A471510800679793","target_cid":"sE6A6778B571510733300919","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"lEF6485FB3D1510800966000","screen_cid":"sC83401BDA71510800723274","target_cid":"sE0B04A080D1510800795842","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"lF9C3B72B851510817067163","screen_cid":"sE0B04A080D1510800795842","target_cid":"s1016D60A471510800679793","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"lD0351031261510804633599","screen_cid":"s0BF85D50811510803510244","target_cid":"s3F832E40621510804096887","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"},{"cid":"l78D16793861510814934971","screen_cid":"s2BBCCCA1F41510814896910","target_cid":"s3F832E40621510804096887","transition":"none","gesture":"tap","timer":0.0,"menu_offset":75,"reset":true,"ani_duration":"0.2s","ani_delay":"","state_cid":null,"widget_cids":"","targetstate_cid":null,"sourcestate_cid":"default"}],"panels":[],"screen_aligns":[],"screenstates":[],"widgetstates":[],"panelstates":[],"devices":{"android":{"google_nexus":{"width":360,"height":640,"name":"Google Pixel"},"samsung":{"width":360,"height":640,"name":"Samsung"},"Xiaomi":{"width":360,"height":640,"name":"XiaoMi"},"Huawei":{"width":360,"height":640,"name":"Huawei"},"Meizu":{"width":360,"height":600,"name":"Meizu","hide":true},"google_nexus_4":{"width":384,"height":640,"name":"Google Nexus 4","hide":true},"customize":{"width":360,"height":640,"name":"Customize"}},"iphone":{"iphone_4":{"width":320,"height":480,"scale":100,"icon_size":"120x120","name":"iPhone 4","hide":true},"iphone_5":{"width":320,"height":568,"scale":100,"icon_size":"120x120","name":"iPhone 5/SE"},"iphone_6":{"width":375,"height":667,"scale":100,"icon_size":"180x180","name":"iPhone 6/7/8"},"iphone_6_plus":{"width":414,"height":736,"scale":100,"icon_size":"180x180","name":"iPhone 6/7/8 Plus"},"iphone_x":{"width":375,"height":812,"scale":100,"icon_size":"180x180","name":"iPhone X"}},"ipad":{"ipad_3_4":{"width":768,"height":1024,"scale":75,"icon_size":"152x152","name":"iPad"},"ipad_pro":{"width":1024,"height":1366,"scale":75,"icon_size":"152x152","name":"iPad Pro"}},"web":{"desktop":{"width":1440,"height":1024,"name":"Webpage"}},"default":{"iphone":"iphone_5","ipad":"ipad_3_4","android":"google_nexus"}},"collaborators":[],"threads":[],"comments":[],"teams":[]}</script>
|