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