From c82c51022064b961870dd752248ca701874db684 Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 17 Nov 2022 14:29:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/study/index.vue | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/study/index.vue b/pages/study/index.vue
index 4cb76e9..90ce257 100644
--- a/pages/study/index.vue
+++ b/pages/study/index.vue
@@ -15,7 +15,7 @@
-
+
学习任务
@@ -77,7 +77,7 @@
-
+
@@ -160,7 +160,7 @@
-
+
@@ -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: '加载中...'
});