h5/pages/customer/bill/pay.vue
@@ -1,5 +1,5 @@ <template> <view class="cu-page cu-page--with-footer" v-if="billId"> <view class="cu-page cu-page--with-footer cu-page--with-fab" v-if="billId"> <view class="cu-detail-hero cu-detail-hero--warm"> <view class="cu-detail-hero__label">本次缴费</view> <view class="cu-detail-hero__amount"> @@ -22,6 +22,7 @@ <view class="cu-page-footer"> <view class="cu-btn cu-btn--primary" @click="submit">确认缴费{{ amount ? ' ¥' + amount : '' }}</view> </view> <cu-workbench-fab /> </view> </template>