Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
7da53054
Commit
7da53054
authored
Sep 02, 2021
by
Facius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-1.4.6'
parents
93a39ec7
68ccebea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
28 deletions
+33
-28
index.vue
src/pages/mine/history/index.vue
+33
-28
No files found.
src/pages/mine/history/index.vue
View file @
7da53054
...
...
@@ -16,39 +16,41 @@
/>
</view>
<template
v-else
>
<view
class=
"head-view"
>
<image
:src=
"chakanjiluImage"
class=
"back-image"
mode=
"widthFix"
></image>
<view
class=
"head-info"
>
<view>
最近查看记录
</view>
<view
class=
"head-message"
>
最近查看或操作过的5条订单
</view>
</view>
</view>
<view
class=
"loading-view"
v-if=
"!loaded"
>
<u-loading
mode=
"flower"
></u-loading>
</view>
<view
class=
"content-view"
v-else
>
<view
v-for=
"item in orderList"
:key=
"item.orderId"
>
<OrderCell
:orderData=
"item"
:location=
"[]"
model=
"simple"
@
click=
"handleClickCell"
@
action=
"handleClickButton"
>
</OrderCell>
<template
v-else
>
<view
class=
"head-view"
>
<image
:src=
"chakanjiluImage"
class=
"back-image"
mode=
"widthFix"
></image>
<view
class=
"head-info"
>
<view>
最近查看记录
</view>
<view
class=
"head-message"
>
最近查看或操作过的5条订单
</view>
</view>
</view>
<view
class=
"bottom-tip"
>
<u-loadmore
:status=
"nomore"
font-size=
"26"
color=
"#999999"
></u-loadmore>
<view
class=
"content-view"
>
<view
v-for=
"item in orderList"
:key=
"item.orderId"
>
<OrderCell
:orderData=
"item"
:location=
"[]"
model=
"simple"
@
click=
"handleClickCell"
@
action=
"handleClickButton"
>
</OrderCell>
</view>
<view
class=
"bottom-tip"
>
<u-loadmore
:status=
"nomore"
font-size=
"26"
color=
"#999999"
></u-loadmore>
</view>
</view>
</
view
>
</
template
>
</template>
</view>
</template>
...
...
@@ -155,6 +157,9 @@ export default {
display
:
flex
;
flex-direction
:
column
;
height
:
100vh
;
.none-view
{
margin-top
:
140rpx
;
}
.head-view
{
display
:
relative
;
.back-image
{
...
...
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