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

Merge branch 'double11' into develop

* double11:
  h5添加 token
parents 58b7418b 84a9f6c7
......@@ -135,6 +135,8 @@ extension YHServiceBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
//for test hjl 测试环境
// model.skip_url = "https://test-hkdiy-h5.galaxy-immi.com/superAppBridge.html#/double11-home"
//for test hjl
// model.skip_url = "http://192.168.23.35:10300/signatureQrcode/EcqtQYs%2Bxey7t6jLbn6JkQ%3D%3D"
//1.增加app token
var url = ""
......
......@@ -255,6 +255,13 @@ extension YHJsApi {
}
}
if YHLoginManager.shared.isLogin() {
if !url.contains("param=") {
let token = YHLoginManager.shared.h5Token
tUrl = tUrl + "&param=" + token
}
}
let vc = YHH5WebViewVC()
vc.url = tUrl
vc.isFullScreenFlag = isFullScreen == 1 ? true : false
......
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