9.5上午更新
This commit is contained in:
@@ -253,9 +253,13 @@
|
||||
import sign from "@/static/home_qiandao_icon.png"
|
||||
import signImg from "@/static/sign_in_bng_big.png"
|
||||
import dayjs from 'dayjs'
|
||||
import docUrl from "@/utils/docUrl.js"
|
||||
const expertDetail=reactive({})
|
||||
const showSign=ref(false)
|
||||
const signInfo=reactive({
|
||||
news:{
|
||||
summary:''
|
||||
}
|
||||
})
|
||||
// 定义refs
|
||||
const tabbarRef = ref(null);
|
||||
const visible=ref(false)
|
||||
@@ -850,7 +854,6 @@
|
||||
url: '/pages_course/course/course'
|
||||
});
|
||||
};
|
||||
const signInfo=reactive({})
|
||||
// 签到点击事件
|
||||
const onSignClick = async () => {
|
||||
// 如果已经签到,显示提示
|
||||
|
||||
Reference in New Issue
Block a user