nav-bar.wxml 805 B

1
  1. <view class="cu-custom data-v-25c2c9a6" style="{{'height:'+(CustomBar+'px')+';'}}"><view class="{{['cu-bar','fixed','data-v-25c2c9a6',bgImage!=''?'none-bg text-white bg-img':'',bgColor]}}" style="{{(style)}}"><block wx:if="{{isBack}}"><view class="action data-v-25c2c9a6"><block wx:if="{{showBackIcon}}"><text data-event-opts="{{[['tap',[['BackPage',['$event']]]]]}}" class="cuIcon-back cu-back text-white data-v-25c2c9a6" bindtap="__e"></text></block><slot name="backText"></slot></view></block><view class="content text-white data-v-25c2c9a6" style="{{'top:'+(StatusBar+'px')+';'}}"><text class="data-v-25c2c9a6">个人中心</text></view><view style="margin-left:auto;margin-right:15rpx;color:#fff;font-size:14px;font-weight:500;" class="data-v-25c2c9a6"><slot name="right"></slot></view></view></view>