会员权益

This commit is contained in:
2026-04-29 15:33:58 +08:00
commit 54965243da
2787 changed files with 242809 additions and 0 deletions

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