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
63287d3c
Commit
63287d3c
authored
May 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化请求
parent
d96f63fa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
busDetails.vue
pages/bus/busDetails.vue
+2
-0
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+2
-0
detail.vue
pages/hotel/detail.vue
+2
-0
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+2
-0
visaDetail.vue
pages/visa/visaDetail.vue
+2
-0
No files found.
pages/bus/busDetails.vue
View file @
63287d3c
...
@@ -424,7 +424,9 @@
...
@@ -424,7 +424,9 @@
};
};
this
.
showAuth
=
true
;
this
.
showAuth
=
true
;
}
}
// #ifdef MP-AG
this
.
getSale
()
this
.
getSale
()
// #endif
},
},
mounted
()
{
mounted
()
{
uni
.
getStorage
({
uni
.
getStorage
({
...
...
pages/hotel/components/hotelRoom.vue
View file @
63287d3c
...
@@ -244,7 +244,9 @@
...
@@ -244,7 +244,9 @@
},
},
created
()
{
created
()
{
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
// #ifdef MP-AG
this
.
getSale
()
this
.
getSale
()
// #endif
},
},
mounted
()
{
mounted
()
{
uni
.
getStorage
({
uni
.
getStorage
({
...
...
pages/hotel/detail.vue
View file @
63287d3c
...
@@ -555,7 +555,9 @@
...
@@ -555,7 +555,9 @@
};
};
this
.
showAuth
=
true
;
this
.
showAuth
=
true
;
}
}
// #ifdef MP-AG
this
.
getSale
()
this
.
getSale
()
// #endif
},
},
mounted
()
{
mounted
()
{
uni
.
getStorage
({
uni
.
getStorage
({
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
63287d3c
...
@@ -1351,7 +1351,9 @@
...
@@ -1351,7 +1351,9 @@
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
this
.
b2bUser
=
uni
.
getStorageSync
(
"b2b_user"
);
this
.
customer
=
this
.
b2bUser
this
.
customer
=
this
.
b2bUser
this
.
getDetails
();
this
.
getDetails
();
// #ifdef MP-AG
this
.
getSale
()
this
.
getSale
()
// #endif
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
==
...
...
pages/visa/visaDetail.vue
View file @
63287d3c
...
@@ -400,7 +400,9 @@
...
@@ -400,7 +400,9 @@
}
}
})
})
}
}
// #ifdef MP-AG
this
.
getSale
()
this
.
getSale
()
// #endif
this
.
getDetails
();
this
.
getDetails
();
let
that
=
this
;
let
that
=
this
;
...
...
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