12345678910111213141516171819202122232425 |
- export const messages = {
- home: { shareTitle: '筑巢荟' },
- moment: { imageNotExist: '请上传图片' },
- publish: { successTitle: '发布成功' },
- messages: {
- pointNotice: '确认后,积分即刻到账,如有问题请驳回,联系材料商/平台客服,修改后再次确认',
- },
- mine: {
- authentication: {
- channelSourceErrorText: '请选择来源',
- referrerErrorText: '请输入推荐人编号',
- designerNameErrorText: '请输入姓名',
- employerErrorText: '请输入公司',
- spatialExpertiseTypeErrorText: '请选择擅长空间类型',
- attachmentErrorText: '请上传附件',
- },
- },
- components: {
- toast: {
- pleaseLogin: '请先登录',
- pleaseAuthentication: '请先完成认证',
- levelNotEnough: '普通会员无法分享',
- },
- },
- }
|