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,8 +3,8 @@ | ||
| 3 | // metaCode | 3 | // metaCode |
| 4 | // | 4 | // |
| 5 | // Created by zx on 2023/10/16. | 5 | // Created by zx on 2023/10/16. |
| 6 | -// 下滑页原生页--课程 大图点击详情页 | ||
| 7 | -// 首页原生页--短剧 大图详情页 | 6 | +// 认证-下滑页原生页--课程 大图点击详情页 |
| 7 | +// 首页原生页--短剧 大图点击详情页 | ||
| 8 | 8 | ||
| 9 | import Foundation | 9 | import Foundation |
| 10 | import MJRefresh | 10 | import MJRefresh |
| @@ -99,10 +99,10 @@ class CNUpSlideDetailViewController: CNLiveBaseViewController,UITableViewDataSou | @@ -99,10 +99,10 @@ class CNUpSlideDetailViewController: CNLiveBaseViewController,UITableViewDataSou | ||
| 99 | 99 | ||
| 100 | private func setupUI() { | 100 | private func setupUI() { |
| 101 | self.view.layer.masksToBounds = true | 101 | self.view.layer.masksToBounds = true |
| 102 | - if self.cellType == .playlet{ | 102 | + if self.cellType == .playlet{//短剧 大图 |
| 103 | self.view.addSubview(self.tableView) | 103 | self.view.addSubview(self.tableView) |
| 104 | self.tableView.frame = CGRect(x: 0, y: 0, width: KSreenWidth, height: KSreenHeight) | 104 | self.tableView.frame = CGRect(x: 0, y: 0, width: KSreenWidth, height: KSreenHeight) |
| 105 | - }else{ | 105 | + }else{//课程 大图 |
| 106 | view.addSubview(scrollView) | 106 | view.addSubview(scrollView) |
| 107 | scrollView.slideModel = _slideModel | 107 | scrollView.slideModel = _slideModel |
| 108 | } | 108 | } |