Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
9585efee
Commit
9585efee
authored
Jul 26, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
H5相关规则
parent
0adae1fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHInvatationShareViewController.swift
...onWithGifts(邀请有礼)/C/YHInvatationShareViewController.swift
+1
-1
YHLifeViewController.swift
...es/Modules/Home(首页)/Life(生活)/C/YHLifeViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/InvitationWithGifts(邀请有礼)/C/YHInvatationShareViewController.swift
View file @
9585efee
...
@@ -118,7 +118,7 @@ extension YHInvatationShareViewController {
...
@@ -118,7 +118,7 @@ extension YHInvatationShareViewController {
}
}
func
loadData
()
{
func
loadData
()
{
if
let
qrCode
=
generateQRCode
(
from
:
"https://www.baidu.com
"
)
{
if
let
qrCode
=
generateQRCode
(
from
:
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge/evaluation?channel=lkhtj-app&customer_id=
\(
YHLoginManager
.
shared
.
userModel
?
.
id
??
""
)
&scene_id=30
"
)
{
// 可以将qrCode设置为UIImageView的image属性来显示二维码
// 可以将qrCode设置为UIImageView的image属性来显示二维码
imageView
.
image
=
qrCode
imageView
.
image
=
qrCode
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/Life(生活)/C/YHLifeViewController.swift
View file @
9585efee
...
@@ -142,7 +142,7 @@ extension YHLifeViewController: UITableViewDelegate, UITableViewDataSource {
...
@@ -142,7 +142,7 @@ extension YHLifeViewController: UITableViewDelegate, UITableViewDataSource {
let
vc
=
YHH5WebViewVC
()
let
vc
=
YHH5WebViewVC
()
// TODO: - 谢
// TODO: - 谢
vc
.
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/commodity_info?categoryId=
2&levelId=5&productId=30&from=wxApp
"
vc
.
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/commodity_info?categoryId=
3&levelId=
\(
selectSubTab
?
.
id
??
""
)
&productId=
\(
model
.
id
)
&from=wxApp&offsetTop=50
"
vc
.
isWithBottomViewFlag
=
true
vc
.
isWithBottomViewFlag
=
true
vc
.
isShareToMiniProgramFlag
=
true
vc
.
isShareToMiniProgramFlag
=
true
vc
.
shareMiniPath
=
"/serviceHousekeeper/pages/documentEdit/documentEdit"
vc
.
shareMiniPath
=
"/serviceHousekeeper/pages/documentEdit/documentEdit"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment