敢为人鲜小程序前端代码仓库
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.

19 lines
526 B

  1. // 推广链接相关数据
  2. const shareData = {
  3. // 用户信息
  4. userInfo: {
  5. avatar: '/static/image/中森明菜.webp',
  6. nickname: '辣妈Citti"',
  7. role: '首席'
  8. },
  9. // 推广码
  10. inviteCode: '888888',
  11. // 小程序码图片,应当使用标准微信小程序码样式的图片
  12. // qrCodeImage: '/static/image/miniprogram-qrcode.png' // 替换为标准微信小程序码图片
  13. qrCodeImage: '/static/image/红烧肉.webp'
  14. }
  15. // 统一导出
  16. module.exports = {
  17. shareData
  18. }