Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wxapp
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
wxapp
Commits
fdd4d6cd
Commit
fdd4d6cd
authored
Sep 26, 2018
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的订单(1/4)
parent
35340d5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
5 deletions
+54
-5
pages/me/order/index.json
+7
-4
pages/me/order/index.wxml
+21
-1
pages/me/order/index.wxss
+26
-0
No files found.
pages/me/order/index.json
View file @
fdd4d6cd
{
"navigationBarTitleText"
:
"我的订单"
,
"backgroundColor"
:
"#f5f5f5"
,
"usingComponents"
:
{
"i-tabs"
:
"/iview/tabs/index"
,
"i-tab"
:
"/iview/tab/index"
}
"usingComponents"
:
{
"i-tabs"
:
"/iview/tabs/index"
,
"i-tab"
:
"/iview/tab/index"
,
"i-row"
:
"/iview/row/index"
,
"i-col"
:
"/iview/col/index"
}
}
\ No newline at end of file
pages/me/order/index.wxml
View file @
fdd4d6cd
<view class='v-page'>
<i-tabs current="tab1" bindchange="handleChange" >
<i-tabs current="tab1" bindchange="handleChange"
i-class='margin-bottom'
>
<i-tab key="tab1" title="进行中"></i-tab>
<i-tab key="tab2" title="待评价"></i-tab>
<i-tab key="tab3" title="已完成"></i-tab>
</i-tabs>
<view class='order-box'>
<view class='order-item'>
<i-row>
<i-col span="24" offset='2' i-class="col-class text">
<text>2018-08-9 12:30</text>
</i-col>
</i-row>
<i-row>
<i-col span="20" offset='2' i-class="col-class text order-content">
<text>2018-08-9 12:30</text>
</i-col>
</i-row>
</view>
</view>
</view>
\ No newline at end of file
pages/me/order/index.wxss
View file @
fdd4d6cd
page{
background-color:#F5F5F5;
}
.margin-bottom{
margin-bottom: 20rpx;
}
.order-item{
background-color: #fff;
}
.text{
width: 100%;
height: 70rpx;
font-size: 30rpx;
line-height: 70rpx;
color:#7F7F7F;
}
.order-content{
background-color: #F7F7F7;
border-radius: 5rpx;
width:
}
\ No newline at end of file
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