mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
修改
This commit is contained in:
@@ -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: '加载中...'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user