Commit c4cb0277 authored by wangxuelai's avatar wangxuelai

ss

parent 1c0545e1
...@@ -106,7 +106,7 @@ Component({ ...@@ -106,7 +106,7 @@ Component({
}) })
}, },
godialog () { godialog () {
console.log('dddd'); console.log(this.data.path, 'dddd');
this.triggerEvent('godialog'); this.triggerEvent('godialog');
} }
} }
......
...@@ -53,6 +53,7 @@ Page({ ...@@ -53,6 +53,7 @@ Page({
schoolTotal: 0, schoolTotal: 0,
cSchoolList: [], cSchoolList: [],
cSchoolTotal: 0, cSchoolTotal: 0,
sendpath: '/ucenter/index',
waitJob: {}, waitJob: {},
noticecount: { 1: 0, 2: 0, 3: 0, 4: 0 }, noticecount: { 1: 0, 2: 0, 3: 0, 4: 0 },
sid: 0, sid: 0,
...@@ -214,8 +215,10 @@ Page({ ...@@ -214,8 +215,10 @@ Page({
class_times: data.class_times, class_times: data.class_times,
clock_days: data.clock_days, clock_days: data.clock_days,
integral_balance: data.integral_balance, integral_balance: data.integral_balance,
} },
sendpath: `/ucenter/index?id=${data.student_id}`
}) })
// console.log(this.data.userInfo, 'userInfo')
this.noticecountGet(); this.noticecountGet();
this.viewlistGet();//获取看客列表5条数据 this.viewlistGet();//获取看客列表5条数据
this.getIdentitylist(); this.getIdentitylist();
......
...@@ -184,6 +184,7 @@ ...@@ -184,6 +184,7 @@
bind:opendia="opendia" bind:opendia="opendia"
bind:godialog="godialog" bind:godialog="godialog"
newpath="/ucenter/index" newpath="/ucenter/index"
path="{{sendpath}}"
coverimg="service/tosue.png" coverimg="service/tosue.png"
></sjdbottombar> ></sjdbottombar>
<view class="modal modalUsers {{modelUsersAnimate? 'hide': ''}}" hidden="{{!modalUsers}}"> <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