Commit 9d1cb9aa authored by wildfirecode's avatar wildfirecode

1

parent f9948dfe
......@@ -72,17 +72,19 @@ Page({
"avatar": avatar,
"userNick": nickName,
"activityId": app.activityId,
"inviteId": this.inviteId,
"isFollow": isFollow
};
if (this.inviteId !== undefined) {
loginParams.inviteId = this.inviteId
}
console.warn('发送接口filaStar login,发送参数为', loginParams)
console.warn('发送接口filaStar login,发送参数为', JSON.stringify(loginParams));
fc.invoke(
"filaStar", loginParams,
"login"
)
.then(async res => { //登录完才显示页面
console.warn('filaStar login调用完毕返回数据为', res);
console.warn('filaStar login调用完毕返回数据为', JSON.stringify(res));
app.inviteId = res.data.inviteId
// app.sellerId = res.data.sellerId;
//创建Main
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment