C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
607 B

  1. <view class="navbar" style="{{'height: ' + navigationBarHeight}};background:{{background}}!important;">
  2. <view style="{{'height: ' + statusBarHeight}}"></view>
  3. <view class='title-container'>
  4. <view class='capsule' wx:if="{{ back || home}}">
  5. <view bindtap='back' wx:if="{{back}}">
  6. <image style="left:36%;" src='img/back.svg'></image>
  7. </view>
  8. <view bindtap='backHome' wx:if="{{home}}">
  9. <image src='img/home.svg' style="width:90%;"></image>
  10. </view>
  11. </view>
  12. <view class='title' style="color:{{color}}!important">{{text}}</view>
  13. </view>
  14. </view>