skyblued 2 năm trước cách đây
mục cha
commit
f2c5947597
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/mine-orchestra/my-class/index.tsx

+ 2 - 1
src/views/mine-orchestra/my-class/index.tsx

@@ -32,13 +32,14 @@ export default defineComponent({
       })
     }
     const openClassDetail = (item: any) => {
+      console.log("🚀 ~ item", item)
       postMessage({
         api: 'open_app_page',
         content: {
           action: 'app',
           pageTag: 'classDetail',
           url: '',
-          params: JSON.stringify({ classId: item.id })
+          params: JSON.stringify({ classId: item.classGroupId })
         }
       })
     }