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
6bc971a7
Commit
6bc971a7
authored
Nov 21, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
33eb8f34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+3
-0
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+3
-4
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+2
-2
No files found.
pages/jiuzhai/jz_Line.vue
View file @
6bc971a7
...
...
@@ -606,10 +606,13 @@
}
this
.
$forceUpdate
();
},
//线路切换
changeLineTeamsHandler
(
item
)
{
this
.
allTeams
=
false
;
this
.
currentLineId
=
item
;
this
.
msg
.
lineId
=
item
.
LineID
;
this
.
msg
.
PlaceIds
=
""
;
this
.
msg
.
team
=
[];
},
//获取查询条件
getLineQuery
()
{
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
6bc971a7
...
...
@@ -24,8 +24,6 @@
<view
class=
"sharebox"
v-if=
" hideshare == false && shareData && shareData.IsShow && (shareData.Data.MaxShare>0|| shareData.Data.MyBuyCommission>0)"
:style=
"
{top:topheight+'px'}">
</view>
<!-- #ifdef MP-WEIXIN -->
<view
@
click=
"goback"
:style=
"[titleStyle,
{ opacity: '100% !important' }]" style="position: fixed; top: 0; left: 0; padding-left: 6rpx">
<u-icon
name=
"arrow-left"
size=
"44"
color=
"#FFF"
style=
"margin-top: 22rpx"
></u-icon>
...
...
@@ -1068,12 +1066,13 @@
`${this.dataList.currentPriceInfo?.startDate+'_'
}
${this.dataList.ltName.replace(/\s+/g,"").replaceAll("/","")
}
`
if
(
this
.
delMsg
.
lineId
&&
(
this
.
delMsg
.
lineId
==
168
||
this
.
delMsg
.
lineId
==
119
))
{
fileName
=
`${this.dataList.currentPriceInfo?.startDate+'_'
}
`
if
(
this
.
dataList
.
title
.
length
>
8
0
)
{
fileName
+=
this
.
dataList
.
title
.
substring
(
0
,
8
0
);
if
(
this
.
dataList
.
title
.
length
>
5
0
)
{
fileName
+=
this
.
dataList
.
title
.
substring
(
0
,
5
0
);
}
else
{
fileName
+=
this
.
dataList
.
title
;
}
}
console
.
log
(
fileName
,
"fileName"
);
const
filePath
=
wx
.
env
.
USER_DATA_PATH
+
`/${fileName
}
.pdf`
uni
.
downloadFile
({
url
:
url
,
...
...
pages/jiuzhai/jz_MyOrder.vue
View file @
6bc971a7
...
...
@@ -307,9 +307,9 @@
}
this
.
msg
.
MiniAppUserId
=
this
.
userInfo
.
UserId
;
this
.
msg
.
CustomerId
=
this
.
b2b_user_info
.
customerId
;
this
.
msg
.
DirectCustomerId
=
this
.
b2b_user_info
.
directCustomerId
this
.
msg
.
DirectCustomerId
=
this
.
b2b_user_info
.
directCustomerId
this
.
apipost
(
"sellorder_post_GetTravelOrderAppletList"
,
"sellorder_post_GetTravelOrderAppletList"
,
this
.
msg
,
(
res
)
=>
{
uni
.
hideLoading
();
...
...
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