init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

View 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>