10 lines
453 B
Plaintext
10 lines
453 B
Plaintext
|
<!--components/topnav/topnav.wxml-->
|
||
|
<!-- <view class="top-bar-bg"> -->
|
||
|
<view class="top-bar color-white flex flex-alignitem-center" style="height: {{boundingSize.height}}px; top:{{boundingSize.top}}px;">
|
||
|
<view class="common-back" bindtap="navigateBack" wx:if="{{back}}">
|
||
|
<image class="common-back-icon" src="/images/icon_prev.png"></image>
|
||
|
</view>
|
||
|
<view class="top-bar-title text-center">{{title}}</view>
|
||
|
</view>
|
||
|
<!-- </view> -->
|