mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
修改
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</u-search>
|
</u-search>
|
||||||
</view>
|
</view>
|
||||||
</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}">
|
<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>学习任务
|
<u-badge :type="type" max="99" :value="value" class="tabber-co"></u-badge>学习任务
|
||||||
<view class="border-bottom-one"></view>
|
<view class="border-bottom-one"></view>
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view style="margin-top: 60upx;">
|
||||||
<uni-load-more :status="loadStatus"></uni-load-more>
|
<uni-load-more :status="loadStatus"></uni-load-more>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view style="margin-top: 60upx;">
|
||||||
<uni-load-more :status="loadStatus"></uni-load-more>
|
<uni-load-more :status="loadStatus"></uni-load-more>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -520,8 +520,8 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
autonomyStatus(num) {
|
autonomyStatus(num) {
|
||||||
console.log(num)
|
|
||||||
this.Applistatus = num;
|
this.Applistatus = num;
|
||||||
|
// console.log(this.Applistatus)
|
||||||
this.getLearning();
|
this.getLearning();
|
||||||
},
|
},
|
||||||
taskStatus(num) {
|
taskStatus(num) {
|
||||||
@@ -701,6 +701,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
async getLearning() {
|
async getLearning() {
|
||||||
|
console.log(this.Applistatus)
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '加载中...'
|
title: '加载中...'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user