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>