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

14 lines
479 B

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