Commit e6c6b89ea5bbf8f26709c698999984beb60214c0
1 parent
d82ca26b
注释
Showing
1 changed file
with
4 additions
and
4 deletions
metaCode/Classes/Main/HomePage/Controller/DownSlideController/CNUpSlideDetailViewController.swift
| ... | ... | @@ -3,8 +3,8 @@ |
| 3 | 3 | // metaCode |
| 4 | 4 | // |
| 5 | 5 | // Created by zx on 2023/10/16. |
| 6 | -// 下滑页原生页--课程 大图点击详情页 | |
| 7 | -// 首页原生页--短剧 大图详情页 | |
| 6 | +// 认证-下滑页原生页--课程 大图点击详情页 | |
| 7 | +// 首页原生页--短剧 大图点击详情页 | |
| 8 | 8 | |
| 9 | 9 | import Foundation |
| 10 | 10 | import MJRefresh |
| ... | ... | @@ -99,10 +99,10 @@ class CNUpSlideDetailViewController: CNLiveBaseViewController,UITableViewDataSou |
| 99 | 99 | |
| 100 | 100 | private func setupUI() { |
| 101 | 101 | self.view.layer.masksToBounds = true |
| 102 | - if self.cellType == .playlet{ | |
| 102 | + if self.cellType == .playlet{//短剧 大图 | |
| 103 | 103 | self.view.addSubview(self.tableView) |
| 104 | 104 | self.tableView.frame = CGRect(x: 0, y: 0, width: KSreenWidth, height: KSreenHeight) |
| 105 | - }else{ | |
| 105 | + }else{//课程 大图 | |
| 106 | 106 | view.addSubview(scrollView) |
| 107 | 107 | scrollView.slideModel = _slideModel |
| 108 | 108 | } | ... | ... |