Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
f5472cbe
Commit
f5472cbe
authored
Nov 14, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
052bf502
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
definePage.js
js/definePage.js
+0
-1
influencelist.js
src/pages/myinfluence/influencelist.js
+0
-3
index.js
src/pages/myschedule/index.js
+0
-1
No files found.
js/definePage.js
View file @
f5472cbe
...
...
@@ -38,7 +38,6 @@ const definePage = function () {
})
}
function
getForQueryStudentId
(
path
,
query
)
{
console
.
log
(
query
,
'query'
);
let
returnObj
=
{};
const
pageObj
=
parameter
.
find
(
ele
=>
ele
.
root
==
path
)
||
null
;
let
queryParams
=
{};
...
...
src/pages/myinfluence/influencelist.js
View file @
f5472cbe
...
...
@@ -26,7 +26,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
console
.
log
(
2222
)
wx
.
setNavigationBarColor
({
frontColor
:
'#ffffff'
,
backgroundColor
:
'#FFD146'
,
...
...
@@ -35,7 +34,6 @@ Page({
timingFunc
:
'linear'
},
success
:
(
result
)
=>
{
},
fail
:
()
=>
{},
complete
:
()
=>
{}
...
...
@@ -99,5 +97,4 @@ Page({
isExpend
:
flag
})
}
})
\ No newline at end of file
src/pages/myschedule/index.js
View file @
f5472cbe
...
...
@@ -26,7 +26,6 @@ Page({
onLoad
:
function
(
options
)
{
// Do some initialize when page load.
const
{
sid
}
=
options
;
let
currentTime
=
this
.
formatDate
();
this
.
setData
({
sid
,
date
:
currentTime
,
...
...
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