Commit e880a1a6 authored by David黄金龙's avatar David黄金龙

处理 一处bug

parent e72b45b9
...@@ -411,7 +411,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -411,7 +411,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
//我的订单 //我的订单
if let token = YHLoginManager.shared.userModel?.token,token.count > 5 { if let token = YHLoginManager.shared.userModel?.token,token.count > 5 {
var url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/order/my" var url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/order/my"
url = "?param=" + YHLoginManager.shared.h5Token url = url + "?param=" + YHLoginManager.shared.h5Token
printLog("URL: \(url)") printLog("URL: \(url)")
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = url vc.url = url
......
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