Commit 9682a8b5 authored by wildfirecode's avatar wildfirecode

1

parent 5ccb85b2
......@@ -78,13 +78,13 @@ Page({
loginParams.inviteId = this.inviteId
}
console.warn('发送接口filaStar login,发送参数为', JSON.stringify(loginParams));
console.warn('发送接口filaStar login,发送参数为', JSON.stringify(loginParams), loginParams);
fc.invoke(
"filaStar", loginParams,
"login"
)
.then(async res => { //登录完才显示页面
console.warn('filaStar login调用完毕返回数据为', JSON.stringify(res));
console.warn('filaStar login调用完毕返回数据为', JSON.stringify(res), res);
app.inviteId = res.data.inviteId
// app.sellerId = res.data.sellerId;
//创建Main
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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