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
2117c132
Commit
2117c132
authored
Oct 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8121013f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+1
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+10
-2
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+1
-3
No files found.
pages/jiuzhai/jz_MyOrder.vue
View file @
2117c132
...
...
@@ -32,7 +32,7 @@
font-size
:
32
rpx
;
font-weight
:
bold
;
width
:
70%
;
height
:
24
px
;
height
:
40
r
px
;
overflow
:
hidden
;
}
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
2117c132
...
...
@@ -688,7 +688,14 @@ export default {
data
.
CoverImg
=
this
.
currentPriceInfo
.
CoverImg
;
let
myData
=
JSON
.
stringify
(
data
);
this
.
orderData
=
encodeURIComponent
(
myData
);
this
.
queren
(
data
.
OrderId
);
// this.queren(data.OrderId);
let
obj
=
{
TradeNo
:
"2021101322001457051451455636"
,
OrderNo
:
data
.
OrderNo
,
OrderId
:
data
.
OrderId
,
preferPrice
:
data
.
PreferPrice
,
};
this
.
payAliCallback
(
obj
)
}
else
{
}
this
.
submit
=
false
;
...
...
@@ -715,6 +722,7 @@ export default {
},
(
res
)
=>
{
this
.
orderInfo
=
JSON
.
parse
(
res
.
data
);
console
.
log
(
718
,
res
.
data
);
this
.
Pay
(
OrderId
);
}
);
...
...
@@ -907,6 +915,7 @@ export default {
},
});
},
// #endif
payAliCallback
(
obj
)
{
this
.
request2
(
{
...
...
@@ -942,7 +951,6 @@ export default {
}
);
},
// #endif
},
};
</
script
>
pages/jiuzhai/jz_SureOrder.vue
View file @
2117c132
...
...
@@ -648,9 +648,7 @@ export default {
},
methods
:
{
goback
()
{
uni
.
navigateBack
({
delta
:
1
,
});
uni
.
navigateBack
();
},
goCancel
()
{
if
(
this
.
submit
||
this
.
submitCancel
)
return
;
...
...
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