Commit 191ee931 authored by wangxuelai's avatar wangxuelai

''

parent 4e172cdf
......@@ -108,7 +108,7 @@ WussComponent({
_downTime(){
clearInterval(this.downtimer);
this.downtimer = setInterval(() => {
// console.log('启动了毫秒的计时器');
console.log('启动了毫秒的计时器');
this.setData({
downTime:Number(this.data.downTime)-1>=0?(Number(this.data.downTime)-1>=10?Number(this.data.downTime)-1:'0'+(Number(this.data.downTime)-1)):99
})
......
......@@ -405,9 +405,7 @@ Component({
url: `/src/pages/clockdetail/newindex?tid=${this.data.clock.subject_id}&cid=${this.data.clock.id}`,
})
}
},
goThemeIndex (e) {
const item = e.currentTarget.dataset.subject;
// if(item.subject_type == 2){
......
......@@ -158,11 +158,6 @@ Page({
cid,
o
} = options;
console.log({
tid,
cid,
o
});
this.setData({
tid,
cid,
......@@ -451,8 +446,7 @@ Page({
tid: data.subject_id
}, () => {
this.queryActivtySchoolInfo(this.data.sid);
this.adInfoGet();
this.clockListGet()
// this.adInfoGet();
this.circleDetailGet(data.class_id)
this.randomstudents()
this.oddjobschools()
......@@ -1646,6 +1640,7 @@ Page({
this.setData({
noUserinfo: true
})
this.clockListGet();
}
if (code == 200) {
if (data) {
......@@ -1657,6 +1652,7 @@ Page({
this.setData({
noUserinfo: true
})
this.clockListGet();
}
}
}).then(() => {
......
......@@ -99,7 +99,6 @@
<view class="line-20" wx:if="{{noUserinfo}}">
</view>
<!-- <view class="introduce" style="padding-bottom: 120rpx" wx:if="{{noUserinfo}}"> -->
<view class="introduce" style="padding-bottom: 120rpx" wx:if="{{noUserinfo}}">
<view class="title">精选作业</view>
<view class="line-16"></view>
......
......@@ -1485,7 +1485,7 @@ Page({
}
return rankrecord({
page: 1,
perPage: 20,
perPage: 1,
school_id: this.data.themeSelect.school_id,
type: 1,
consumer_id: visitor && visitor.id,
......
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