|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="page" :style="{'height':(h)+'px','padding-top':mt+'px'}">
|
|
|
- <c-nav-bar title="订单详情" :showIcon="true" :titleStyle="titleStyle"></c-nav-bar>
|
|
|
+ <c-nav-bar title="订单详情" showIcon="true" :titleStyle="titleStyle"></c-nav-bar>
|
|
|
<view class="body">
|
|
|
<!-- 个人信息 -->
|
|
|
<view class="uname">
|
|
@@ -113,6 +113,12 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ titleStyle: {
|
|
|
+ fontSize: '34rpx',
|
|
|
+ fontWeight: "bold",
|
|
|
+ },
|
|
|
+ h:uni.getSystemInfoSync().windowHeight - 87,
|
|
|
+ mt: uni.getSystemInfoSync().statusBarHeight + 44,
|
|
|
show: false,
|
|
|
show2: false,
|
|
|
show3: false,
|