app-account-balance.wxml 1.9 KB

1
  1. <block wx:if="{{showBar}}"><view class="{{['app-account-balance dir-left-nowrap cross-center data-v-7d7cda5c',!margin?'no-margin':'',!round?'no-round':'']}}"><block wx:if="{{showIntegral}}"><view class="{{['box-grow-1 split data-v-7d7cda5c',showCount>1?'':'data-col']}}"><app-account-style vue-id="566ed36c-1" show-count="{{showCount}}" icon="{{userCenter.account_bar.integral.icon}}" text="{{userCenter.account_bar.integral.text}}" value="{{userInfo?userInfo.integral:'-'}}" page="{{userCenter.account_bar.integral.navigate_enabled?'/plugins/integral_mall/index/index':''}}" class="data-v-7d7cda5c" bind:__l="__l"></app-account-style></view></block><block wx:if="{{showBalance}}"><view class="{{['box-grow-1 split data-v-7d7cda5c',showCount>1?'':'data-col']}}"><app-account-style vue-id="566ed36c-2" show-count="{{showCount}}" icon="{{userCenter.account_bar.balance.icon}}" text="{{userCenter.account_bar.balance.text}}" value="{{userInfo?userInfo.balance:'-'}}" page="/pages/balance/balance" class="data-v-7d7cda5c" bind:__l="__l"></app-account-style></view></block><block wx:if="{{showCoupon}}"><view class="{{['box-grow-1 split data-v-7d7cda5c',showCount>1?'':'data-col']}}"><app-account-style vue-id="566ed36c-3" show-count="{{showCount}}" icon="{{userCenter.account_bar.coupon.icon}}" text="{{userCenter.account_bar.coupon.text}}" value="{{userInfo?userInfo.coupon:'-'}}" page="/pages/coupon/index/index" class="data-v-7d7cda5c" bind:__l="__l"></app-account-style></view></block><block wx:if="{{showCard}}"><view class="{{['box-grow-1 split data-v-7d7cda5c',showCount>1?'':'data-col']}}"><app-account-style vue-id="566ed36c-4" show-count="{{showCount}}" icon="{{userCenter.account_bar.card.icon}}" text="{{userCenter.account_bar.card.text}}" value="{{userInfo?userInfo.card:'-'}}" page="/pages/card/index/index" class="data-v-7d7cda5c" bind:__l="__l"></app-account-style></view></block></view></block>