页面优化
This commit is contained in:
parent
e687fe6184
commit
b50ddffca7
@ -46,7 +46,7 @@ Page({
|
|||||||
*/
|
*/
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
wx.setNavigationBarTitle({
|
wx.setNavigationBarTitle({
|
||||||
title: '开票信息',
|
title: '发票抬头',
|
||||||
})
|
})
|
||||||
wx.setNavigationBarColor({
|
wx.setNavigationBarColor({
|
||||||
frontColor: '#000000', // 必写项,字体颜色仅支持#ffffff和#000000
|
frontColor: '#000000', // 必写项,字体颜色仅支持#ffffff和#000000
|
||||||
|
@ -19,9 +19,8 @@
|
|||||||
<view class="order-caption">{{detail.productName}}</view>
|
<view class="order-caption">{{detail.productName}}</view>
|
||||||
<view class="order-types">
|
<view class="order-types">
|
||||||
<view class="or-type">{{tools.proType(detail.productType)}}</view>
|
<view class="or-type">{{tools.proType(detail.productType)}}</view>
|
||||||
<view class="or-count">数量{{detail.quantity}}</view>
|
<view class="or-count">数量:{{detail.quantity}}</view>
|
||||||
<!-- <view class="or-price">单价{{detail.unitPrice/100}}</view> -->
|
<rich-text class="or-total" nodes="{{tools.moneyTxt(10,detail.unitPrice/100)}}"></rich-text>
|
||||||
<view class="or-total">总金额{{detail.unitPrice/100}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="order-remark-box">
|
<view class="order-remark-box">
|
||||||
<view class="order-remark-title">订单备注</view>
|
<view class="order-remark-title">订单备注</view>
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 17px;
|
padding: 20rpx 10rpx;
|
||||||
background-color: var(--bg-primary-shallow-color);
|
background-color: var(--bg-primary-shallow-color);
|
||||||
border-top-left-radius: 10rpx;
|
border-top-left-radius: 10rpx;
|
||||||
border-top-right-radius: 10rpx;
|
border-top-right-radius: 10rpx;
|
||||||
@ -83,9 +83,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.order-status {
|
.order-status {
|
||||||
color: var(--text-color);
|
color: var(--text-brown-color);
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
/* background-color: var(--bg-green-status-light-color); */
|
||||||
|
border-radius: 5rpx;
|
||||||
|
padding: 0rpx 15rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-content {
|
.order-content {
|
||||||
@ -137,9 +140,9 @@
|
|||||||
|
|
||||||
.or-total {
|
.or-total {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-size: 16px;
|
font-size: 28rpx;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: PingFangSC-medium;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-remark-box {
|
.order-remark-box {
|
||||||
|
@ -51,7 +51,7 @@ Page({
|
|||||||
path: '/pages/copyright/repair/repair'
|
path: '/pages/copyright/repair/repair'
|
||||||
}, {
|
}, {
|
||||||
icon: 'ic-invoice-info',
|
icon: 'ic-invoice-info',
|
||||||
title: '开票信息',
|
title: '发票抬头',
|
||||||
path: '/pages/mine/mineAccount/invoiceInfo/invoiceInfo'
|
path: '/pages/mine/mineAccount/invoiceInfo/invoiceInfo'
|
||||||
}, {
|
}, {
|
||||||
icon: "ic-pay-record",
|
icon: "ic-pay-record",
|
||||||
|
Loading…
Reference in New Issue
Block a user