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
8b503633
Commit
8b503633
authored
Jan 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
9fa24eb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+3
-2
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+5
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
8b503633
...
...
@@ -1592,7 +1592,6 @@
myObj.tcid = this.currentPrice.tcid;
myObj.teamType = this.currentPrice.teamType;
myObj.lineteamId = this.dataList.lineteamId;
myObj.CreateBy = this.SaleId;
let imgCover = JSON.parse(this.dataList.imgCover);
if (imgCover.length > 0) {
myObj.CoverImg = imgCover[0].Url;
...
...
@@ -1609,7 +1608,9 @@
"&cityId=" +
this.delMsg.cityId +
"&lineId=" +
this.dataList.lineId;
this.dataList.lineId +
"&CreateBy=" +
this.SaleId;
console.log("tParams", tParams);
uni.navigateTo({
url: "/pages/jiuzhai/jz_Reserve?currentPriceInfo=" +
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
8b503633
...
...
@@ -499,6 +499,7 @@
mainColor
:
''
,
realCurrentPriceInfo
:
{},
customer
:
{},
CreateBy
:
0
,
};
},
created
()
{
...
...
@@ -530,6 +531,9 @@
if
(
option
.
lineId
)
{
this
.
lineId
=
option
.
lineId
}
if
(
option
.
CreateBy
)
{
this
.
CreateBy
=
option
.
CreateBy
}
this
.
getUserCouponList
();
},
methods
:
{
...
...
@@ -844,7 +848,7 @@
CommissionSharePeople
:
0
,
CommissionShareMoney
:
0
,
MiniAppUserId
:
MiniAppUserId
,
CreateBy
:
this
.
currentPriceInfo
.
CreateBy
,
//同行联系人创建人 CustomerCreateBy
CreateBy
:
this
.
CreateBy
,
//同行联系人创建人 CustomerCreateBy
DirectCustomerId
:
0
,
//直客Id
// #ifdef MP-WEIXIN
OrderSource
:
5
,
...
...
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