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
1c4bac8c
Commit
1c4bac8c
authored
Oct 09, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8cbe1052
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
index.vue
components/auth/index.vue
+1
-1
allorderList.vue
pages/jiuzhai/allorderList.vue
+5
-1
fillOrder.vue
pages/ticketCoupons/fillOrder.vue
+2
-1
No files found.
components/auth/index.vue
View file @
1c4bac8c
...
...
@@ -76,7 +76,7 @@ export default {
// #endif
let
x
=
this
.
pageinfo
.
hotspot
;
let
y
=
this
.
pageinfo
.
hotspot_cancel
;
this
.
sureStyle
=
`height:
${
x
.
height
}
rpx;width:
${
x
.
width
}
rpx;left:
${
x
.
left
}
rpx;top:
${
x
.
top
}
rpx;`
;
this
.
sureStyle
=
`height:
${
x
.
height
}
rpx;width:
${
x
.
width
}
rpx;left:
${
x
.
left
}
rpx;top:
${
x
.
top
}
rpx;
background-color: #000000
`
;
this
.
cancelStyle
=
`height:
${
y
.
height
}
rpx;width:
${
y
.
width
}
rpx;left:
${
y
.
left
}
rpx;top:
${
y
.
top
}
rpx;`
;
},
methods
:
{
...
...
pages/jiuzhai/allorderList.vue
View file @
1c4bac8c
...
...
@@ -145,7 +145,7 @@
</
style
>
<
template
>
<view
class=
"allorderList"
>
<u-tabs
:list=
"statusList"
:current=
"current"
name=
"Name"
@
change=
"change"
:active-color=
"mainColor"
bg-color=
"#FFF"
bar-height=
'4'
<u-tabs
:list=
"statusList"
:current=
"current"
name=
"Name"
@
change=
"change"
:active-color=
"mainColor"
bg-color=
"#FFF"
bar-height=
'4'
:show-bar=
'showbar'
height=
"100"
></u-tabs>
<view
style=
"height: calc(100vh - 50px); background: #fff;"
v-if=
"g.length == 0"
>
<u-empty
text=
"暂无相关订单"
mode=
"order"
></u-empty>
...
...
@@ -348,6 +348,7 @@
item
:{},
payindex
:
0
,
//支付的索引
barshow
:
0
,
showbar
:
true
}
},
onLoad
(
options
){
...
...
@@ -370,6 +371,9 @@
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
},
created
()
{
// #ifdef MP-ALIPAY
this
.
showbar
=
false
// #endif
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
if
(
!
this
.
u
)
{
this
.
u
=
{
...
...
pages/ticketCoupons/fillOrder.vue
View file @
1c4bac8c
...
...
@@ -81,7 +81,7 @@
</view>
</view>
<!-- #ifdef MP-ALIPAY -->
<
subscribe-msg
/
>
<
!--
<subscribe-msg
/>
--
>
<!-- #endif -->
</view>
</
template
>
...
...
@@ -488,6 +488,7 @@ export default {
color
:
#999999
;
}
.input
{
box-sizing
:
border-box
;
height
:
100%
;
// padding-left: 270rpx;
}
...
...
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