This commit is contained in:
lmj
2022-11-17 14:29:12 +08:00
parent 812a6625f4
commit c82c510220

View File

@@ -15,7 +15,7 @@
</u-search>
</view>
</view>
<view class="tabbar" style="position: relative;">
<view class="tabbar" style="position: relative;padding-bottom: 20upx;">
<view class="tabbar-item" style="text-align: right;margin-right: 26upx;" @click="clicktab(0)" :class="{'active':tabIndex===0}">
<u-badge :type="type" max="99" :value="value" class="tabber-co"></u-badge>学习任务
<view class="border-bottom-one"></view>
@@ -77,7 +77,7 @@
</view>
</view>
</view>
<view>
<view style="margin-top: 60upx;">
<uni-load-more :status="loadStatus"></uni-load-more>
</view>
</view>
@@ -160,7 +160,7 @@
</view>
</view>
</view>
<view>
<view style="margin-top: 60upx;">
<uni-load-more :status="loadStatus"></uni-load-more>
</view>
</view>
@@ -520,8 +520,8 @@
})
},
autonomyStatus(num) {
console.log(num)
this.Applistatus = num;
// console.log(this.Applistatus)
this.getLearning();
},
taskStatus(num) {
@@ -701,6 +701,7 @@
})
},
async getLearning() {
console.log(this.Applistatus)
uni.showLoading({
title: '加载中...'
});