index.wxml 249 B

1234567
  1. <view class="fixedButton" catchtap="toPage">
  2. <van-button custom-class="custom-fixedButton" color="#FFB600" />
  3. <view class="fixedButtonText">
  4. <image src="/static/icon-01.png"></image>
  5. <view>{{titel}}</view>
  6. </view>
  7. </view>