邀请页面

This commit is contained in:
唐明明
2022-06-10 15:32:48 +08:00
parent d7cd566e57
commit b4e55f90ec
14 changed files with 4515 additions and 3810 deletions

View File

@@ -27,8 +27,6 @@ const request = (parameter, hideLoding = true) => {
})
return
}
console.log(store.getters.getToken)
console.log(uni.getStorageSync('token'))
// 注入header
config.header = {
'Accept': 'application/json',

View File

@@ -21,7 +21,15 @@ const chainSeed = () => {
})
}
// 获取邀请码
const invitationCode = () => {
return request({
url: 'user/invite'
})
}
export {
info,
chainSeed
chainSeed,
invitationCode
}