doum
2026-06-18 93de43267e1663031fe5dc2f5ae40d128a182a76
h5/pages/customer/bill/detail.vue
@@ -1,6 +1,6 @@
<template>
  <view :class="['cu-page cu-bill-detail', needPayAmount > 0 ? 'cu-page--with-footer' : '']" v-if="bill">
  <view :class="['cu-page cu-bill-detail cu-page--with-fab', needPayAmount > 0 ? 'cu-page--with-footer' : '']" v-if="bill">
    <view :class="['cu-bill-detail-hero', heroClass]">
@@ -208,6 +208,8 @@
    </view>
    <cu-workbench-fab />
  </view>
</template>