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
d93f1972
Commit
d93f1972
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改详情
parent
8dfaf3d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+10
-13
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
d93f1972
...
@@ -1317,18 +1317,6 @@
...
@@ -1317,18 +1317,6 @@
}
,
}
,
onLoad
(
option
)
{
onLoad
(
option
)
{
this
.
mc
=
this
.
$uiConfig
.
mainColor
;
this
.
mc
=
this
.
$uiConfig
.
mainColor
;
// if(!uni.getStorageSync("b2b_user"))
{
// uni.redirectTo(
{
// url:'/pages/index/index'
//
}
)
//
}
// #ifdef MP-DI
this
.
delMsg
.
directCustomerId
=
this
.
customer
.
customerId
// #endif
// #ifdef MP-AG
this
.
delMsg
.
customerId
=
this
.
customer
.
customerId
// #endif
if
(
!
option
.
scene
)
{
if
(
!
option
.
scene
)
{
if
(
option
.
lineId
)
{
if
(
option
.
lineId
)
{
this
.
delMsg
.
lineId
=
option
.
lineId
;
this
.
delMsg
.
lineId
=
option
.
lineId
;
...
@@ -1366,10 +1354,11 @@
...
@@ -1366,10 +1354,11 @@
}
)
}
)
}
}
this
.
getDetails
();
this
.
U
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
U
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
this
.
customer
=
this
.
b2bUser
this
.
customer
=
this
.
b2bUser
this
.
getDetails
();
let
basedata
=
uni
.
getStorageSync
(
"basedata"
);
let
basedata
=
uni
.
getStorageSync
(
"basedata"
);
//判断后台是否开启自动授权
//判断后台是否开启自动授权
if
(
basedata
&&
basedata
.
mall
&&
basedata
.
mall
.
setting
&&
basedata
.
mall
.
setting
&&
basedata
.
mall
.
setting
.
is_show_auth
==
if
(
basedata
&&
basedata
.
mall
&&
basedata
.
mall
.
setting
&&
basedata
.
mall
.
setting
&&
basedata
.
mall
.
setting
.
is_show_auth
==
...
@@ -1651,6 +1640,14 @@
...
@@ -1651,6 +1640,14 @@
//获取详情
//获取详情
getDetails
()
{
getDetails
()
{
uni
.
showLoading
()
uni
.
showLoading
()
if
(
this
.
customer
){
// #ifdef MP-DI
this
.
delMsg
.
directCustomerId
=
this
.
customer
.
customerId
// #endif
// #ifdef MP-AG
this
.
delMsg
.
customerId
=
this
.
customer
.
customerId
// #endif
}
this
.
apipost
(
this
.
apipost
(
"b2b_get_GetB2BTravelInfoNoDesV1"
,
"b2b_get_GetB2BTravelInfoNoDesV1"
,
this
.
delMsg
,
this
.
delMsg
,
...
...
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