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
c4cb0277
Commit
c4cb0277
authored
Feb 10, 2020
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss
parent
1c0545e1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
index.js
components/sjdbottombar/index.js
+1
-1
index.js
ucenter/index.js
+4
-1
index.wxml
ucenter/index.wxml
+1
-0
No files found.
components/sjdbottombar/index.js
View file @
c4cb0277
...
...
@@ -106,7 +106,7 @@ Component({
})
},
godialog
()
{
console
.
log
(
'dddd'
);
console
.
log
(
this
.
data
.
path
,
'dddd'
);
this
.
triggerEvent
(
'godialog'
);
}
}
...
...
ucenter/index.js
View file @
c4cb0277
...
...
@@ -53,6 +53,7 @@ Page({
schoolTotal
:
0
,
cSchoolList
:
[],
cSchoolTotal
:
0
,
sendpath
:
'/ucenter/index'
,
waitJob
:
{},
noticecount
:
{
1
:
0
,
2
:
0
,
3
:
0
,
4
:
0
},
sid
:
0
,
...
...
@@ -214,8 +215,10 @@ Page({
class_times
:
data
.
class_times
,
clock_days
:
data
.
clock_days
,
integral_balance
:
data
.
integral_balance
,
}
},
sendpath
:
`/ucenter/index?id=
${
data
.
student_id
}
`
})
// console.log(this.data.userInfo, 'userInfo')
this
.
noticecountGet
();
this
.
viewlistGet
();
//获取看客列表5条数据
this
.
getIdentitylist
();
...
...
ucenter/index.wxml
View file @
c4cb0277
...
...
@@ -184,6 +184,7 @@
bind:opendia="opendia"
bind:godialog="godialog"
newpath="/ucenter/index"
path="{{sendpath}}"
coverimg="service/tosue.png"
></sjdbottombar>
<view class="modal modalUsers {{modelUsersAnimate? 'hide': ''}}" hidden="{{!modalUsers}}">
...
...
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