var dataBase = { //认证字典 authCode: { 0: "未认证", 1: "认证审核中", 2: "已认证", 3: "市商认证", unautherized: 0, // 未认证 unmaker: 2 //未成为市商 }, c2cIndexDetailTypeCode: { "1": "购买", "-1": "出售" }, //用户交易信息字典 userPayCode: { 0: "微信", 1: "支付宝", 2: "银行", wx: 0, zfb: 1, yhk: 2 }, // 常用 c2cMsgSuccess: "操作成功", c2cMsgError: "操作失败", c2cBtnNotarizeText: "确认", c2cBtnCancelText: "取消", c2cBtnSaveText: "保存", c2cBuyText: "购买", c2cSellText: "出售", c2cMsgTextNullError: "请把信息补充完整", c2cUploadError: "上传失败", c2cNativeUIText: "等待中...", c2cNotBoundText: "未绑定", //c2c首页 c2cIndexTitle: "场外交易", c2cIndexHeaderAuthBtn: "去认证", c2cIndexHeaderMakerBtnShow: "成为市商", c2cIndexHeaderUserNameTitle: "账号", c2cIndexMiddleMyOrderTitle: "我的发布", c2cIndexMiddleMyTransactionTitle: "我的交易", c2cIndexMiddleTransactionCenterTitle: "交易中心", c2cIndexFootTransactionRecordTitle: "交易记录", c2cIndexFootSeeMoreTitle: "查看更多", //c2c用户认证 c2cGetUserAuthTitle: "认证", c2cGetUserAuthRealNameText: "真实姓名", c2cGetUserAuthRealNamePlaceholder: "请输入真实姓名", c2cGetUserAuthIdentityCardText: "身份证", c2cGetUserAuthIdentityCardPlaceholder: "请输入身份证", c2cGetUserAuthImgText: "手持身份证照片", c2cGetUserAuthPictrueFrontText: "正面", c2cGetUserAuthPictrueOppositeText: "反面", c2cGetUserAuthPictrueMainText: "手持身份证照片", c2cGetUserAuthInfoText: "说明:证件照必须清晰可识别,材料审核需要3~5个工作日。", c2cGetUserAuthBtnText: "提交认证", //c2c设置页 c2cUserGearTitle: "设置", c2cUserGearSaveNickNameText: "昵称", c2cUserGearSavePayPasswordText: "场外密码设置", c2cUserGearUserPayText: "收款方式", c2cUserGearAboutC2cText: "关于场外", //c2c昵称设置页 c2cSaveNickNameTitle: "昵称设置", c2cSaveNickNameMsgRepetitionError: "昵称没有变化", c2cSaveNickNameMsgNullError: "昵称不能为空", c2cSaveNickNameMsgLengthError: "昵称长度请控制在 1-6 个字符", //c2c场外交易密码设置页 c2cSavePayPasswordTitle: "场外交易密码设置", c2cSavePayPasswordOldPayPasswordText: "旧密码", c2cSavePayPasswordNewPayPasswordText: "新密码", c2cSavePayPasswordAffirmNewPayPasswordText: "确认密码", c2cSavePayPasswordResetPasswordText: "忘记旧密码?点击我", c2cSavePayPasswordMsgRepetitionError: "交易密码没有变化", c2cSavePayPasswordMsgLengthError: "交易密码长度请控制在6-16位", c2cSavePayPasswordMsgFormatError: "格式错误,交易密码只能由数字组成", c2cSavePayPasswordMsgAffirmError: "交易密码输入不一致", //收款方式页 c2cUserPayTitle: "收款方式", c2cUserPayWXText: "微信", c2cUserPayZFBText: "支付宝", c2cUserPayYHKText: "银行卡", // c2c微信设置页 c2cSaveUserPayWXTitle: "微信设置", c2cSaveUserPayWXNickNameText: "昵称", c2cSaveUserPayWXNickNamePlaceholder: "请输入微信昵称", c2cSaveUserPayWXCodeText: "收款码", c2cSaveUserPayWXMsgNickNameNullError: "微信昵称不能为空", c2cSaveUserPayWXMsgCodeNullError: "上传图片失败,请刷新后重试", c2cSaveUserPayWXImgNullError: "请选择上传的图片", c2cSaveUserPayWXError: "您没有修改什么", // c2c支付宝设置页 c2cSaveUserPayZFBTitle: "支付宝设置", c2cSaveUserPayZFBNickNameText: "昵称", c2cSaveUserPayZFBNickNamePlaceholder: "请输入支付宝昵称", c2cSaveUserPayZFBCodeText: "收款码", c2cSaveUserPayZFBMsgNickNameNullError: "支付宝昵称不能为空", c2cSaveUserPayZFBMsgCodeNullError: "上传图片失败,请刷新后重试", c2cSaveUserPayZFBImgNullError: "请选择上传的图片", c2cSaveUserPayZFBError: "您没有修改什么", // c2c银行卡设置页 c2cSaveUserPayYHKTitle: "银行卡设置", c2cSaveUserPayYHKbankCardNameText: "持卡人", c2cSaveUserPayYHKbankCardNamePlaceholder: "请输入持卡人", c2cSaveUserPayYHKbankTypeText: "开卡银行", c2cSaveUserPayYHKbankTypePlaceholder: "请输入开卡银行", c2cSaveUserPayYHKbankNumberText: "银行卡号", c2cSaveUserPayYHKbankNumberPlaceholder: "请输入银行卡号", c2cSaveUserPayYHKbankNumberFormatError: "银行卡号格式错误", c2cSaveUserPayYHKError: "您没有修改什么", }