Sign in

iOS Team / CNLiveMateCode · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveMateCode
  • ..
  • ShopPayController
  • CNLiveShopPayController.swift
  • 短剧全部课程样式适配 , 短剧播放按钮错误问题 ,电商h5交互支付 , 电商h5分享交互 , 电商h5返回交互. 还差拉起支付
    30e63fe7
    “张旭” authored
    2024-04-09 15:44:40 +0800  
    Browse Code »
CNLiveShopPayController.swift 261 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  CNLiveShopPayController.swift
//  metaCode
//
//  Created by zx on 2024/4/8.
//  支付页面

import Foundation

class CNLiveShopPayController:CNLiveBaseViewController{
    
    override func viewDidLoad() {
        super.viewDidLoad()
        
    }
}