mac 2 years ago
parent
commit
fe0388502f
  1. 6
      components/NavBar/NavBar.vue

6
components/NavBar/NavBar.vue

@ -15,7 +15,9 @@
style="width: 20px;height: 20px;padding-right: 6px;" @click="clickIcon"></image>
</view>
<!-- 标题布局 -->
<view class="_nav-title2" :style="{'font-size':fontSize}">{{navTitle}}</view>
<view class="_nav-title2" :style="{'height':navHeight,'line-height':navHeight,'font-size':fontSize}">
{{navTitle}}
</view>
</view>
</view>
@ -114,7 +116,7 @@
}
}
//
this.navStyle = getApp().globalData.navInfo.navBar.style
// this.navStyle = getApp().globalData.navInfo.navBar.style
},
created() {
// createprops,使this.

Loading…
Cancel
Save