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
6fdc805b
Commit
6fdc805b
authored
Apr 03, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// plan
parent
136a1a74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHPlanViewController.swift
...axy/Classes/Modules/Plan(方案)/C/YHPlanViewController.swift
+1
-1
YHPlanModel.swift
galaxy/galaxy/Classes/Modules/Plan(方案)/M/YHPlanModel.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Plan(方案)/C/YHPlanViewController.swift
View file @
6fdc805b
...
...
@@ -400,7 +400,7 @@ class YHPlanViewController: YHBaseViewController {
let
url
=
"https://test-hklife.galaxy-immi.com/superAppBridge.html#/plan-analysis?code="
pdfCreateUrl
=
url
+
self
.
viewModel
.
planListModel
.
code
pdfDownloadUrl
=
self
.
viewModel
.
planListModel
.
pdf_url
shareUrl
=
self
.
viewModel
.
planListModel
.
url
shareUrl
=
self
.
viewModel
.
planListModel
.
share_
url
self
.
tableView
.
reloadData
()
self
.
fakeTableView
.
reloadData
()
...
...
galaxy/galaxy/Classes/Modules/Plan(方案)/M/YHPlanModel.swift
View file @
6fdc805b
...
...
@@ -16,7 +16,7 @@ class YHPlanListModel: SmartCodable {
var
plan_article_case
:
[
YHPlanCaseModel
]
=
[]
var
plan_article_policy
:
[
YHPlanCaseModel
]
=
[]
var
code
:
String
=
""
var
url
:
String
=
""
var
share_
url
:
String
=
""
var
pdf_url
:
String
=
""
required
init
()
{
...
...
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