// 推广链接相关数据
|
|
const shareData = {
|
|
// 用户信息
|
|
userInfo: {
|
|
avatar: '/static/image/中森明菜.webp',
|
|
nickname: '辣妈Citti"',
|
|
role: '首席'
|
|
},
|
|
// 推广码
|
|
inviteCode: '888888',
|
|
// 小程序码图片,应当使用标准微信小程序码样式的图片
|
|
// qrCodeImage: '/static/image/miniprogram-qrcode.png' // 替换为标准微信小程序码图片
|
|
qrCodeImage: '/static/image/红烧肉.webp'
|
|
}
|
|
|
|
// 统一导出
|
|
module.exports = {
|
|
shareData
|
|
}
|