messages.ts 835 B

12345678910111213141516171819202122232425
  1. export const messages = {
  2. home: { shareTitle: '筑巢荟' },
  3. moment: { imageNotExist: '请上传图片' },
  4. publish: { successTitle: '发布成功' },
  5. messages: {
  6. pointNotice: '确认后,积分即刻到账,如有问题请驳回,联系材料商/平台客服,修改后再次确认',
  7. },
  8. mine: {
  9. authentication: {
  10. channelSourceErrorText: '请选择来源',
  11. referrerErrorText: '请输入推荐人编号',
  12. designerNameErrorText: '请输入姓名',
  13. employerErrorText: '请输入公司',
  14. spatialExpertiseTypeErrorText: '请选择擅长空间类型',
  15. attachmentErrorText: '请上传附件',
  16. },
  17. },
  18. components: {
  19. toast: {
  20. pleaseLogin: '请先登录',
  21. pleaseAuthentication: '请先完成认证',
  22. levelNotEnough: '普通会员无法分享',
  23. },
  24. },
  25. }