xingyy
xingyy 1 year ago
parent cd161f33f4
commit 39acf22625

@ -25,6 +25,13 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{
"path": "pages/order-goods/order-details",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{ {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {

@ -0,0 +1,67 @@
<template>
<div class="order-details" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}">
<div class="content1">
<div class="wrap1">
<image src="../../static/zu506@3x.png"></image>
</div>
<div class="wrap2">
订单号的详情
</div>
<div class="wrap3">
<image src="../../static/zu594@3x.png"></image>
</div>
</div>
<div class="content2">
<image src="../../static/zu709@3x.png"></image>
</div>
<div class="content3">
</div>
</div>
</template>
<script>
export default {
name: "order-details"
}
</script>
<style scoped lang="scss">
.order-details{
box-sizing: border-box;
padding-top: 46rpx;
padding-left: 30rpx;
padding-right: 30rpx;
background-size: cover;
width: 100vw;
height: 100vh;
.content2{
margin-top: 42rpx;
display: flex;
justify-content: center;
image{
width: 404rpx;
height: 306rpx;
}
}
.content1{
display: flex;
align-items: center;
justify-content: space-between;
.wrap1{
image{
width: 112rpx;
height: 52rpx;
}
}
.wrap2{
color: #4E964D;
font-size: 32rpx;
}
.wrap3{
image{
width: 40rpx;
height: 40rpx;
}
}
}
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

@ -3,6 +3,7 @@
"pages/home/index", "pages/home/index",
"pages/contract/index", "pages/contract/index",
"pages/order-goods/index", "pages/order-goods/index",
"pages/order-goods/order-details",
"pages/login/login", "pages/login/login",
"pages/mine/index" "pages/mine/index"
], ],

@ -9,7 +9,7 @@
"list": [ "list": [
{ {
"name": "", "name": "",
"pathName": "pages/order-goods/index", "pathName": "pages/order-goods/order-details",
"query": "", "query": "",
"launchMode": "default", "launchMode": "default",
"scene": null "scene": null

Loading…
Cancel
Save