init project
This commit is contained in:
11
component/header/header.wxml
Normal file
11
component/header/header.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<!--components/header/header.wxml-->
|
||||
<view class='header-bg'>
|
||||
<view class='icon' bindtap='iconClick' wx:if="{{(showIcon || isGoHome)}}">
|
||||
<image src='{{icon}}' mode='aspectFit' wx:if="{{!isGoHome}}"></image>
|
||||
<image src='../../images/24.png' mode='aspectFit' wx:if="{{isGoHome}}"></image>
|
||||
</view>
|
||||
<view class='title'>
|
||||
<view class='title-box'>{{title}}</view>
|
||||
</view>
|
||||
<view class='right' wx:if="{{showIcon || isGoHome}}"></view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user