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
3276cd93
Commit
3276cd93
authored
Sep 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1bf62075
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
228 additions
and
197 deletions
+228
-197
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+24
-7
policyDetail.vue
pages/ticketCoupons/policyDetail.vue
+204
-190
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
3276cd93
...
...
@@ -626,13 +626,7 @@
></span>
</span>
<view
class=
"jz_TripMain"
>
<!-- <rich-text :nodes="dataList.feature.feeNonInclude"></rich-text> -->
<!-- #ifdef MP-WEIXIN -->
<rich-text
:nodes=
"dataList.feature.feeNonInclude"
></rich-text>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view
v-html=
"dataList.feature.feeNonInclude"
></view>
<!-- #endif -->
</view>
</view>
<view
class=
"jz_TripDays"
>
...
...
@@ -928,6 +922,9 @@
<
script
>
import
hParse
from
"@/components/u-parse/parse.vue"
;
import
canlendar
from
"./components/sign/index.vue"
;
// #ifdef MP-ALIPAY
import
parseHtml
from
"../../plugin/htmlparse.js"
;
// #endif
export
default
{
components
:
{
canlendar
,
...
...
@@ -1065,6 +1062,7 @@ export default {
// let tempPrice= res.data.priceList.filter(x=>x.remainNum>0)
// res.data.priceList=tempPrice
this
.
dataList
=
res
.
data
;
this
.
scenicNum
=
0
;
this
.
dataList
.
dayList
.
forEach
((
x
)
=>
{
x
.
dayArray
.
forEach
((
y
)
=>
{
...
...
@@ -1098,6 +1096,24 @@ export default {
}
});
this
.
finishFirstLoad
=
true
;
// #ifdef MP-ALIPAY
this
.
dataList
.
feature
.
feeInclude
=
parseHtml
(
this
.
dataList
.
feature
.
feeInclude
);
this
.
dataList
.
feature
.
feeNonInclude
=
parseHtml
(
this
.
dataList
.
feature
.
feeNonInclude
);
this
.
dataList
.
feature
.
importantTip
=
parseHtml
(
this
.
dataList
.
feature
.
importantTip
);
this
.
dataList
.
feature
.
warmTip
=
parseHtml
(
this
.
dataList
.
feature
.
warmTip
);
this
.
dataList
.
feature
.
visaRemark
=
parseHtml
(
this
.
dataList
.
feature
.
visaRemark
);
// #endif
}
else
{
}
},
...
...
@@ -1194,7 +1210,7 @@ export default {
encodeURIComponent
(
this
.
dataList
.
feature
.
importantTipText
),
});
},
// #ifdef MP-WEIXIN
//分享朋友圈
onShareTimeline
()
{
let
uid
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
...
...
@@ -1271,6 +1287,7 @@ export default {
:
""
,
};
},
// #endif
},
};
</
script
>
...
...
pages/ticketCoupons/policyDetail.vue
View file @
3276cd93
This diff is collapsed.
Click to expand it.
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