nantai-erp-wechat-mobile/components/topbar/topbar.wxml

10 lines
453 B
Plaintext
Raw Permalink Normal View History

2024-10-31 21:29:57 +08:00
<!--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> -->