init
This commit is contained in:
16
components/index-nav-bar/index-nav-bar.wxml
Normal file
16
components/index-nav-bar/index-nav-bar.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- 自定义顶部栏 -->
|
||||
<view class="nav-bar" style="height:{{navBarHeight}}px;">
|
||||
<view class="logo-container">
|
||||
<view class="logo-icon">
|
||||
<image src="../../images/icon.png" mode="aspectFit" />
|
||||
<!-- 这里可以插入图标 -->
|
||||
</view>
|
||||
<view class="logo-text">
|
||||
<view class="title">SHARK系列超声波封口焊机</view>
|
||||
<view class="subtitle">故障查询系统</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 占位,高度与顶部栏一样 -->
|
||||
<view style="height:{{navBarHeight}}px;"></view>
|
||||
Reference in New Issue
Block a user