mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
讲师认证
This commit is contained in:
@@ -150,9 +150,9 @@ function selectCourse(row) {
|
||||
ViewReviewdata.value = [row];
|
||||
onlineRef.value.closeModal();
|
||||
}
|
||||
const OnlineLearning = async () => {
|
||||
const OnlineLearning = async (i, row) => {
|
||||
window.selectCourse = selectCourse;
|
||||
row && (ViewReviewdata.value = [row.info]);
|
||||
// row && (ViewReviewdata.value = [row.info]);
|
||||
ViewReviewShow.value = true
|
||||
await getOnlineLearningList().then(res=>{
|
||||
if(res.code == 200){
|
||||
|
||||
Reference in New Issue
Block a user