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
43129ff2
Commit
43129ff2
authored
Jan 16, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
3524ed1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+1
-0
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+4
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
43129ff2
...
...
@@ -1469,6 +1469,7 @@
myObj.b2BMemberPrice = this.currentPrice.b2BMemberPrice;
myObj.tcid = this.currentPrice.tcid;
myObj.teamType = this.currentPrice.teamType;
myObj.lineteamId=this.dataList.lineteamId;
let imgCover = JSON.parse(this.dataList.imgCover);
if (imgCover.length > 0) {
myObj.CoverImg = imgCover[0].Url;
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
43129ff2
...
...
@@ -559,7 +559,7 @@
"CustomerType"
:
0
,
//客户类型 0-同行,1-直客
"TCID"
:
this
.
currentPriceInfo
.
tcid
,
}
console
.
log
(
"this.currentPriceInfo"
,
this
.
currentPriceInfo
);
console
.
log
(
"this.currentPriceInfo"
,
this
.
currentPriceInfo
);
if
(
this
.
currentPriceInfo
.
teamType
==
"0"
)
{
//跟团游
couponParams
.
CouponsUseScope
=
2
;
...
...
@@ -570,6 +570,9 @@
//当地游
couponParams
.
CouponsUseScope
=
8
;
}
if
(
this
.
currentPriceInfo
.
lineteamId
)
{
couponParams
.
lineteamId
=
this
.
currentPriceInfo
.
lineteamId
;
}
couponParams
.
userId
=
this
.
customer
.
accountId
;
console
.
log
(
"this.customer"
,
this
.
customer
);
console
.
log
(
"couponParams"
,
couponParams
);
...
...
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