Commit 0e1bbb63 by YangChengYuan

我的订单调整UI

parent 20abc632
...@@ -17,11 +17,13 @@ ...@@ -17,11 +17,13 @@
<i-col span="8" offset='1' i-class='order-info'> <i-col span="8" offset='1' i-class='order-info'>
<image class='order-image' src='{{item.project.poster}}'></image> <image class='order-image' src='{{item.project.poster}}'></image>
</i-col> </i-col>
<i-col span="9" offset='1' i-class='order-info'> <i-col span="12" offset='1' i-class='order-info'>
<view>{{item.title}}</view> <view>{{item.title}}</view>
<view>¥{{item.total_fee}}</view> <view>¥{{item.total_fee+" x "+item.extras.sign_limits}}</view>
<view>{{item.extras.nickname+":"+item.extras.phone}}</view>
<view>{{item.extras.address}}</view>
</i-col> </i-col>
<i-col span="2" offset='2' i-class='order-info'> <i-col span="1" offset='1' i-class='order-info'>
<image class='order-right' src='/images/icon_right.png'></image> <image class='order-right' src='/images/icon_right.png'></image>
</i-col> </i-col>
</view> </view>
......
...@@ -43,6 +43,13 @@ page { ...@@ -43,6 +43,13 @@ page {
height: 170rpx; height: 170rpx;
margin-top: 15rpx; margin-top: 15rpx;
font-size: 25rpx; font-size: 25rpx;
line-height: 45rpx;
}
.order-info view{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.button-orange { .button-orange {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.3.2", "libVersion": "2.3.2",
"appid": "wx1b834552a7d49bb3", "appid": "wx1b834552a7d49bb3",
"projectname": "%E7%BE%8E%E8%A1%8C%E8%80%85%E4%BA%B2%E5%AD%90%E6%B8%B8", "projectname": "%E7%BE%8E%E8%A1%8C%E8%80%85%E4%BA%B2%E5%AD%90%E6%B8%B8(UI)",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 14, "current": 15,
"list": [ "list": [
{ {
"id": 0, "id": 0,
...@@ -129,6 +129,11 @@ ...@@ -129,6 +129,11 @@
"name": "预约下次", "name": "预约下次",
"pathName": "pages/detail/appoint/index", "pathName": "pages/detail/appoint/index",
"query": "id=298" "query": "id=298"
},
{
"id": -1,
"name": "我的订单",
"pathName": "pages/me/order/index"
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment