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
9682a8b5
Commit
9682a8b5
authored
Jun 23, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ccb85b2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3153 additions
and
3158 deletions
+3153
-3158
index.js
client/pages/index/index.js
+3
-3
output.js
client/pages/index/output.js
+3150
-3155
No files found.
client/pages/index/index.js
View file @
9682a8b5
...
...
@@ -21,7 +21,7 @@ Page({
if
(
query
.
inviteId
)
this
.
inviteId
=
query
.
inviteId
},
onReady
()
{
},
onCanvasReady
()
{
...
...
@@ -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
...
...
client/pages/index/output.js
View file @
9682a8b5
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