Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
8bfa6655
Commit
8bfa6655
authored
Mar 13, 2020
by
pengguangpu
Browse files
Options
Browse Files
Download
Plain Diff
合并远程代码;
parents
e321ba57
7ea3b03b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
bg_home.png
images/bg_home.png
+0
-0
login.js
pages/login/login.js
+10
-11
No files found.
images/bg_home.png
View replaced file @
e321ba57
View file @
8bfa6655
170 KB
|
W:
|
H:
421 KB
|
W:
|
H:
2-up
Swipe
Onion skin
pages/login/login.js
View file @
8bfa6655
...
...
@@ -147,7 +147,6 @@ Page({
},
loginCallback
(
res
)
{
console
.
log
(
"业务层登录 success==>"
+
JSON
.
stringify
(
res
));
my
.
hideLoading
();
if
(
res
.
code
==
0
)
{
//本地存储账户信息
my
.
setStorageSync
({
...
...
@@ -157,16 +156,6 @@ Page({
//登陆信息设置到全局变量
getApp
().
globalData
.
localAccountInfo
=
res
.
data
;
console
.
info
(
`localAccountInfo:
${
JSON
.
stringify
(
getApp
().
globalData
.
localAccountInfo
)}
`
);
//todo 临时跳转到扫商品页面 跳转广告页
my
.
reLaunch
({
url
:
"/pages/home/home"
});
my
.
showToast
({
type
:
'success'
,
content
:
'登录成功'
,
duration
:
3000
});
//通知后屏登录成功
this
.
sendLoginOkToBackScreen
();
...
...
@@ -174,6 +163,7 @@ Page({
errHidden
:
true
});
}
else
{
my
.
hideLoading
();
//提示登录失败
my
.
showToast
({
type
:
'fail'
,
...
...
@@ -206,6 +196,15 @@ Page({
data
:
commonRequest
,
success
:
(
res
)
=>
{
console
.
log
(
"登录成功通知后屏 成功 ===》"
+
JSON
.
stringify
(
res
));
my
.
hideLoading
();
my
.
reLaunch
({
url
:
"/pages/home/home"
});
my
.
showToast
({
type
:
'success'
,
content
:
'登录成功'
,
duration
:
3000
});
},
fail
:
(
res
)
=>
{
console
.
log
(
"登录成功通知后屏 失败 ===》 "
+
JSON
.
stringify
(
res
));
...
...
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