瀏覽代碼

Update index.tsx

lex 1 年之前
父節點
當前提交
38a8e22ec6
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/order-detail/index.tsx

+ 4 - 1
src/views/order-detail/index.tsx

@@ -165,7 +165,10 @@ export default defineComponent({
               ? orderObject.orderList[0].teacherId
               : ''
         }
-        if (orderObject.orderType === 'LIVE') {
+        if (
+          orderObject.orderType === 'LIVE' ||
+          orderObject.orderType === 'VIDEO'
+        ) {
           bizId =
             orderObject.orderList.length > 0
               ? orderObject.orderList[0].courseGroupId