Commit c4cb0277 authored by wangxuelai's avatar wangxuelai

ss

parent 1c0545e1
......@@ -106,7 +106,7 @@ Component({
})
},
godialog () {
console.log('dddd');
console.log(this.data.path, 'dddd');
this.triggerEvent('godialog');
}
}
......
......@@ -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();
......
......@@ -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}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment