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
4282763a
Commit
4282763a
authored
Oct 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e5dc601a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
273 additions
and
207 deletions
+273
-207
style2.vue
components/goods/style2.vue
+258
-205
list.vue
pages/hotel/list.vue
+1
-1
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+4
-0
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+10
-1
No files found.
components/goods/style2.vue
View file @
4282763a
This diff is collapsed.
Click to expand it.
pages/hotel/list.vue
View file @
4282763a
...
...
@@ -669,7 +669,7 @@ export default {
}
.hotel-list
.search-box
.date
{
width
:
8
0
rpx
;
width
:
8
2
rpx
;
height
:
50rpx
;
font-size
:
22rpx
;
font-weight
:
500
;
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
4282763a
...
...
@@ -869,6 +869,7 @@
>
</view>
<view
style=
"display: flex; align-items: center"
>
<!-- #ifdef MP-WEIXIN -->
<button
open-type=
"contact"
class=
"jz_ConButton"
>
<img
style=
"width: 36rpx; height: 38rpx"
...
...
@@ -877,6 +878,7 @@
/>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<view
class=
"jz_OrderNow"
@
click=
"goReserce()"
>
立即预定
</view>
</view>
</view>
...
...
@@ -895,6 +897,7 @@
<text
style=
"font-size: 22rpx"
>
/起
</text>
</view>
<view
style=
"display: flex; align-items: center"
>
<!-- #ifdef MP-WEIXIN -->
<button
open-type=
"contact"
class=
"jz_ConButton"
>
<img
style=
"width: 36rpx; height: 38rpx"
...
...
@@ -903,6 +906,7 @@
/>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<view
class=
"jz_OrderNow"
@
click=
"openOrderPreview"
...
...
pages/jiuzhai/jz_MyOrder.vue
View file @
4282763a
...
...
@@ -472,7 +472,16 @@ export default {
success
:
function
(
res
)
{
console
.
log
(
"success"
,
res
);
if
(
res
.
resultCode
==
"9000"
)
{
that
.
getOrderInfo
();
uni
.
showToast
({
title
:
"支付成功"
,
});
//todo
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
price
+
"&isFrom=1"
,
});
}
else
if
(
res
.
resultCode
==
"6001"
)
{
uni
.
showToast
({
title
:
"支付取消"
,
...
...
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