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
2face72e
Commit
2face72e
authored
Apr 01, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问卷分享
parent
8c1183ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
2 deletions
+24
-2
YHCustomerInformationQuestionnaireVC.swift
...les/Plan(方案)/C/YHCustomerInformationQuestionnaireVC.swift
+2
-2
Contents.json
...ts.xcassets/Plan/survey_share_icon.imageset/Contents.json
+22
-0
survey_share_icon@2x.png
.../Plan/survey_share_icon.imageset/survey_share_icon@2x.png
+0
-0
survey_share_icon@3x.png
.../Plan/survey_share_icon.imageset/survey_share_icon@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Plan(方案)/C/YHCustomerInformationQuestionnaireVC.swift
View file @
2face72e
...
...
@@ -31,7 +31,6 @@ class YHCustomerInformationQuestionnaireVC: YHBaseViewController {
private
lazy
var
topImageView
:
UIImageView
=
{
let
view
=
UIImageView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
imageHeight
))
// view.image = UIImage(named: "plan_question_top_old")
return
view
}()
...
...
@@ -147,7 +146,8 @@ class YHCustomerInformationQuestionnaireVC: YHBaseViewController {
}
@objc
private
func
share
()
{
//
let
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/renewal-evaluation"
YHShareManager
.
shared
.
sendLinkContent
(
"香港身份方案评估"
,
"您的朋友邀请您进行香港身份申请到永居一站式解决方案评估,来试试吧"
,
UIImage
(
named
:
"survey_share_icon"
)
??
UIImage
(),
link
:
url
)
}
@objc
private
func
submitButtonClick
()
{
...
...
galaxy/galaxy/Res/Assets.xcassets/Plan/survey_share_icon.imageset/Contents.json
0 → 100644
View file @
2face72e
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"survey_share_icon@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"survey_share_icon@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/Plan/survey_share_icon.imageset/survey_share_icon@2x.png
0 → 100644
View file @
2face72e
18.6 KB
galaxy/galaxy/Res/Assets.xcassets/Plan/survey_share_icon.imageset/survey_share_icon@3x.png
0 → 100644
View file @
2face72e
38.3 KB
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