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
a7ba785d
Commit
a7ba785d
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
parent
4629d42c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
manifest.json
manifest.json
+1
-1
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+2
-2
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+1
-1
user-center.vue
pages/user-center/user-center.vue
+6
-0
No files found.
manifest.json
View file @
a7ba785d
...
...
@@ -69,7 +69,7 @@
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wx
5564525562e92ddb
"
,
"appid"
:
"wx
cf0727a7c78b501e
"
,
"setting"
:
{
"urlCheck"
:
true
,
"minified"
:
false
...
...
pages/jiuzhai/jz_Line.vue
View file @
a7ba785d
...
...
@@ -651,8 +651,8 @@
uni
.
setNavigationBarTitle
({
title
:
"精品旅游线路"
})
// #ifdef MP-
DI
this
.
branchVisible
=
fals
e
// #ifdef MP-
AG
this
.
branchVisible
=
tru
e
// #endif
},
onLoad
(
option
)
{
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
a7ba785d
...
...
@@ -862,7 +862,7 @@
if
(
x
.
expansionModel
.
denomination
>
0
){
if
(
this
.
pzCoupon
&&
this
.
pzCoupon
.
expansionModel
.
denomination
<
x
.
expansionModel
.
denomination
)
this
.
pzCoupon
=
x
else
else
if
(
!
this
.
pzCoupon
)
this
.
pzCoupon
=
x
x
.
realDenomination
=
x
.
denomination
...
...
pages/user-center/user-center.vue
View file @
a7ba785d
...
...
@@ -46,7 +46,10 @@
立即登录
</
template
>
</Text>
<!-- #ifdef MP-DI -->
<u-icon
name=
"pen_"
size=
"24"
class=
"q-ml-sm"
custom-prefix=
"tffont"
color=
"#121212"
></u-icon>
<!-- #endif -->
</view>
<view
style=
"font-size:12px; margin-top:3px;"
>
<
template
v-if=
'b2b_user_info.erpBaseInfo'
>
...
...
@@ -362,9 +365,12 @@
},
methods
:
{
navigatorToProfile
(){
// #ifdef MP-DI
uni
.
navigateTo
({
url
:
'/pages/user-center/user-profile'
})
// #endif
},
//退出登录
signOutHandler
()
{
...
...
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