111
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
style="width: 20px;height: 20px;padding-right: 6px;" @click="clickIcon"></image>
|
style="width: 20px;height: 20px;padding-right: 6px;" @click="clickIcon"></image>
|
||||||
</view>
|
</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>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -114,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 赋值样式
|
// 赋值样式
|
||||||
this.navStyle = getApp().globalData.navInfo.navBar.style
|
// this.navStyle = getApp().globalData.navInfo.navBar.style
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// create阶段能拿取到了props的值,需要使用this.变量名
|
// create阶段能拿取到了props的值,需要使用this.变量名
|
||||||
|
|||||||
Reference in New Issue
Block a user