Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobaominiDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
taobaominiDemo
Commits
9d1cb9aa
Commit
9d1cb9aa
authored
Jun 23, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f9948dfe
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
337 additions
and
1214 deletions
+337
-1214
index.js
client/pages/index/index.js
+5
-3
output.js
client/pages/index/output.js
+332
-1211
No files found.
client/pages/index/index.js
View file @
9d1cb9aa
...
@@ -72,17 +72,19 @@ Page({
...
@@ -72,17 +72,19 @@ Page({
"avatar"
:
avatar
,
"avatar"
:
avatar
,
"userNick"
:
nickName
,
"userNick"
:
nickName
,
"activityId"
:
app
.
activityId
,
"activityId"
:
app
.
activityId
,
"inviteId"
:
this
.
inviteId
,
"isFollow"
:
isFollow
"isFollow"
:
isFollow
};
};
if
(
this
.
inviteId
!==
undefined
)
{
loginParams
.
inviteId
=
this
.
inviteId
}
console
.
warn
(
'发送接口filaStar login,发送参数为'
,
loginParams
)
console
.
warn
(
'发送接口filaStar login,发送参数为'
,
JSON
.
stringify
(
loginParams
));
fc
.
invoke
(
fc
.
invoke
(
"filaStar"
,
loginParams
,
"filaStar"
,
loginParams
,
"login"
"login"
)
)
.
then
(
async
res
=>
{
//登录完才显示页面
.
then
(
async
res
=>
{
//登录完才显示页面
console
.
warn
(
'filaStar login调用完毕返回数据为'
,
res
);
console
.
warn
(
'filaStar login调用完毕返回数据为'
,
JSON
.
stringify
(
res
)
);
app
.
inviteId
=
res
.
data
.
inviteId
app
.
inviteId
=
res
.
data
.
inviteId
// app.sellerId = res.data.sellerId;
// app.sellerId = res.data.sellerId;
//创建Main
//创建Main
...
...
client/pages/index/output.js
View file @
9d1cb9aa
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment