Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b31c13f3
authored
Aug 13, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
parents
1fd2f552
ec22d600
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
pages/tab/home/home.js
pages/tab/home/home.js
View file @
b31c13f3
...
...
@@ -33,10 +33,6 @@ Page({
getTopData
:
function
()
{
let
me
=
this
;
let
token
=
wx
.
getStorageSync
(
'access_token'
)
||
''
;
// this.setData({
// xjList: [],
// })
getData
(
apis
.
inquirySearch
,
'get'
,
{
"offset"
:
10
,
"p1"
:
1
,
...
...
@@ -159,7 +155,7 @@ Page({
this
.
getTopData
();
if
(
judgeToken
())
{
if
(
wx
.
getStorageSync
(
'homeToken'
))
{
this
.
getData
();
this
.
getData
(
false
);
wx
.
removeStorageSync
(
'homeToken'
)
}
...
...
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