|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<view class="order"> |
|
|
|
<view class="order"> |
|
|
|
<view class="order-navbar"> |
|
|
|
<view class="order-navbar"> |
|
|
|
<u-navbar title="订单详情" :border-bottom="false" :background="isScroll?background:background1"></u-navbar> |
|
|
|
<u-navbar title="订单详情" :border-bottom="false"></u-navbar> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="order-hd"> |
|
|
|
<view class="order-hd"> |
|
|
|
<view class="l"> |
|
|
|
<view class="l"> |
|
|
@ -146,8 +146,6 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
// import img from "@/static/news/refund-bg.png" |
|
|
|
|
|
|
|
// import img1 from "@/static/news/login-bg.png" |
|
|
|
|
|
|
|
import * as newFunApi from '@/api/newFun' |
|
|
|
import * as newFunApi from '@/api/newFun' |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
data() { |
|
|
@ -155,16 +153,6 @@ |
|
|
|
isScroll: true, |
|
|
|
isScroll: true, |
|
|
|
isShow: false, |
|
|
|
isShow: false, |
|
|
|
currentIndex: 0, |
|
|
|
currentIndex: 0, |
|
|
|
background: { |
|
|
|
|
|
|
|
background: `url(${this.$picUrl}/static/news/refund-bg.png) center -44px no-repeat`, |
|
|
|
|
|
|
|
// background: 'url(' + img + ') center -44px no-repeat', |
|
|
|
|
|
|
|
backgroundSize: '100%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
background1: { |
|
|
|
|
|
|
|
background: `url(${this.$picUrl}/static/news/login-bg.png) center -44px no-repeat`, |
|
|
|
|
|
|
|
// background: 'url(' + img1 + ') center -44px no-repeat', |
|
|
|
|
|
|
|
backgroundSize: '100%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
recovery_id: '', |
|
|
|
recovery_id: '', |
|
|
|
order_id: '', |
|
|
|
order_id: '', |
|
|
|
infor: '', |
|
|
|
infor: '', |
|
|
@ -297,14 +285,17 @@ |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
|
|
|
|
::v-deep .u-navbar-fixed{ |
|
|
|
|
|
|
|
background: none !important; |
|
|
|
|
|
|
|
} |
|
|
|
.order { |
|
|
|
.order { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
padding: 0 0 150rpx; |
|
|
|
padding: 0 0 150rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
overflow: hidden; |
|
|
|
background: url(https://www.royaum.com.cn/static/news/login-bg.png?t=2) center top no-repeat; |
|
|
|
|
|
|
|
background-size: 100% auto; |
|
|
|
|
|
|
|
|
|
|
|
&-hd { |
|
|
|
&-hd { |
|
|
|
background: linear-gradient(180deg, #FCE2E7 0%, #FFFFFF 100%); |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
|
|
.l { |
|
|
|
.l { |
|
|
|