Commit cdf53147 authored by Steven杜宇's avatar Steven杜宇

// 续签

parent c44a0291
......@@ -402,7 +402,8 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
tipsLabel.font = UIFont.PFSC_R(ofSize:14)
tipsLabel.textAlignment = .left
tipsLabel.numberOfLines = 0
tipsLabel.text = "支持的文件格式为jpg/jpeg、png、doc/docx、pptx、pdf,最多可上传99张图片或文件"
tipsLabel.text = "支持的文件格式为jpg/jpeg、png、bmp、doc/docx、xls/xlsx、pdf,最多可上传99张图片或文件"
view.addSubview(tipsLabel)
titlelabel.snp.makeConstraints { make in
......
......@@ -551,7 +551,7 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource {
printLog("续签方案")
if let param = YHLoginManager.shared.userModel?.token,param.count>5,let orderId = Int(msg.orderId) {
let stepID = 0 //for test hjl //TODO: 杜宇完善下
let stepID = self.serviceCenterViewModel.mainModel.master_id
var url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/report/program"
url = url + "?param=" + YHLoginManager.shared.h5Token + "&batchID=\(stepID)" + "&order_id=\(orderId)"
let vc = YHH5WebViewVC()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment