Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
f6129446
Commit
f6129446
authored
Sep 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8702d0b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
policyDetail.vue
pages/ticketCoupons/policyDetail.vue
+9
-4
No files found.
pages/ticketCoupons/policyDetail.vue
View file @
f6129446
...
...
@@ -145,10 +145,15 @@ export default {
// res.data.GeographicTag = res.data.GeographicTag.split(',')
this
.
details
=
res
.
data
;
// #ifdef MP-ALIPAY
this
.
details
.
BookingInfo
=
parseHtml
(
this
.
details
.
BookingInfo
);
this
.
details
.
TicketNotice
=
parseHtml
(
this
.
details
.
TicketNotice
);
this
.
details
.
About
=
parseHtml
(
this
.
details
.
About
);
console
.
log
(
"tag"
,
this
.
details
);
if
(
this
.
details
.
TicketNotice
)
{
this
.
details
.
TicketNotice
=
parseHtml
(
res
.
data
.
TicketNotice
);
}
if
(
this
.
details
.
BookingInfo
)
{
this
.
details
.
BookingInfo
=
parseHtml
(
res
.
data
.
BookingInfo
);
}
if
(
this
.
details
.
About
)
{
this
.
details
.
About
=
parseHtml
(
res
.
data
.
About
);
}
// #endif
}
}
...
...
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