会员权益
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/component/title-bar/title-bar.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/title-bar/title-bar.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="component-title-bar" style="{{'background:'+(backgroundColor)+';'+('position:'+(positionMode)+';')}}"><view class="title-bar-status" style="{{'height:'+(statusBarHeight+'px')+';'}}"></view><view class="title-bar-main" style="{{'height:'+(titleBarHeight+'px')+';'}}"><block wx:if="{{showBack||!isHideBtn}}"><view data-event-opts="{{[['tap',[['goBack']]]]}}" class="main-back" bindtap="__e"><block wx:if="{{frontColor=='white'}}"><image class="icon" src="/static/back.png" mode="aspectFit"></image></block><block wx:else><image class="icon" src="/static/back_b.png" mode="aspectFit"></image></block></view></block><view class="main-title"><view class="title text-ellipsis" style="{{'color:'+(frontColor)+';'+('font-size:'+(titleFontSize+'px')+';')}}">{{title}}</view></view></view><block wx:if="{{backgroundColor=='#fff'}}"><view class="title-bar-border"></view></block></view>
|
||||
Reference in New Issue
Block a user