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
feae3a32
Commit
feae3a32
authored
Jun 02, 2021
by
ZJG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单添加bar
parent
e0b93461
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
allorderList.vue
pages/jiuzhai/allorderList.vue
+8
-2
No files found.
pages/jiuzhai/allorderList.vue
View file @
feae3a32
...
...
@@ -183,6 +183,7 @@
</view>
</view>
<u-loadmore
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
:margin-top=
"20"
:margin-bottom=
"20"
bg-color=
"#ECF1F4"
/>
<view
style=
"width: 100%;height: 85px;"
></view>
</scroll-view>
</view>
<u-popup
v-model=
"showModal"
mode=
"center"
length=
"80%"
>
...
...
@@ -205,16 +206,17 @@
</view>
</u-popup>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
'goback'
></auth>
<tabbar
v-if=
'barshow==1'
></tabbar>
</view>
</
template
>
<
script
>
import
auth
from
"@/components/auth/index.vue"
;
import
tabbar
from
"@/components/tabbar/index"
;
export
default
{
components
:
{
auth
,
tabbar
},
data
(){
return
{
...
...
@@ -251,10 +253,14 @@
index
:
0
,
item
:{},
payindex
:
0
,
//支付的索引
barshow
:
0
,
}
},
onLoad
(
options
){
this
.
current
=
options
.
status
||
0
;
if
(
options
.
barshow
){
this
.
barshow
=
options
.
barshow
}
let
currentPages
=
getCurrentPages
();
let
u
=
"/"
+
currentPages
[
currentPages
.
length
-
1
].
route
;
let
pages
=
wx
.
getStorageSync
(
"basedata"
)
?
...
...
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