|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="">
|
|
|
<view class="header" :style="[{'height': customBarH + 'px', 'padding-top': statusBarH + 'px'}]">
|
|
|
<view class="flexbox" :class="{'flexbox-xcx':(isXcx && rightShow)}"
|
|
|
- :style="[{'height': customBarH + 'px', 'padding-top': statusBarH + 'px','background':bgckgroundBox}]">
|
|
|
+ :style="[{'height': customBarH + 'px', 'background':bgckgroundBox}]">
|
|
|
<view class="left-button" @tap="goBack">
|
|
|
<image class="back-img" src="/static/img/common/back.png" mode="aspectFill"></image>
|
|
|
</view>
|
|
|
@@ -108,7 +108,7 @@
|
|
|
this.left=0
|
|
|
//#endif
|
|
|
// #ifdef APP-PLUS
|
|
|
- this.customBarH = 34
|
|
|
+ // this.customBarH = 34
|
|
|
this.left=0
|
|
|
//#endif
|
|
|
console.log('self.customBarH---------'+this.customBarH)
|
|
|
@@ -181,7 +181,6 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
.box-title {
|
|
|
width: 100vw;
|
|
|
}
|